From 64de5497f468552fd6dd78223bb129bda45d2738 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:44:15 +0200 Subject: [PATCH] Bump version v14.2.0.5 - Add ESP8266 support for I2C CLK on GPIO16 (#22199) --- CHANGELOG.md | 22 ++++++++++++++++------ RELEASENOTES.md | 11 +++++++---- tasmota/include/tasmota_version.h | 2 +- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1b1bdb4..947a491af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [14.2.0.4] +## [14.2.0.5] +### Added +- ESP8266 support for I2C CLK on GPIO16 (#22199) + +### Breaking Changed + +### Changed +- ESP8266 platform update from 2024.06.00 to 2024.09.00 and Framework (Arduino Core) from v2.7.7 to v2.7.8 (#22199) + +### Fixed +- HASPmota broken `changed` event (#22194) + +### Removed + + +## [14.2.0.4] 20240924 ### Added - HX711 optional calibration precision option on command ``Sensor34 2 `` where `` is 1 to 20 (#13983) - 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. - Berry improve `int64` constructor (#22172) - MQTT warning if trying to connect without TLS on a port that normally uses TLS (#22175) -### Breaking Changed - ### Changed - Refactored I2C drivers HTU21, BH1750, SHT3x, iAQ and HYT - 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. - Compilation exception when metrics not found (#22170) - ESP8266 Exception 3 on tasmota-minimal caused by unaligned PROGMEM (#22169) - LVGL compilation of lv_menu (#22188) -- HASPmota broken `changed` event - -### Removed ## [14.2.0.3] 20240908 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d447ad673..4ba96530a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -34,11 +34,11 @@ While fallback or downgrading is common practice it was never supported due to S ## Supported Core versions -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. +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. This release will be supported from ESP32/Arduino library Core version **3.0.4**. -Support of ESP8266 Core versions before 2.7.7 and ESP32 Core versions before 3.0.4 have been removed. +Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before 3.0.4 have been removed. ### Known issues with v14.1.0 @@ -60,7 +60,7 @@ Easy initial installation of Tasmota can be performed using the [Tasmota WebInst ## Provided Binary Downloads ### ESP8266 or ESP8285 based -The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.7**. +The following binary downloads have been compiled with ESP8266/Arduino library core version **2.7.8**. - **tasmota.bin** = The Tasmota version with most drivers for 1M+ flash. **RECOMMENDED RELEASE BINARY** - **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 [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v14.2.0.4 +## Changelog v14.2.0.5 ### Added - Command ``SetOption69 1`` to enable Serial Bridge inverted Receive [#22000](https://github.com/arendst/Tasmota/issues/22000) - HX711 optional calibration precision option on command ``Sensor34 2 `` where `` is 1 to 20 [#13983](https://github.com/arendst/Tasmota/issues/13983) +- ESP8266 support for I2C CLK on GPIO16 [#22199](https://github.com/arendst/Tasmota/issues/22199) - Support for I2C M5Unit (Mini)Scales using HX711 driver - Support for RX8010 RTC as used in IOTTIMER [#21376](https://github.com/arendst/Tasmota/issues/21376) - 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 - Berry make `energy` modules changes from #21887 backwards compatible [#22046](https://github.com/arendst/Tasmota/issues/22046) ### Changed +- 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) - 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) - ESP32 LVGL library from v9.1.0 to v9.2.0 [#22031](https://github.com/arendst/Tasmota/issues/22031) - 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 - Berry I2C to prepare M5Stack I2C STM32 based devices [#22143](https://github.com/arendst/Tasmota/issues/22143) - LVGL Added OpenHASP icons to font `montserrat-28` [#22048](https://github.com/arendst/Tasmota/issues/22048) - LVGL compilation of lv_menu [#22188](https://github.com/arendst/Tasmota/issues/22188) +- HASPmota broken `changed` event [#22194](https://github.com/arendst/Tasmota/issues/22194) - Matter fixed UI bug when no endpoints configured [#22008](https://github.com/arendst/Tasmota/issues/22008) - Matter fix when Rules are disabled [#22016](https://github.com/arendst/Tasmota/issues/22016) - Matter fail to report Shutter status if no shutter is configured in Tasmota [#22049](https://github.com/arendst/Tasmota/issues/22049) diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 0db0efe01..b990d84ac 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -22,6 +22,6 @@ #define TASMOTA_SHA_SHORT // Filled by Github sed -const uint32_t TASMOTA_VERSION = 0x0E020004; // 14.2.0.4 +const uint32_t TASMOTA_VERSION = 0x0E020005; // 14.2.0.5 #endif // _TASMOTA_VERSION_H_