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.

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