diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd5e8fd8..d30a5273d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,27 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [13.0.0.1] +## [13.0.0.2] +### Added +- Partition Wizard is now able to convert to safeboot from Shelly partition layout (#19034) + +### Breaking Changed + +### Changed +- ESP32 shutter driver support up to 16 shutters (#18295) + +### Fixed + +### Removed + +## [13.0.0.1] 20230708 ### Added - Command ``Delay -1`` to wait until next second (#18984) - Matter add option to disable bridge mode (#18992) - Support for SGP41 TVOC/NOx Sensor (#18880) - Command ``BrRestart`` to restart the Berry VM (experimental) (#19003) - Command ``Restart 9`` to save all changes and go into deepsleep waiting for a reset (#19024) -- Partition Wizard is now able to convert to safeboot from Shelly partition layout (#19034) -- Berry added `getgbl` performance counter to `debug.counters()` +- Berry added `getgbl` performance counter to `debug.counters()` (#19070) ### Breaking Changed - Berry `bool( [] )` and `bool( {} )` now evaluate as `false` (#18986) @@ -19,9 +31,9 @@ All notable changes to this project will be documented in this file. ### Changed - Matter support for temperature in Fahrenheit (`SetOption8 1`) (#18987) -- Matter improve responsiveness +- Matter improve responsiveness (#19002) - ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change) -- Matter improve latency for remote commands +- Matter improve latency for remote commands (#19072) ### Fixed - Berry various fixes for Walrus Operator (#18982) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1e3326770..7dae07e29 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,12 +110,13 @@ 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 v13.0.0.1 +## Changelog v13.0.0.2 ### Added - Command ``BrRestart`` to restart the Berry VM (experimental) [#19003](https://github.com/arendst/Tasmota/issues/19003) - Command ``Delay -1`` to wait until next second [#18984](https://github.com/arendst/Tasmota/issues/18984) - Command ``Restart 9`` to save all changes and go into deepsleep waiting for a reset [#19024](https://github.com/arendst/Tasmota/issues/19024) - Support for SGP41 TVOC/NOx Sensor [#18880](https://github.com/arendst/Tasmota/issues/18880) +- Berry added `getgbl` performance counter to `debug.counters()` [#19070](https://github.com/arendst/Tasmota/issues/19070) - Matter option to disable bridge mode [#18992](https://github.com/arendst/Tasmota/issues/18992) - Partition Wizard is now able to convert to safeboot from Shelly partition layout [#19034](https://github.com/arendst/Tasmota/issues/19034) @@ -124,7 +125,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `import strict` now detects useless expression without side effects [#18997](https://github.com/arendst/Tasmota/issues/18997) ### Changed +- ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change) +- ESP32 shutter driver support up to 16 shutters [#18295](https://github.com/arendst/Tasmota/issues/18295) - Matter support for temperature in Fahrenheit (`SetOption8 1`) [#18987](https://github.com/arendst/Tasmota/issues/18987) +- Matter improve responsiveness [#19002](https://github.com/arendst/Tasmota/issues/19002) +- Matter improve latency for remote commands [#19072](https://github.com/arendst/Tasmota/issues/19072) ### Fixed - Berry Walrus Operator [#18982](https://github.com/arendst/Tasmota/issues/18982) diff --git a/tasmota/include/tasmota_types.h b/tasmota/include/tasmota_types.h index eac333b77..71176d653 100644 --- a/tasmota/include/tasmota_types.h +++ b/tasmota/include/tasmota_types.h @@ -188,7 +188,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu uint32_t bistable_single_pin : 1; // bit 6 (v12.5.0.1) - SetOption152 - (Power) Switch between two (0) or one (1) pin bistable relay control uint32_t berry_no_autoexec : 1; // bit 7 (v12.5.0.3) - SetOption153 - (Berry) Disable autoexec.be on restart (1) uint32_t berry_light_scheme : 1; // bit 8 (v12.5.0.3) - SetOption154 - (Berry) Handle berry led using RMT0 as additional WS2812 scheme - uint32_t zcfallingedge : 1; // bit 9 (v12.5.0.4) - SetOption155 - ZC Dimmer enable rare falling Edge dimmer instead of leading edge + uint32_t zcfallingedge : 1; // bit 9 (v13.0.0.1) - SetOption155 - (ZCDimmer) Enable rare falling Edge dimmer instead of leading edge uint32_t spare10 : 1; // bit 10 uint32_t spare11 : 1; // bit 11 uint32_t spare12 : 1; // bit 12 diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 5e9cb1eb8..6dfd360a2 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0D000001; // 13.0.0.1 +const uint32_t VERSION = 0x0D000002; // 13.0.0.2 #endif // _TASMOTA_VERSION_H_ diff --git a/tools/decode-status.py b/tools/decode-status.py index 5e68116b5..1102360cd 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -209,7 +209,8 @@ a_setoption = [[ "(Matter) Enable Matter protocol over Wifi", "(Power) Switch between two (0) or one (1) pin bistable relay control", "(Berry) Disable autoexec.be on restart (1)", - "","","","", + "(ZCDimmer) Enable rare falling Edge dimmer instead of leading edge", + "","","", "","","","", "","","","", "","","","",