Update change logs

This commit is contained in:
Theo Arends
2026-06-13 12:38:08 +02:00
parent a2c38a9b76
commit c4b01cc013
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
## [15.4.0.3]
### Added
- Serial console support for Backspace when enabling `#define USE_SERIAL_BACKSPACE` (#24830)
- Build: Copy firmware artifacts with ELF-extracted build timestamp (opt-in) (#24794)
### Breaking Changed
+1
View File
@@ -114,6 +114,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v15.4.0.3
### Added
- Build: Copy firmware artifacts with ELF-extracted build timestamp (opt-in) [#24794](https://github.com/arendst/Tasmota/issues/24794)
- Command `SetOption [0..2]` to display SetOption values
- Command `WcResolution 0..24` increasing camera max resolution from 14 to 24
- Support for hostname generation using single-specifier Format() patterns [#24731](https://github.com/arendst/Tasmota/issues/24731)