Bump version v15.3.0.1

This commit is contained in:
Theo Arends
2026-02-20 09:55:42 +01:00
parent ba0d5a9493
commit 1e39f17ebe
3 changed files with 17 additions and 42 deletions
Regular → Executable
+15 -6
View File
@@ -3,20 +3,31 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [15.2.0.6]
## [15.3.0.1]
### Added
- Support for Sensirion SEN6x indoor air quality sensor (#24386)
- Support for I2C FM24Cxx FRAM block read/write/format commands (#24457)
### Breaking Changed
### Changed
- ESP8266 platform update from 2026.01.00 to 2026.02.00 (#24460)
### Fixed
### Removed
## [Released]
## [15.3.0]
- Release Susan
## [15.2.0.6] 20260219
### Added
- Support for Sensirion SEN6x indoor air quality sensor (#24386)
- Support for I2C FM24Cxx FRAM block read/write/format commands (#24457)
### Changed
- ESP8266 platform update from 2026.01.00 to 2026.02.00 (#24460)
## [15.2.0.5] 20260214
### Added
- ESP32 support SPI bus2 for Ethernet and SDCard (#24433)
@@ -90,8 +101,6 @@ All notable changes to this project will be documented in this file.
### Removed
- Berry `animate` to be replaced with `animation` framework (#24241)
## [Released]
## [15.2.0]
- Release Stephan
+1 -35
View File
@@ -112,45 +112,11 @@ 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 v15.2.0.6
## Changelog v15.3.0.1
### Added
- Support for TCA9554 8-bit I/O expander mutually exclusive with PCA9557
- Support for Adafruit I2C QT Rotary Encoder [#24270](https://github.com/arendst/Tasmota/issues/24270)
- Support for RX8025T RTC [#24445](https://github.com/arendst/Tasmota/issues/24445)
- Support for Sensirion SEN6x indoor air quality sensor [#24386](https://github.com/arendst/Tasmota/issues/24386)
- Support for I2C FM24Cxx FRAM block read/write/format commands [#24457](https://github.com/arendst/Tasmota/issues/24457)
- ESP32 support SPI bus2 for Ethernet and SDCard [#24433](https://github.com/arendst/Tasmota/issues/24433)
- Improv USB CDC connected devices
- Dingtian `SetOption81 1` to invert input and `SetOption133 1` to invert output [#24364](https://github.com/arendst/Tasmota/issues/24364)
- Zigbee support for `int24` type [#24334](https://github.com/arendst/Tasmota/issues/24334)
- Berry `path.listdir("file.tapp#")` to list directory inside '.tapp' archives [#24367](https://github.com/arendst/Tasmota/issues/24367)
### Changed
- ESP8266 platform update from 2025.10.00 to 2026.02.00 [#24460](https://github.com/arendst/Tasmota/issues/24460)
- ESP32 Platform from 2025.12.30 to 2026.02.30, Framework (Arduino Core) from v3.1.7 to v3.1.10 and IDF from v5.3.4.251205 to v5.3.4.260127 [#24444](https://github.com/arendst/Tasmota/issues/24444)
- Vid6608 library from v1.0.2 to v1.0.3 [#24218](https://github.com/arendst/Tasmota/issues/24218)
- IRremoteESP8266 library from v2.8.6 to v2.8.6-ca474a6 [#24226](https://github.com/arendst/Tasmota/issues/24226)
- Refactor Adafruit Seesaw soil driver [#24270](https://github.com/arendst/Tasmota/issues/24270)
- LM75AD output when no valid reading received from 0 to null [#24263](https://github.com/arendst/Tasmota/issues/24263)
- Dingtian define `DINGTIAN_INPUTS_INVERTED` replaced by `SetOption81` [#24364](https://github.com/arendst/Tasmota/issues/24364)
- Update Zigbee WebUI [#24224](https://github.com/arendst/Tasmota/issues/24224)
- JPEG decoder [#24368](https://github.com/arendst/Tasmota/issues/24368)
### Fixed
- ESP8266 TasmotaSerial flush receive buffer on executing `TasmotaSerial.flush();`
- ESP8266 KNX unwanted reply [#24267](https://github.com/arendst/Tasmota/issues/24267)
- ESP32-P4 unique MQTT Client based on hosted MCU MAC address
- ScrubDNS() function [#23886](https://github.com/arendst/Tasmota/issues/23886)
- GDK101 power on detection [#24242](https://github.com/arendst/Tasmota/issues/24242)
- Udisplay backlight with SPI displays [#24277](https://github.com/arendst/Tasmota/issues/24277)
- Udisplay SPI driver display dimension parameters regression from v15.1.0.1 [#24376](https://github.com/arendst/Tasmota/issues/24376)
- Display ST77xx and Parallel issues introduced after refactor UDisplay [#24368](https://github.com/arendst/Tasmota/issues/24368)
- DALI watchdog exception
- TuyaMCU v1 exception 28 regression from v15.1.0.1 reverted PR24063 [#24220](https://github.com/arendst/Tasmota/issues/24220)
- ESP32 BearSSL hw accelerated SHA1 [#24397](https://github.com/arendst/Tasmota/issues/24397)
- ESP32 BLE not starting [#24240](https://github.com/arendst/Tasmota/issues/24240)
- Zigbee compilation warning in Berry mapping [#24333](https://github.com/arendst/Tasmota/issues/24333)
### Removed
- Berry `animate` to be replaced with `animation` framework [#24241](https://github.com/arendst/Tasmota/issues/24241)
- AlpineJS 2.8.2 - not needed anymore [#24427](https://github.com/arendst/Tasmota/issues/24427)
+1 -1
View File
@@ -22,6 +22,6 @@
#define TASMOTA_SHA_SHORT // Filled by Github sed
const uint32_t TASMOTA_VERSION = 0x0F020006; // 15.2.0.6
const uint32_t TASMOTA_VERSION = 0x0F030001; // 15.3.0.1
#endif // _TASMOTA_VERSION_H_