Skip to content

Commit c6ecaf9

Browse files
committed
Update changelogs
1 parent f796915 commit c6ecaf9

File tree

4 files changed

+65
-23
lines changed

4 files changed

+65
-23
lines changed

Diff for: BUILDS.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## Available Features and Sensors
22

3-
ESP8266 / ESP32
4-
5-
l = lite, t = tasmota, k = knx, s = sensors, i = ir, d = display
3+
l = lite, t = tasmota (ESP8266 / ESP32), k = knx, s = sensors, i = ir, d = display
64

75
Note: `minimal` variant is not listed as it shouldn't be used outside of the [upgrading](https://tasmota.github.io/docs/Upgrading/) process.
86

Diff for: CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ All notable changes to this project will be documented in this file.
99
- Command ``WebCanvas linear-gradient(#F02 7%,#F93,#FF4,#082,#00F,#708 93%)`` to set GUI canvas
1010

1111
### Breaking Changed
12-
- Remove Berry `every_200ms` event which didn't work anyways
12+
- Remove Berry `every_200ms` event which didn't work anyways (#20205)
1313

1414
### Changed
1515
- ESP32 LVGL library from v8.3.10 to v8.3.11 (no functional change)
16+
- Berry ULP API changes for Core3/IDF5 (#20198)
17+
- Berry leds animation refactoring stage 1 (#20197)
1618

1719
### Fixed
18-
- HASPmota `bar` fixed `val` attribute
20+
- TUYA state machine (in TUYA v1) (#20110)
21+
- ESP32 Neopixel flicker for Core3/IDF5 (#20196)
22+
- HASPmota `bar` fixed `val` attribute (#20208)
1923

2024
### Removed
2125

@@ -66,7 +70,7 @@ All notable changes to this project will be documented in this file.
6670
- NeoPool enhancements for HA (#19857)
6771
- ST7735S display.ini for 1.44 inch 128x128 red SPI display (#19862)
6872
- HASPmota add styling properties (#19912)
69-
- Matter flow sensor suppor (#19852)
73+
- Matter flow sensor support (#19852)
7074

7175
### Breaking Changed
7276
- NeoPool SENSOR topic ``Power`` renamed to ``Powerunit`` (#19857)

Diff for: RELEASENOTES.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following binary downloads have been compiled with ESP32/Arduino library cor
9696
- **tasmota32-zbbridgepro.bin** - The Sonoff Zigbee Bridge Pro version with CC2652P firmware load support.
9797

9898
### ESP32-C2 and ESP32-C6 based
99-
The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.0**.
99+
The following binary downloads have been compiled with ESP32/Arduino library core version **3.0.0-alpha3**.
100100

101101
- **tasmota32c2-arduino30.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C2 and 4M+ flash.
102102
- **tasmota32c6cdc-arduino30.bin** = The Tasmota version with most drivers including additional sensors and KNX for ESP32-C6 with serial over embedded USB CDC or hardware USB and 4M+ flash.
@@ -118,6 +118,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
118118

119119
## Changelog v13.2.0.3
120120
### Added
121+
- Support for ESP32-C2 and ESP32-C6 using Arduino Core3
121122
- Command ``GpioRead`` to show input state [#19810](https://github.com/arendst/Tasmota/issues/19810)
122123
- Command ``WebCanvas linear-gradient(#F02 7%,#F93,#FF4,#082,#00F,#708 93%)`` to set GUI canvas
123124
- I2C bus2 support to iAQ core sensor [#19799](https://github.com/arendst/Tasmota/issues/19799)
@@ -139,40 +140,47 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
139140
- NeoPool enhancements for HomeAssistant [#19857](https://github.com/arendst/Tasmota/issues/19857)
140141
- NeoPool store settings on unified file system [#19973](https://github.com/arendst/Tasmota/issues/19973)
141142
- DeepSleep support through TIMERS [#20117](https://github.com/arendst/Tasmota/issues/20117)
142-
- Support for ESP32-C2 and ESP32-C6 using Arduino core v3
143-
- ESP32 core v3 auto TasConsole USB or Serial connection by @staars
143+
- ESP32 auto TasConsole USB or Serial connection for Core3 by @staars
144144
- ESP32 Partition Wizard can be loaded dynamically [#19980](https://github.com/arendst/Tasmota/issues/19980)
145145
- ESP32 support for Avago Tech Bluetooth Buttons [#20088](https://github.com/arendst/Tasmota/issues/20088)
146146
- Berry ``debug.gcdebug()`` to enable GC debugging [#19936](https://github.com/arendst/Tasmota/issues/19936)
147147
- Berry AES_CBC to crypto module [#19964](https://github.com/arendst/Tasmota/issues/19964)
148148
- Berry `scale_int`, equivalent of `scale_uint` for signed integers [#20090](https://github.com/arendst/Tasmota/issues/20090)
149149
- HASPmota add styling properties [#19912](https://github.com/arendst/Tasmota/issues/19912)
150-
- Matter flow sensor suppor [#19852](https://github.com/arendst/Tasmota/issues/19852)
150+
- Matter flow sensor support [#19852](https://github.com/arendst/Tasmota/issues/19852)
151151

152152
### Breaking Changed
153153
- NeoPool SENSOR topic ``Power`` renamed to ``Powerunit`` [#19857](https://github.com/arendst/Tasmota/issues/19857)
154+
- Remove Berry `every_200ms` event which didn't work anyways [#20205](https://github.com/arendst/Tasmota/issues/20205)
154155

155156
### Changed
157+
- ESP32 Framework (Arduino Core3) from v3.0.0-alpha1 to v3.0.0-alpha3
158+
- ESP32 LVGL library from v8.3.10 to v8.3.11 (no functional change)
156159
- Increase MAX_HUE_DEVICES to 32 [#19820](https://github.com/arendst/Tasmota/issues/19820)
157160
- NeoPool ``NPHydrolysis`` percent and unit [#19924](https://github.com/arendst/Tasmota/issues/19924)
158161
- Thermostat JSON index from 0 to 1 [#20011](https://github.com/arendst/Tasmota/issues/20011)
159162
- MI32 updates [#19893](https://github.com/arendst/Tasmota/issues/19893)
160163
- ESP32 keep FileSystem intact when over flashing with VSC [#19816](https://github.com/arendst/Tasmota/issues/19816)
164+
- Berry leds animation refactoring stage 1 [#20197](https://github.com/arendst/Tasmota/issues/20197)
165+
- Berry ULP API changes for Core3/IDF5 [#20198](https://github.com/arendst/Tasmota/issues/20198)
161166
- Matter Light0 now accept a Relay number [#19809](https://github.com/arendst/Tasmota/issues/19809)
162167
- Matter update hierarchy of plugins [#19915](https://github.com/arendst/Tasmota/issues/19915)
163168

164169
### Fixed
165170
- Compile USE_PID [#19890](https://github.com/arendst/Tasmota/issues/19890)
166171
- Scripter timer issue [#19914](https://github.com/arendst/Tasmota/issues/19914)
167172
- NeoPool filtration mode display [#19801](https://github.com/arendst/Tasmota/issues/19801)
168-
- Zero-Cross Dimmer for ESP32 with Core3 [#19929](https://github.com/arendst/Tasmota/issues/19929)
169173
- ``changeUIntScale`` for linearity when expanding range [#20089](https://github.com/arendst/Tasmota/issues/20089)
174+
- TUYA state machine (in TUYA v1) [#20110](https://github.com/arendst/Tasmota/issues/20110)
170175
- ``WebQuery`` response buffer corruption and format character ``%`` [#20111](https://github.com/arendst/Tasmota/issues/20111)
171176
- ESP32 I2C allow bus2 support when bus1 is not enabled
172177
- ESP32 remove restart energy logging if no energy monitoring is selected
173-
- ESP32 IR receive with Arduino Core 3 [#19904](https://github.com/arendst/Tasmota/issues/19904)
178+
- ESP32 IR receive with Arduino Core3 [#19904](https://github.com/arendst/Tasmota/issues/19904)
179+
- ESP32 Zero-Cross Dimmer for Core3 [#19929](https://github.com/arendst/Tasmota/issues/19929)
174180
- ESP32-C3 ledlink functionality regression from v13.1.0.2
181+
- ESP32 Neopixel flicker for Core3/IDF5 [#20196](https://github.com/arendst/Tasmota/issues/20196)
175182
- Berry parser error in specific cases [#20059](https://github.com/arendst/Tasmota/issues/20059)
176183
- Berry ``gpio.dac_voltage()`` regression from v13.1.0.1 [#19997](https://github.com/arendst/Tasmota/issues/19997)
184+
- HASPmota `bar` fixed `val` attribute [#20208](https://github.com/arendst/Tasmota/issues/20208)
177185

178186
### Removed

0 commit comments

Comments
 (0)