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.

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