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.

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