Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
3.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. # ESPurna change log
  2. The format is based on [Keep a Changelog](http://keepachangelog.com/)
  3. and this project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [1.3.0] 2016-12-30
  5. ### Changed
  6. - Arduino IDE support (changes in the folder structure and documentation)
  7. ## [1.2.0] 2016-12-27
  8. ### Added
  9. - Force password changing if it's the default one
  10. - Added Last-Modified header to static contents
  11. - Added DNS captive portal for AP mode
  12. - Added support for Sonoff 4CH
  13. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  14. - Added support for Sonoff SV
  15. - Added support for Sonoff Touch
  16. - Comment out hardware selection in hardware.h if using Arduino IDE
  17. - Added support for MQTT get/set suffixes (/status, /set, ...)
  18. - Added support for LED notifications via MQTT
  19. - Added EEPROM check commands to terminal interface
  20. ### Changed
  21. - Using unreleased AsyncMqttClient with stability improvements
  22. - Better decoupling between MQTT and relays/websockets
  23. - Skipping retained MQTT messages (configurable)
  24. ### Fixed
  25. - Issue #11 Compile error when building sonoff-dual-debug
  26. - Issue #14 MQTT Connection with Username an Password not working
  27. - Issue #17 Moved static variable 'pending' to class variable
  28. ## [1.1.0] 2016-12-06
  29. ### Added
  30. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  31. - Added reset command from console
  32. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  33. ### Changed
  34. - Not using espressif8266_stage in default environment
  35. - Relay MQTT topics
  36. - API entry points
  37. ### Removed
  38. - Old non protected API
  39. ## [1.0.3] 2016-11-29
  40. ### Added
  41. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  42. - REST API for relay management
  43. - Better dependency definitions in platformio.ini
  44. - Option to define inverse logic to on-board LED
  45. - Built data folder included in repo
  46. ### Changed
  47. - Using non-interrupt driven mode for HLW8012
  48. - Better documentation
  49. - Small changes to web interface
  50. - Same admin password for web, OTA and WIFI AP mode
  51. ### Fixed
  52. - Prevent fauxmoESP to be compiled by default
  53. ### Removed
  54. - Removed ESPurna board to its own repo
  55. ## [1.0.1] 2016-11-13
  56. ### Added
  57. - Basic authentication and CSRF to websocket requests
  58. ## [1.0.0] 2016-11-13
  59. ### Added
  60. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  61. ## [0.9.9] 2016-11-12
  62. ### Added
  63. - Preliminary support for Sonoff POW
  64. - Replace AJAX requests with websockets
  65. - Using sprites for images
  66. - Hostname can be changed
  67. - Added initial relay state mode
  68. - Reconnect and reset buttons on web interface
  69. ### Changed
  70. - Changed long click to reset and double click to AP mode
  71. - Using officially supported platformio.ini file by default
  72. ### Fixed
  73. - Removed unnecessary memory inefficient code
  74. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  75. ## [0.9.8] 2016-10-06
  76. ### Added
  77. - Using PureCMS for the web interface
  78. - Using gulp to build the filesystem files
  79. - Using Embedis for configuration
  80. ### Changed
  81. - Updated JustWifi library
  82. - Web interface changes
  83. - Using custom platformio.ini file
  84. - Loads of changes in modules
  85. - Added DEBUG_MSG
  86. ### Fixed
  87. - Clean gulp builder script
  88. ## [0.9.7] 2016-08-28
  89. ### Changed
  90. - Moving wifi management to library (JustWifi)
  91. ### Changed
  92. - Split code into modules
  93. ## [0.9.6] 2016-08-12
  94. ### Added
  95. - Added heartbeat, version and fsversion MQTT messages
  96. ### Changed
  97. - GZip 3rd party contents
  98. ## [0.9.5] 2016-07-31
  99. - Initial stable version