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.

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