mirror of
https://github.com/arendst/Tasmota.git
synced 2026-09-11 09:13:17 +00:00
Bump version v15.6.0.1
This commit is contained in:
+23
-7
@@ -3,7 +3,29 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [15.5.0.2]
|
||||
## [15.6.0.1]
|
||||
### Added
|
||||
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
|
||||
## [Released]
|
||||
|
||||
## [15.6.0] 20260825
|
||||
- Release Sylvie
|
||||
|
||||
## [15.5.0.2] 20260825
|
||||
### Added
|
||||
- Support for baudrate 74880 replacing 74700 (#24924)
|
||||
- Support for WiZ compatible IoTorero ESP-Now Remote Control additional buttons P5 to P7
|
||||
@@ -11,8 +33,6 @@ All notable changes to this project will be documented in this file.
|
||||
- Berry extend `sortedmap` constructor (#24955)
|
||||
- Shelly Pro 2PM emulation for ESP32 (`Emulation 3`, disabled by default) (#24952)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Library `PubSubClient` renamed to `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests (#24916)
|
||||
- Berry `json.dump()` works with subclasses of `map` and `list` (#24954)
|
||||
@@ -28,8 +48,6 @@ All notable changes to this project will be documented in this file.
|
||||
- NeoPool issue with localized JSON keys (#24962)
|
||||
- NeoPool delocalize all JSON outputs (#24965)
|
||||
|
||||
### Removed
|
||||
|
||||
## [15.5.0.1] 20260725
|
||||
### Added
|
||||
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian (#24857)
|
||||
@@ -48,8 +66,6 @@ All notable changes to this project will be documented in this file.
|
||||
- PZEM/Modbus energy monitor Exception crash-loop on ESP8266 regression from v15.5.0 (#24883)
|
||||
- Udisp SPI for mono color display (#24899)
|
||||
|
||||
## [Released]
|
||||
|
||||
## [15.5.0] 20260621
|
||||
- Release Sylvan
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ See [CHANGELOG.md](https://github.com/arendst/Tasmota/blob/development/CHANGELOG
|
||||
|
||||
## Development
|
||||
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](http://ota.tasmota.com/tasmota/)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22)
|
||||
|
||||
@@ -30,7 +30,7 @@ Firmware binaries can be downloaded from http://ota.tasmota.com/tasmota/release/
|
||||
|
||||
## Development
|
||||
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](http://ota.tasmota.com/tasmota/)
|
||||
[](https://github.com/arendst/Tasmota/actions/workflows/build_all_the_things.yml)
|
||||
[](https://github.com/arendst/Tasmota/actions/workflows/Tasmota_build_devel.yml)
|
||||
|
||||
+6
-29
@@ -71,7 +71,7 @@ Latest released binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota/release-15.5.0
|
||||
- http://ota.tasmota.com/tasmota/release-15.6.0
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
@@ -102,7 +102,7 @@ Latest released binaries can be downloaded from
|
||||
- https://ota.tasmota.com/tasmota32/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- https://ota.tasmota.com/tasmota32/release-15.5.0
|
||||
- https://ota.tasmota.com/tasmota32/release-15.6.0
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasmota.com/tasmota32/release/tasmota32.bin``
|
||||
|
||||
@@ -112,39 +112,16 @@ 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.5.0.2
|
||||
## Changelog v15.6.0.1
|
||||
### Added
|
||||
- Support for baudrate 74880 replacing 74700 [#24924](https://github.com/arendst/Tasmota/issues/24924)
|
||||
- Support for BLE BTHome in binary `tasmota32-bluetooth.bin` [#20763](https://github.com/arendst/Tasmota/issues/20763)
|
||||
- Shelly Pro 2PM emulation for ESP32 (`Emulation 3`) [#24952](https://github.com/arendst/Tasmota/issues/24952)
|
||||
- TLS support for EC P-384 curve in server certificate [#24909](https://github.com/arendst/Tasmota/issues/24909)
|
||||
- MagicSwitch configurable masking window fixing problems with multiple false triggering [#24888](https://github.com/arendst/Tasmota/issues/24888)
|
||||
- Support for WiZ compatible IoTorero ESP-Now Remote Control additional buttons P5 to P7
|
||||
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian [#24857](https://github.com/arendst/Tasmota/issues/24857)
|
||||
- Berry extend `sortedmap` constructor [#24955](https://github.com/arendst/Tasmota/issues/24955)
|
||||
- HASPmota ability to set default screen background on `p0b0` object [#24874](https://github.com/arendst/Tasmota/issues/24874)
|
||||
- HASPmota and LVGL `stripes` widget [#24907](https://github.com/arendst/Tasmota/issues/24907)
|
||||
- Matter virtual IR HVAC thermostat support [#24821](https://github.com/arendst/Tasmota/issues/24821)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
||||
### Changed
|
||||
- Library `PubSubClient` renamed to `TasmotaPubSub`, hardening fixes and comprehensive non-regression tests [#24916](https://github.com/arendst/Tasmota/issues/24916)
|
||||
- Keep the first panic in the ESP32 crash recorder [#24976](https://github.com/arendst/Tasmota/issues/24976)
|
||||
- MiElHVAC auto-enable i-See widevane when setting AirDirection [#24860](https://github.com/arendst/Tasmota/issues/24860)
|
||||
- Berry `json.dump()` works with subclasses of `map` and `list` [#24954](https://github.com/arendst/Tasmota/issues/24954)
|
||||
- Berry/MI32 improved dashboard and widget handling [#24972](https://github.com/arendst/Tasmota/issues/24972)
|
||||
|
||||
|
||||
### Fixed
|
||||
- Default button/switch actions on builds without rules regression from v15.4.0.2 [#24871](https://github.com/arendst/Tasmota/issues/24871)
|
||||
- PZEM/Modbus energy monitor Exception crash-loop on ESP8266 regression from v15.5.0 [#24883](https://github.com/arendst/Tasmota/issues/24883)
|
||||
- Can sniffer functionality [#18287](https://github.com/arendst/Tasmota/issues/18287)
|
||||
- Udisp SPI for mono color display [#24899](https://github.com/arendst/Tasmota/issues/24899)
|
||||
- Minor fixes in `LList` [#24927](https://github.com/arendst/Tasmota/issues/24927)
|
||||
- NeoPool delocalize all JSON outputs [#24962](https://github.com/arendst/Tasmota/issues/24962), [#24965](https://github.com/arendst/Tasmota/issues/24965)
|
||||
- TLS fix public key fingerprint for ECDSA certificates [#24928](https://github.com/arendst/Tasmota/issues/24928)
|
||||
- Reset BLE scan flag on new operation [#24925](https://github.com/arendst/Tasmota/issues/24925)
|
||||
- BLE EQ3 float output in mqtt messages regression from v15.4.0.2 [#24869](https://github.com/arendst/Tasmota/issues/24869)
|
||||
- HASPmota better support for `textarea` [#24946](https://github.com/arendst/Tasmota/issues/24946)
|
||||
|
||||
|
||||
### Removed
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
|
||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
||||
|
||||
const uint32_t TASMOTA_VERSION = 0x0F050002; // 15.5.0.2
|
||||
const uint32_t TASMOTA_VERSION = 0x0F060001; // 15.6.0.1
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
||||
Reference in New Issue
Block a user