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.

105 lines
2.3 KiB

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