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.

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