mirror of https://github.com/arendst/Tasmota.git
Update CHANGELOG.md
This commit is contained in:
parent
34d15036e6
commit
91c635abc3
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,11 +3,10 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Released]
|
||||
|
||||
## [12.5.0] 20230417
|
||||
- Release Peyton
|
||||
|
||||
## [12.5.0.4]
|
||||
## [13.0.0] 20230628
|
||||
- Release Qasim
|
||||
|
||||
## [12.5.0.4] 20230628
|
||||
### Added
|
||||
- Matter ability to add or remove endpoint in bridge mode (code only)
|
||||
- Matter add controller's Vendor Name to logs and UI
|
||||
|
@ -18,8 +17,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry add global function `format` as a simpler syntax to `string.format`
|
||||
- Berry added f-strings as an alternative to string formatting
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Berry `webclient.url_encode()` is now a static class method, no change required to existing code (#18775)
|
||||
- Matter Bridge mode always on
|
||||
|
@ -34,8 +31,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry fixed parser error with upvals in closures
|
||||
- NeoPool fix NPFiltration switch result (#18871)
|
||||
|
||||
### Removed
|
||||
|
||||
## [12.5.0.3] 20230602
|
||||
### Added
|
||||
- Command ``WifiPower 0`` to enable dynamic wifi power based on RSSI by @TD-er (#15443)
|
||||
|
@ -116,8 +111,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry fix rules for string comparisons (#18464)
|
||||
- Shutter: GarageMode does not stop on console commands, `ShutterSetOpen` and `ShutterSetClose` does not reset direction (#18539)
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.5.0] 20230417
|
||||
- Release Peyton
|
||||
|
||||
|
|
Loading…
Reference in New Issue