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.

148 lines
3.8 KiB

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