Skip to content

Commit 64de549

Browse files
committed
Bump version v14.2.0.5
- Add ESP8266 support for I2C CLK on GPIO16 (#22199)
1 parent a6075b2 commit 64de549

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

CHANGELOG.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased] - Development
55

6-
## [14.2.0.4]
6+
## [14.2.0.5]
7+
### Added
8+
- ESP8266 support for I2C CLK on GPIO16 (#22199)
9+
10+
### Breaking Changed
11+
12+
### Changed
13+
- ESP8266 platform update from 2024.06.00 to 2024.09.00 and Framework (Arduino Core) from v2.7.7 to v2.7.8 (#22199)
14+
15+
### Fixed
16+
- HASPmota broken `changed` event (#22194)
17+
18+
### Removed
19+
20+
21+
## [14.2.0.4] 20240924
722
### Added
823
- HX711 optional calibration precision option on command ``Sensor34 2 <weight in gram> <precision>`` where `<precision>` is 1 to 20 (#13983)
924
- Matter support for Zigbee Occupancy and Light 0/1/2 (OnOff / Dimmer / White Color Temperature) (#22110)
@@ -15,8 +30,6 @@ All notable changes to this project will be documented in this file.
1530
- Berry improve `int64` constructor (#22172)
1631
- MQTT warning if trying to connect without TLS on a port that normally uses TLS (#22175)
1732

18-
### Breaking Changed
19-
2033
### Changed
2134
- Refactored I2C drivers HTU21, BH1750, SHT3x, iAQ and HYT
2235
- Add command entered to command error and command unknown message
@@ -36,9 +49,6 @@ All notable changes to this project will be documented in this file.
3649
- Compilation exception when metrics not found (#22170)
3750
- ESP8266 Exception 3 on tasmota-minimal caused by unaligned PROGMEM (#22169)
3851
- LVGL compilation of lv_menu (#22188)
39-
- HASPmota broken `changed` event
40-
41-
### Removed
4252

4353
## [14.2.0.3] 20240908
4454
### Added

RELEASENOTES.md

+7-4
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.7** 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.8** 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.4**.
4040

41-
Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.4 have been removed.
41+
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before 3.0.4 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.7**.
63+
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.8**.
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.
@@ -119,10 +119,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
119119

120120
[Complete list](BUILDS.md) of available feature and sensors.
121121

122-
## Changelog v14.2.0.4
122+
## Changelog v14.2.0.5
123123
### Added
124124
- Command ``SetOption69 1`` to enable Serial Bridge inverted Receive [#22000](https://github.com/arendst/Tasmota/issues/22000)
125125
- HX711 optional calibration precision option on command ``Sensor34 2 <weight in gram> <precision>`` where `<precision>` is 1 to 20 [#13983](https://github.com/arendst/Tasmota/issues/13983)
126+
- ESP8266 support for I2C CLK on GPIO16 [#22199](https://github.com/arendst/Tasmota/issues/22199)
126127
- Support for I2C M5Unit (Mini)Scales using HX711 driver
127128
- Support for RX8010 RTC as used in IOTTIMER [#21376](https://github.com/arendst/Tasmota/issues/21376)
128129
- Energy command ``PowerSet 60,230`` to calibrate both Current and Power with known resistive load of 60W at 230V using calibrated Voltage
@@ -144,6 +145,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
144145
- Berry make `energy` modules changes from #21887 backwards compatible [#22046](https://github.com/arendst/Tasmota/issues/22046)
145146

146147
### Changed
148+
- ESP8266 platform update from 2024.06.00 to 2024.09.00 and Framework (Arduino Core) from v2.7.7 to v2.7.8 [#22199](https://github.com/arendst/Tasmota/issues/22199)
147149
- ESP32 platform update from 2024.08.10 to 2024.09.10 and Framework (Arduino Core) from v3.0.4 to v3.0.5 [#22163](https://github.com/arendst/Tasmota/issues/22163)
148150
- ESP32 LVGL library from v9.1.0 to v9.2.0 [#22031](https://github.com/arendst/Tasmota/issues/22031)
149151
- GPIOViewer from v1.5.5 to v1.5.6
@@ -174,6 +176,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
174176
- Berry I2C to prepare M5Stack I2C STM32 based devices [#22143](https://github.com/arendst/Tasmota/issues/22143)
175177
- LVGL Added OpenHASP icons to font `montserrat-28` [#22048](https://github.com/arendst/Tasmota/issues/22048)
176178
- LVGL compilation of lv_menu [#22188](https://github.com/arendst/Tasmota/issues/22188)
179+
- HASPmota broken `changed` event [#22194](https://github.com/arendst/Tasmota/issues/22194)
177180
- Matter fixed UI bug when no endpoints configured [#22008](https://github.com/arendst/Tasmota/issues/22008)
178181
- Matter fix when Rules are disabled [#22016](https://github.com/arendst/Tasmota/issues/22016)
179182
- Matter fail to report Shutter status if no shutter is configured in Tasmota [#22049](https://github.com/arendst/Tasmota/issues/22049)

tasmota/include/tasmota_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
#define TASMOTA_SHA_SHORT // Filled by Github sed
2424

25-
const uint32_t TASMOTA_VERSION = 0x0E020004; // 14.2.0.4
25+
const uint32_t TASMOTA_VERSION = 0x0E020005; // 14.2.0.5
2626

2727
#endif // _TASMOTA_VERSION_H_

0 commit comments

Comments
 (0)