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.

121 lines
3.0 KiB

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