From c4b01cc01320334173900c6620bbaf2de1f89490 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 13 Jun 2026 12:38:08 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df7c3b37..ea03931b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3a73c7eb8..e5e77e3f5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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)