From 7bd8710eb62860a241131ace64f08bf3a15c759d Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 1 Oct 2023 17:40:09 +0200 Subject: [PATCH] 3.6.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ CHANGELOG_LATEST.md | 12 ------------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ba4ef9c..d1cddb876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.2] October 1 2023 + +## Added + +- 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. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup. +- 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 +- API call commands are logged as WARN in the log +- Reset Command renamed to 'reset' in lowercase in EN + ## [3.6.1] September 9 2023 ## **IMPORTANT! BREAKING CHANGES** diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 5484cf687..d995bca98 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -6,18 +6,6 @@ ## Added -- 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 -- 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 -- API call commands are logged as WARN in the log -- Reset Command renamed to 'reset' in lowercase in EN