mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Bump version v14.4.1.3
- Update changelogs
This commit is contained in:
parent
3365fd0d0b
commit
83b09f4de1
24
CHANGELOG.md
24
CHANGELOG.md
@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [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
|
### Added
|
||||||
- Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses
|
- Support for ESP32 Two-Wire Automotive Interface (TWAI) or Controller Area Network (CAN) busses
|
||||||
- Support for Senseair S88 CO2 sensor (#22733)
|
- 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)
|
- I2S AAC support for web radio (#22787)
|
||||||
- Berry WS2812 real-time Leds panel as app (#22788)
|
- Berry WS2812 real-time Leds panel as app (#22788)
|
||||||
|
|
||||||
### Breaking Changed
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- GPIOViewer from v1.5.8 to v1.5.9 (No functional change)
|
- 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
|
### Fixed
|
||||||
- Shutter discovery message regression from v14.4.1 (#22730)
|
- Shutter discovery message regression from v14.4.1 (#22730)
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
|
|
||||||
## [14.4.1.1] 20241231
|
## [14.4.1.1] 20241231
|
||||||
### Added
|
### Added
|
||||||
- Command ``SetOption163 1`` to disable display of Device name in GUI header
|
- Command ``SetOption163 1`` to disable display of Device name in GUI header
|
||||||
|
@ -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.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v14.4.1.2
|
## Changelog v14.4.1.3
|
||||||
### Added
|
### Added
|
||||||
- Command ``SetOption163 1`` to disable display of Device name in GUI header
|
- 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 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 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
|
- 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 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 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)
|
- 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)
|
- 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
|
### Breaking Changed
|
||||||
|
|
||||||
### 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)
|
- GPIOViewer from v1.5.6 to v1.5.9 (No functional change)
|
||||||
- Postpone save_data during light animation when fade is Off
|
- 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)
|
- 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)
|
- 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)
|
- HASPmota use 'roboto.ttf' for automatic sizing of default font [#22697](https://github.com/arendst/Tasmota/issues/22697)
|
||||||
|
@ -22,6 +22,6 @@
|
|||||||
|
|
||||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
#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_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user