mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Bump version v14.5.0.3
This commit is contained in:
parent
714ad233e0
commit
da4dc56b16
20
CHANGELOG.md
20
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)
|
||||
|
@ -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>[,<IP filter>]`
|
||||
- Support Vango Technologies V924x ultralow power, single-phase, power measurement [#23127](https://github.com/arendst/Tasmota/issues/23127)
|
||||
|
@ -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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user