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.

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