Skip to content

Commit 25f17d7

Browse files
committed
Update changelogs
1 parent f3dcbdc commit 25f17d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
3232
- Scripter TCP server (#21660)
3333
- Matter TLV.U8 unsigned encoding (#21672)
3434
- Matter resumption final ack (#21673)
35+
- ESP32 allow use of UART0 with enabled USB_CDC_CONSOLE (#21496)
3536

3637
### Removed
3738

RELEASENOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ While fallback or downgrading is common practice it was never supported due to S
3434

3535
## Supported Core versions
3636

37-
This release will be supported from ESP8266/Arduino library Core version **2.7.6** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
37+
This release will be supported from ESP8266/Arduino library Core version **2.7.7** due to reported security and stability issues on previous Core version. This will also support gzipped binaries.
3838

3939
This release will be supported from ESP32/Arduino library Core version **3.0.1**.
4040

41-
Support of ESP8266 Core versions before 2.7.6 and ESP32 Core versions before 3.0.1 have been removed.
41+
Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.1 have been removed.
4242

4343
### Known issues with v14.1.0
4444

@@ -60,7 +60,7 @@ Easy initial installation of Tasmota can be performed using the [Tasmota WebInst
6060
## Provided Binary Downloads
6161

6262
### ESP8266 or ESP8285 based
63-
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.6**.
63+
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.7**.
6464

6565
- **tasmota.bin** = The Tasmota version with most drivers for 1M+ flash. **RECOMMENDED RELEASE BINARY**
6666
- **tasmota-4M.bin** = The Tasmota version with most drivers and filesystem for 4M+ flash.
@@ -156,6 +156,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
156156
### Fixed
157157
- Shutter MQTT on inverted shutter [#21663](https://github.com/arendst/Tasmota/issues/21663)
158158
- Scripter TCP server [#21660](https://github.com/arendst/Tasmota/issues/21660)
159+
- ESP32 allow use of UART0 with enabled USB_CDC_CONSOLE [#21496](https://github.com/arendst/Tasmota/issues/21496)
159160
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
160161
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
161162
- Matter CASE Sigma1 resumption mode for faster reconnection [#21644](https://github.com/arendst/Tasmota/issues/21644)

0 commit comments

Comments
 (0)