diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7c0d6d8..94ba4ef9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added -- show WiFi rssi in Network Status Page, show quality as color +- Show WiFi rssi in Network Status Page, show quality as color ## Fixed @@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed -- mqtt free mem check set to 60 kb -- small cosmetic changes to Searching in Customization web page -- updated to espressif32@6.4.0 +- MQTT free mem check set to 60 kb +- Small cosmetic changes to Searching in Customization web page +- Updated to espressif32@6.4.0 # [3.6.0] August 13 2023 diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 016532ba7..5484cf687 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -6,15 +6,18 @@ ## Added -- power entities -- optional input of BSSID for AP connection -- return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor +- Power entities +- Optional input of BSSID for AP connection +- Return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor ## Fixed -- wifi full scan to get strongest AP -- add missing dhw tags +- Wifi full scan to get strongest AP +- Add missing dhw tags +- Sending a dash/- to the Reset command doesn't return an error [#1308](https://github.com/emsesp/EMS-ESP32/discussions/1308) ## Changed -- mqtt queue max 300 messages, check heap and maxAlloc +- MQTT queue max 300 messages, check heap and maxAlloc +- API call commands are logged as WARN in the log +- Reset Command renamed to 'reset' in lowercase in EN