diff --git a/CHANGELOG.md b/CHANGELOG.md index baffb7505..7503965f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [14.5.0.2] +## [14.5.0.3] +### Added + +### Breaking Changed + +### Changed +- Output of commands `GPIO` and `GPIOs` swapped + +### Fixed + +### Removed + + + +## [14.5.0.2] 20250325 ### Added - Berry load `.tapp` files in `/.extensions/` then in `/` (#23113) - Support Vango Technologies V924x ultralow power, single-phase, power measurement (#23127) @@ -30,9 +44,6 @@ All notable changes to this project will be documented in this file. - ESP32 intermittent exception on WiFi AP cannot be reached (#23115) - ESP32 receive incomplete serial data over 128 bytes (#23156) -### Removed - - ## [14.5.0.1] 20250302 ### Added - Berry experimental driver for AXP2101 for M5Core2v1.1 (#23039) @@ -1623,7 +1634,6 @@ All notable changes to this project will be documented in this file. - Serial Bridge default internal serial rx buffer size from 64 to 256 (#17120) - Accept filename extensions to GUI file upload input fields (#16875) - AC PWM dimmer lineair power distribution (#17177) -- Output of commands `GPIO` and `GPIOs` swapped ### Fixed - ModbusBridge baudrates over 76500 baud (#17106) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 345ec449b..0ce748d80 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v14.5.0.2 +## Changelog v14.5.0.3 ### Added - Telnet server using command `Telnet <0|1|port>[,]` - Support Vango Technologies V924x ultralow power, single-phase, power measurement [#23127](https://github.com/arendst/Tasmota/issues/23127) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 6645cac84..e547de14a 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -22,6 +22,6 @@ #define TASMOTA_SHA_SHORT // Filled by Github sed -const uint32_t TASMOTA_VERSION = 0x0E050002; // 14.5.0.2 +const uint32_t TASMOTA_VERSION = 0x0E050003; // 14.5.0.3 #endif // _TASMOTA_VERSION_H_