You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
6
6
## [14.5.0.2]
7
7
### Added
8
8
- Berry load `.tapp` files in `/.extensions/` then in `/` (#23113)
9
+
- Support Vango Technologies V924x ultralow power, single-phase, power measurement (#23127)
10
+
- Support for HLK-LD2402 24GHz smart wave motion sensor (#23133)
9
11
10
12
### Breaking Changed
11
13
- Berry remove `Leds.create_matrix` from the standard library waiting for reimplementation (#23114)
@@ -14,6 +16,8 @@ All notable changes to this project will be documented in this file.
14
16
- ESP32 Platform from 2025.02.30 to 2025.03.30, Framework (Arduino Core) from v3.1.1.250203 to v3.1.3.250302 and IDF from v5.3.2.250120 to 5.3.2.250228 (#23088)
15
17
- ESP32 enable webcam version 2 (#18732)
16
18
- ESP8266 enable FTP for >= 4MB variants (#23120)
19
+
- Berry update flasher for Sonoff ZBBridge Pro (#23136)
20
+
- Berry `re` now accepts `bytes()` as precompiled patterns, added `re.compilebytes()` (#23149)
17
21
18
22
### Fixed
19
23
- Berry prevent `import` from hiding a solidified class (#23112)
Copy file name to clipboardexpand all lines: RELEASENOTES.md
+4
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
116
116
117
117
## Changelog v14.5.0.2
118
118
### Added
119
+
- Support Vango Technologies V924x ultralow power, single-phase, power measurement [#23127](https://github.com/arendst/Tasmota/issues/23127)
120
+
- Support for HLK-LD2402 24GHz smart wave motion sensor [#23133](https://github.com/arendst/Tasmota/issues/23133)
119
121
- Allow acl in mqtt when client certificate is in use with `#define USE_MQTT_CLIENT_CERT`[#22998](https://github.com/arendst/Tasmota/issues/22998)
120
122
- Berry experimental driver for AXP2101 for M5Core2v1.1 [#23039](https://github.com/arendst/Tasmota/issues/23039)
121
123
- Berry `tasmota.when_network_up()` and simplified Matter using it [#23057](https://github.com/arendst/Tasmota/issues/23057)
@@ -132,6 +134,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
132
134
- GPIOViewer from v1.6.1 to v1.6.2 (No functional change)
133
135
- ESP8266 enable FTP for >= 4MB variants [#23120](https://github.com/arendst/Tasmota/issues/23120)
134
136
- ESP32 enable webcam version 2 [#18732](https://github.com/arendst/Tasmota/issues/18732)
137
+
- Berry update flasher for Sonoff ZBBridge Pro [#23136](https://github.com/arendst/Tasmota/issues/23136)
138
+
- Berry `re` now accepts `bytes()` as precompiled patterns, added `re.compilebytes()`[#23149](https://github.com/arendst/Tasmota/issues/23149)
135
139
- LVGL, prepare for HASPmota theme, change: no-grow when clicked, DPI set to 160 [#23040](https://github.com/arendst/Tasmota/issues/23040)
136
140
- LVGL Mirroring add checkbox to enable/disable the feature (in the iterim for a better solution) [#23047](https://github.com/arendst/Tasmota/issues/23047)
137
141
- Leds Panel add checkbox to enable/disable the feature (in the iterim for a better solution) [#23048](https://github.com/arendst/Tasmota/issues/23048)
0 commit comments