mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
5096a13620
commit
b9fcfa86c9
|
@ -15,10 +15,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Berry `light.get` for separate RGB/CT (#21818)
|
- Berry `light.get` for separate RGB/CT (#21818)
|
||||||
- Berry fix `bytes` setters and getters with negative offsets
|
- Berry `bytes` setters and getters with negative offsets (#21835)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Berry internal: remove class from closure to simplify code
|
- Berry internal: remove class from closure to simplify code (#21839)
|
||||||
|
|
||||||
## [14.1.0.3] 20240722
|
## [14.1.0.3] 20240722
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -184,9 +184,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||||
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
|
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
|
||||||
- Berry `bytes.resize()` for large sizes [#21716](https://github.com/arendst/Tasmota/issues/21716)
|
- Berry `bytes.resize()` for large sizes [#21716](https://github.com/arendst/Tasmota/issues/21716)
|
||||||
- Berry `light.get` for separate RGB/CT [#21818](https://github.com/arendst/Tasmota/issues/21818)
|
- Berry `light.get` for separate RGB/CT [#21818](https://github.com/arendst/Tasmota/issues/21818)
|
||||||
|
- Berry `bytes` setters and getters with negative offsets [#21835](https://github.com/arendst/Tasmota/issues/21835)
|
||||||
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
|
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
|
||||||
- Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644)
|
- Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644)
|
||||||
- Matter TLV.U8 unsigned encoding [#21672](https://github.com/arendst/Tasmota/issues/21672)
|
- Matter TLV.U8 unsigned encoding [#21672](https://github.com/arendst/Tasmota/issues/21672)
|
||||||
- Matter resumption final ack [#21673](https://github.com/arendst/Tasmota/issues/21673)
|
- Matter resumption final ack [#21673](https://github.com/arendst/Tasmota/issues/21673)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Berry internal: remove class from closure to simplify code [#21839](https://github.com/arendst/Tasmota/issues/21839)
|
||||||
|
|
Loading…
Reference in New Issue