From 83b09f4de1f179a5ccdaf40d384df214d71cd9e8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:29:51 +0100 Subject: [PATCH] Bump version v14.4.1.3 - Update changelogs --- CHANGELOG.md | 24 +++++++++++++++++------- RELEASENOTES.md | 5 ++++- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf92f4b5ab0..97a8f624b2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [14.4.1.2] +## [14.4.1.3] +### Added +- Command `FileLog 0..4` to enable logging to filesystem +- I2S Opus stream and file support for opus/aac (#22795) + +### Breaking Changed + +### Changed +- ESP32 Platform from 2024.12.30 to 2025.01.30, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250109 and IDF to 5.3.2 (#22792) + +### Fixed + +### Removed + + +## [14.4.1.2] 20250110 ### Added - Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses - Support for Senseair S88 CO2 sensor (#22733) @@ -14,18 +29,13 @@ All notable changes to this project will be documented in this file. - I2S AAC support for web radio (#22787) - Berry WS2812 real-time Leds panel as app (#22788) -### Breaking Changed - ### Changed - GPIOViewer from v1.5.8 to v1.5.9 (No functional change) -- `Pixels` has backwards compatible arguments fixing #22755 +- `Pixels` has backwards compatible arguments fixing #22755 (#22791) ### Fixed - Shutter discovery message regression from v14.4.1 (#22730) -### Removed - - ## [14.4.1.1] 20241231 ### Added - Command ``SetOption163 1`` to disable display of Device name in GUI header diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 259380bf9d00..35d1f7147f09 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,13 +114,14 @@ 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.4.1.2 +## Changelog v14.4.1.3 ### Added - Command ``SetOption163 1`` to disable display of Device name in GUI header - Support for PCF85063 RTC [#22727](https://github.com/arendst/Tasmota/issues/22727) - Support for Senseair S88 CO2 sensor [#22733](https://github.com/arendst/Tasmota/issues/22733) - Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses - I2S AAC support for web radio [#22787](https://github.com/arendst/Tasmota/issues/22787) +- I2S Opus stream and file support for opus/aac [#22795](https://github.com/arendst/Tasmota/issues/22795) - ESP32 TasmotaLED change dynamically the number of pixels [#22754](https://github.com/arendst/Tasmota/issues/22754) - ESP32 expand `Pixels` with reverse, height and alternate [#22755](https://github.com/arendst/Tasmota/issues/22755) - Berry `animate.crenel` primitive [#22673](https://github.com/arendst/Tasmota/issues/22673) @@ -135,8 +136,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed +- ESP32 Platform from 2024.12.30 to 2025.01.30, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250109 and IDF to 5.3.2 [#22792](https://github.com/arendst/Tasmota/issues/22792) - GPIOViewer from v1.5.6 to v1.5.9 (No functional change) - Postpone save_data during light animation when fade is Off +- Command `Pixels` has backwards compatible arguments fixing #22755 [#22791](https://github.com/arendst/Tasmota/issues/22791) - ESP32 disable PSRAM check (and on restart some relay toggles) with `#define DISABLE_PSRAMCHECK true` [#21266](https://github.com/arendst/Tasmota/issues/21266) - Berry bit-shift operators to `int64` [#22709](https://github.com/arendst/Tasmota/issues/22709) - HASPmota use 'roboto.ttf' for automatic sizing of default font [#22697](https://github.com/arendst/Tasmota/issues/22697) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 51ef22fc10e2..d1bc5dfeddcd 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 = 0x0E040102; // 14.4.1.2 +const uint32_t TASMOTA_VERSION = 0x0E040103; // 14.4.1.3 #endif // _TASMOTA_VERSION_H_