changelog.txt 2.0 KB

123456789101112131415161718192021222324252627282930
  1. 2023-02-17 - 2023-03-03
  2. - huge code review, many changes to improve stability
  3. - basic multilanguage support (pre-compile option)
  4. - all strings used in program moved to header files and stored in progmem
  5. - nearly all modules/features are now pre-compile configurable via settings.h and/or build flags
  6. - move sensors configuration out of thermostat configuration as it will also be used in other firmware variants
  7. - firmware variant HEATCONTROL code complete and well tested (currently only language version DE is fully implemented)
  8. - firmware variant THERMOSTAT taken over from WiFiThermostat but not yet finished
  9. - other firmware variants as "WiFiBlinds" (UART to MQTT bridge) not yet implemented
  10. 2023-02-17
  11. - update arduinoWebSockets-2.1.4 -> arduinoWebSockets-2.3.6
  12. ##- update DHT-sensor-library-1.3.8 -> DHT-sensor-library-1.4.4
  13. ##- update Adafruit_Sensor-1.1.1 -> Adafruit_Sensor-1.1.7 (previously unused? necessary for DHT-sensor-library-1.3.8)
  14. ## --> reverted as often could not read DHT sensor with it. did not investigate why.
  15. - update ArduinoJson-6.13.0 -> ArduinoJson-6.20.1
  16. - update pubsubclient-2.7 -> pubsubclient-2.8
  17. - update Bounce2-2.52 -> Bounce2-2.71
  18. - building with ESP8266 Arduino Core v3.0.2 works now (but not tested much yet)
  19. - building with ESP8266 Arduino Core v3.1.1 works now (but not tested much yet)
  20. - FS: replaced deprecated SPIFFS with LittleFS
  21. - config: complete rework - now saves binary structs instead of overly complicated to maintain json files to file system
  22. - config: move secrets to its own struct, which is saved to "EEPROM" instead of file system to make extracting passwords much harder
  23. - config: improve XOR encryption of secrets
  24. 2023-02-01
  25. - started "universal" base firmware using code base of WiFiThermostat v0.7.1
  26. - merged with WiFiBlinds dev version (also initially starting from WiFiThermostat) which already had many improvements
  27. - make firmware variant configurable by pre-compile config switches