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.

135 lines
3.5 KiB

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