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.

127 lines
3.3 KiB

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