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.

102 lines
2.1 KiB

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