mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-16 23:36:34 +00:00
Bump version 15.0.1.2
This commit is contained in:
parent
ae3dbde4b1
commit
56eb8d98c0
22
CHANGELOG.md
22
CHANGELOG.md
@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [15.0.1.1]
|
||||
## [15.0.1.2]
|
||||
### Added
|
||||
- Command `I2sPause` (#23646)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- ESP32 Platform from 2025.05.30 to 2025.07.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.3.250707 and IDF from v5.3.3.250501 to v5.3.3.250707 (#23642)
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
|
||||
## [15.0.1.1] 20250708
|
||||
### Added
|
||||
- I2S additions (#23543)
|
||||
- NeoPool add Redox tank alarm (#19811)
|
||||
@ -12,8 +27,6 @@ All notable changes to this project will be documented in this file.
|
||||
- Commands `LoRaWanDecoder "` and `LoRaWanName "` to clear name (#23394)
|
||||
- Internal function 'WSContentSendRaw_P' (#23641)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- BLE updates for esp-nimble-cpp v2.x (#23553)
|
||||
- Library names (#23560)
|
||||
@ -29,9 +42,6 @@ All notable changes to this project will be documented in this file.
|
||||
- Berry Hue regression from #23429 (#23623)
|
||||
- AHT30 sensor start with null values after deep sleep (#23624)
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [Released]
|
||||
|
||||
## [15.0.1] 20250614
|
||||
|
@ -114,9 +114,10 @@ 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.0.1.1
|
||||
## Changelog v15.0.1.2
|
||||
### Added
|
||||
- Commands `LoRaWanDecoder "` and `LoRaWanName "` to clear name [#23394](https://github.com/arendst/Tasmota/issues/23394)
|
||||
- Command `I2sPause` [#23646](https://github.com/arendst/Tasmota/issues/23646)
|
||||
- Internal function 'WSContentSendRaw_P' [#23641](https://github.com/arendst/Tasmota/issues/23641)
|
||||
- Universal display driver for ZJY169S0800TG01 ST7789 280x240 [#23638](https://github.com/arendst/Tasmota/issues/23638)
|
||||
- NeoPool add Redox tank alarm [#19811](https://github.com/arendst/Tasmota/issues/19811)
|
||||
@ -126,6 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- ESP32 Platform from 2025.05.30 to 2025.07.30, Framework (Arduino Core) from v3.1.3.250504 to v3.1.3.250707 and IDF from v5.3.3.250501 to v5.3.3.250707 [#23642](https://github.com/arendst/Tasmota/issues/23642)
|
||||
- Library names [#23560](https://github.com/arendst/Tasmota/issues/23560)
|
||||
- CSS uses named colors variables [#23597](https://github.com/arendst/Tasmota/issues/23597)
|
||||
- VEML6070 and AHT2x device detection [#23581](https://github.com/arendst/Tasmota/issues/23581)
|
||||
|
@ -22,6 +22,6 @@
|
||||
|
||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
||||
|
||||
const uint32_t TASMOTA_VERSION = 0x0F000101; // 15.0.1.1
|
||||
const uint32_t TASMOTA_VERSION = 0x0F000102; // 15.0.1.2
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user