mirror of https://github.com/arendst/Tasmota.git
Bump version v14.2.0.5
- Add ESP8266 support for I2C CLK on GPIO16 (#22199)
This commit is contained in:
parent
a6075b2855
commit
64de5497f4
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased] - Development
|
## [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
|
### Added
|
||||||
- HX711 optional calibration precision option on command ``Sensor34 2 <weight in gram> <precision>`` where `<precision>` is 1 to 20 (#13983)
|
- HX711 optional calibration precision option on command ``Sensor34 2 <weight in gram> <precision>`` where `<precision>` is 1 to 20 (#13983)
|
||||||
- Matter support for Zigbee Occupancy and Light 0/1/2 (OnOff / Dimmer / White Color Temperature) (#22110)
|
- 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)
|
- Berry improve `int64` constructor (#22172)
|
||||||
- MQTT warning if trying to connect without TLS on a port that normally uses TLS (#22175)
|
- MQTT warning if trying to connect without TLS on a port that normally uses TLS (#22175)
|
||||||
|
|
||||||
### Breaking Changed
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Refactored I2C drivers HTU21, BH1750, SHT3x, iAQ and HYT
|
- Refactored I2C drivers HTU21, BH1750, SHT3x, iAQ and HYT
|
||||||
- Add command entered to command error and command unknown message
|
- 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)
|
- Compilation exception when metrics not found (#22170)
|
||||||
- ESP8266 Exception 3 on tasmota-minimal caused by unaligned PROGMEM (#22169)
|
- ESP8266 Exception 3 on tasmota-minimal caused by unaligned PROGMEM (#22169)
|
||||||
- LVGL compilation of lv_menu (#22188)
|
- LVGL compilation of lv_menu (#22188)
|
||||||
- HASPmota broken `changed` event
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
## [14.2.0.3] 20240908
|
## [14.2.0.3] 20240908
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -34,11 +34,11 @@ While fallback or downgrading is common practice it was never supported due to S
|
||||||
|
|
||||||
## Supported Core versions
|
## 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**.
|
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
|
### 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
|
## Provided Binary Downloads
|
||||||
|
|
||||||
### ESP8266 or ESP8285 based
|
### 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.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.
|
- **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.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v14.2.0.4
|
## Changelog v14.2.0.5
|
||||||
### Added
|
### Added
|
||||||
- Command ``SetOption69 1`` to enable Serial Bridge inverted Receive [#22000](https://github.com/arendst/Tasmota/issues/22000)
|
- 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 <weight in gram> <precision>`` where `<precision>` is 1 to 20 [#13983](https://github.com/arendst/Tasmota/issues/13983)
|
- 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)
|
||||||
|
- 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 I2C M5Unit (Mini)Scales using HX711 driver
|
||||||
- Support for RX8010 RTC as used in IOTTIMER [#21376](https://github.com/arendst/Tasmota/issues/21376)
|
- 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
|
- 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)
|
- Berry make `energy` modules changes from #21887 backwards compatible [#22046](https://github.com/arendst/Tasmota/issues/22046)
|
||||||
|
|
||||||
### 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](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 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)
|
- 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
|
- 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)
|
- 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 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)
|
- 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 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 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)
|
- Matter fail to report Shutter status if no shutter is configured in Tasmota [#22049](https://github.com/arendst/Tasmota/issues/22049)
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
|
|
||||||
#define TASMOTA_SHA_SHORT // Filled by Github sed
|
#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_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
|
Loading…
Reference in New Issue