Update change logs

This commit is contained in:
Theo Arends
2026-06-17 12:36:10 +02:00
parent ba6159f78a
commit 00bab175a8
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
## [15.4.0.3] ## [15.4.0.3]
### Added ### Added
- Serial console support for Backspace when enabling `#define USE_SERIAL_BACKSPACE` (#24830) - Serial console support for Backspace when enabling `#define USE_SERIAL_BACKSPACE` (#24830)
- Build: Copy firmware artifacts with ELF-extracted build timestamp (opt-in) (#24794) - Build copy firmware artifacts with ELF-extracted build timestamp (opt-in) (#24794)
### Breaking Changed ### Breaking Changed
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
- SCD4x library FrogmoreScd40 to Sensirion arduino-i2c-scd4x v1.1.0 - SCD4x library FrogmoreScd40 to Sensirion arduino-i2c-scd4x v1.1.0
- SPS30 library Sensirion arduino-i2c-sps30 v1.0.1 - SPS30 library Sensirion arduino-i2c-sps30 v1.0.1
- Code hardening replacing `strcat` and `strcpy` with safer alternatives (#24832) - Code hardening replacing `strcat` and `strcpy` with safer alternatives (#24832)
- Berry optimized solidified structures for code constants and maps - Berry optimized solidified structures for code constants and maps (#24838)
### Fixed ### Fixed
+2 -1
View File
@@ -114,7 +114,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v15.4.0.3 ## Changelog v15.4.0.3
### Added ### Added
- Build: Copy firmware artifacts with ELF-extracted build timestamp (opt-in) [#24794](https://github.com/arendst/Tasmota/issues/24794) - 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 `SetOption [0..2]` to display SetOption values
- Command `WcResolution 0..24` increasing camera max resolution from 14 to 24 - 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) - Support for hostname generation using single-specifier Format() patterns [#24731](https://github.com/arendst/Tasmota/issues/24731)
@@ -145,6 +145,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Increase security by inverting state of `define DISABLE_REFERER_CHK` controlling remote HTTP access which is now default off - Increase security by inverting state of `define DISABLE_REFERER_CHK` controlling remote HTTP access which is now default off
- ESP8266 wrap printf and replace with stubs reducing flash size by 6k [#24714](https://github.com/arendst/Tasmota/issues/24714) - ESP8266 wrap printf and replace with stubs reducing flash size by 6k [#24714](https://github.com/arendst/Tasmota/issues/24714)
- Move autoconf repository to `ota.tasmota.com` [#24754](https://github.com/arendst/Tasmota/issues/24754) - Move autoconf repository to `ota.tasmota.com` [#24754](https://github.com/arendst/Tasmota/issues/24754)
- Berry optimized solidified structures for code constants and maps [#24838](https://github.com/arendst/Tasmota/issues/24838)
- Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting [#24725](https://github.com/arendst/Tasmota/issues/24725) - Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting [#24725](https://github.com/arendst/Tasmota/issues/24725)
- LVGL splash screen uses default Montserrat-14 instead of Montserrat-20 on small screens [#24735](https://github.com/arendst/Tasmota/issues/24735) - LVGL splash screen uses default Montserrat-14 instead of Montserrat-20 on small screens [#24735](https://github.com/arendst/Tasmota/issues/24735)