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.

103 lines
2.4 KiB

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