mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
prep for 3.2.0 release
This commit is contained in:
36
CHANGELOG.md
36
CHANGELOG.md
@@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
# [3.2.0] August 6 2021
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- support for IPv6 (web/api/mqtt, not syslog yet) [#83](https://github.com/emsesp/EMS-ESP32/issues/83)
|
||||||
|
- System Log in Web UI will show current time if the NTP Service is enabled [#82](https://github.com/emsesp/EMS-ESP32/issues/82)
|
||||||
|
- Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode [#83](https://github.com/emsesp/EMS-ESP32/issues/83)
|
||||||
|
- optional low CPU clockrate (160 MHz) [#83](https://github.com/emsesp/EMS-ESP32/issues/83)
|
||||||
|
- select format for enumerated values in web
|
||||||
|
- settings for water hysteresis on/off
|
||||||
|
- dallas sensor name editable. `sensorname` console-command, replace sensorid with a unique name [#84](https://github.com/emsesp/EMS-ESP32/issues/84)
|
||||||
|
- 'restart' system command. Can be invoked via API with authentication. [#87](https://github.com/emsesp/EMS-ESP32/issues/87)
|
||||||
|
- add Download button in Web UI for log
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- set mode allow numbers
|
||||||
|
- Junkers thermostat shows mode as selected by set_mode
|
||||||
|
- HA thermostat mode if bool-format: numbers is selected
|
||||||
|
- Web UI System Log sometimes skipped a few log messages when watching real-time
|
||||||
|
- fix wwactivated [#89](https://github.com/emsesp/EMS-ESP32/issues/89)
|
||||||
|
- don't show commands (like reset) as Device values in the Web or Console
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. [#80](https://github.com/emsesp/EMS-ESP32/issues/80)
|
||||||
|
- add upload_sec to `api/system/info` and removed # from some names to keep consistent with MQTT heartbeat
|
||||||
|
- added debug target to PlatformIO build to help hunt down system crashes
|
||||||
|
- enumerated values always start at zero
|
||||||
|
- maintenance settings for time/date as extra setting
|
||||||
|
- move api/mqtt formats to `settings`, add `enum format`
|
||||||
|
- UI improvements for editing Dallas Sensor details
|
||||||
|
- RESTful GET commands can also require authentication (via bearer access token) for better security
|
||||||
|
- Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3
|
||||||
|
- Download buttons for settings and info under the Help tab
|
||||||
|
|
||||||
# [3.1.1] June 26 2021
|
# [3.1.1] June 26 2021
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|||||||
@@ -2,34 +2,8 @@
|
|||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- support for IPv6 (web/api/mqtt, not syslog yet) [#83](https://github.com/emsesp/EMS-ESP32/issues/83)
|
|
||||||
- System Log in Web UI will show current time if the NTP Service is enabled [#82](https://github.com/emsesp/EMS-ESP32/issues/82)
|
|
||||||
- Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode [#83](https://github.com/emsesp/EMS-ESP32/issues/83)
|
|
||||||
- optional low CPU clockrate (160 MHz) [#83](https://github.com/emsesp/EMS-ESP32/issues/83)
|
|
||||||
- select format for enumerated values in web
|
|
||||||
- settings for water hysteresis on/off
|
|
||||||
- dallas sensor name editable. `sensorname` console-command, replace sensorid with a unique name [#84](https://github.com/emsesp/EMS-ESP32/issues/84)
|
|
||||||
- 'restart' system command. Can be invoked via API with authentication. [#87](https://github.com/emsesp/EMS-ESP32/issues/87)
|
|
||||||
- add Download button in Web UI for log
|
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- set mode allow numbers
|
|
||||||
- Junkers thermostat shows mode as selected by set_mode
|
|
||||||
- HA thermostat mode if bool-format: numbers is selected
|
|
||||||
- Web UI System Log sometimes skipped a few log messages when watching real-time
|
|
||||||
- fix wwactivated [#89](https://github.com/emsesp/EMS-ESP32/issues/89)
|
|
||||||
- don't show commands (like reset) as Device values in the Web or Console
|
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
- removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. [#80](https://github.com/emsesp/EMS-ESP32/issues/80)
|
|
||||||
- add upload_sec to `api/system/info` and removed # from some names to keep consistent with MQTT heartbeat
|
|
||||||
- added debug target to PlatformIO build to help hunt down system crashes
|
|
||||||
- enumerated values always start at zero
|
|
||||||
- maintenance settings for time/date as extra setting
|
|
||||||
- move api/mqtt formats to `settings`, add `enum format`
|
|
||||||
- UI improvements for editing Dallas Sensor details
|
|
||||||
- RESTful GET commands can also require authentication (via bearer access token) for better security
|
|
||||||
- Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3
|
|
||||||
- Download buttons for settings and info under the Help tab
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define EMSESP_APP_VERSION "3.2.0b3"
|
#define EMSESP_APP_VERSION "3.2.1b0"
|
||||||
|
|||||||
Reference in New Issue
Block a user