diff --git a/CHANGELOG.md b/CHANGELOG.md index b04965332..76062865b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file. ### Added - Allow temporary change of DisplayDimmer (#23406) - Support for LoRaWan Rx1 and Rx2 profiles (#23394) -- HASPmota auto-dimming when no touch +- HASPmota auto-dimming when no touch (#23425) +- Provide serial upload port from VSC to PIO (#23436) ### Breaking Changed @@ -18,7 +19,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Haspmota `haspmota.parse()` page parsing (#23403) - ESP32-S3 display stability regression from #23397 (#23404) -- DNS setting with `IPAddress4/5` not persisted +- DNS setting with `IPAddress4/5` not persisted (#23426) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6b2e01473..9e290b427 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -116,6 +116,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v14.6.0.2 ### Added +- Provide serial upload port from VSC to PIO [#23436](https://github.com/arendst/Tasmota/issues/23436) - Command `JsonPP 0..7` to enable (>0) JSON Pretty Print on user interfaces and set number of indents - Command `JsonPP |backlog ;...` to enable JSON PP only once - Support for multi channel AU915-928 LoRaWanBridge by Rob Clark [#23372](https://github.com/arendst/Tasmota/issues/23372) @@ -126,6 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Optional Wifi strength indicator in WebUI status line [#23352](https://github.com/arendst/Tasmota/issues/23352) - Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347) - HASPmota `antiburn()` [#23400](https://github.com/arendst/Tasmota/issues/23400) +- HASPmota auto-dimming when no touch [#23425](https://github.com/arendst/Tasmota/issues/23425) ### Breaking Changed @@ -135,6 +137,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Allow command `WebRefresh` minimum from 1000 to 400 mSec ### Fixed +- DNS setting with `IPAddress4/5` not persisted [#23426](https://github.com/arendst/Tasmota/issues/23426) - NimBLE log_level definition conflict [#23366](https://github.com/arendst/Tasmota/issues/23366) - Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311) - Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312)