mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
Upload changelogs
This commit is contained in:
parent
3d3280eb8e
commit
100869a40f
@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [13.4.0.1]
|
## [13.4.0.1]
|
||||||
### Added
|
### Added
|
||||||
|
- Experimental support for LoRa
|
||||||
- HASPmota `p<x>b<y>.delete` to delete an object (#20735)
|
- HASPmota `p<x>b<y>.delete` to delete an object (#20735)
|
||||||
- LVGL and HASPmota typicons font (#20742)
|
- LVGL and HASPmota typicons font (#20742)
|
||||||
- HASPmota more attributes (#20744)
|
- HASPmota more attributes (#20744)
|
||||||
- QMC5883l check for overflow and scale reading (#20643)
|
- QMC5883l check for overflow and scale reading (#20643)
|
||||||
- TasMesh support for LWT messages (#20392)
|
- TasMesh support for LWT messages (#20392)
|
||||||
- Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` (#4771)
|
- Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` (#4771)
|
||||||
- Berry add explicit error log when memory allocation fails
|
- Berry add explicit error log when memory allocation fails (#20807)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
@ -21,7 +22,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- LVGL make lv_touch_3_buttons more responsive (#20728)
|
- LVGL make lv_touch_3_buttons more responsive (#20728)
|
||||||
- HASPmota fix and improve demo with pixel-perfect fonts (#20734)
|
- HASPmota fix and improve demo with pixel-perfect fonts (#20734)
|
||||||
- NeoPool webUI pH alarms (4 & 5) completed (#20743)
|
- NeoPool webUI pH alarms (4 & 5) completed (#20743)
|
||||||
- Matter reduce memory usage when reading with wildcards
|
- Matter reduce memory usage when reading with wildcards (#20809)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- ESP32 PWM activity on unconfigured PWM GPIOs (#20732)
|
- ESP32 PWM activity on unconfigured PWM GPIOs (#20732)
|
||||||
|
@ -118,9 +118,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
|
|
||||||
## Changelog v13.4.0.1
|
## Changelog v13.4.0.1
|
||||||
### Added
|
### Added
|
||||||
|
- Experimental support for LoRa
|
||||||
- Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` [#4771](https://github.com/arendst/Tasmota/issues/4771)
|
- Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` [#4771](https://github.com/arendst/Tasmota/issues/4771)
|
||||||
- TasMesh support for LWT messages [#20392](https://github.com/arendst/Tasmota/issues/20392)
|
- TasMesh support for LWT messages [#20392](https://github.com/arendst/Tasmota/issues/20392)
|
||||||
- QMC5883l check for overflow and scale reading [#20643](https://github.com/arendst/Tasmota/issues/20643)
|
- QMC5883l check for overflow and scale reading [#20643](https://github.com/arendst/Tasmota/issues/20643)
|
||||||
|
- Berry add explicit error log when memory allocation fails [#20807](https://github.com/arendst/Tasmota/issues/20807)
|
||||||
- HASPmota `p<x>b<y>.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735)
|
- HASPmota `p<x>b<y>.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735)
|
||||||
- LVGL and HASPmota typicons font [#20742](https://github.com/arendst/Tasmota/issues/20742)
|
- LVGL and HASPmota typicons font [#20742](https://github.com/arendst/Tasmota/issues/20742)
|
||||||
|
|
||||||
@ -130,6 +132,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
- ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 [#20730](https://github.com/arendst/Tasmota/issues/20730)
|
- ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 [#20730](https://github.com/arendst/Tasmota/issues/20730)
|
||||||
- NeoPool webUI pH alarms (4 & 5) completed (#20743)[#20743](https://github.com/arendst/Tasmota/issues/20743)
|
- NeoPool webUI pH alarms (4 & 5) completed (#20743)[#20743](https://github.com/arendst/Tasmota/issues/20743)
|
||||||
- Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727)
|
- Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727)
|
||||||
|
- Matter reduce memory usage when reading with wildcards [#20809](https://github.com/arendst/Tasmota/issues/20809)
|
||||||
- LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728)
|
- LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728)
|
||||||
- HASPmota fix and improve demo with pixel-perfect fonts [#20734](https://github.com/arendst/Tasmota/issues/20734)
|
- HASPmota fix and improve demo with pixel-perfect fonts [#20734](https://github.com/arendst/Tasmota/issues/20734)
|
||||||
- HASPmota more attributes [#20744](https://github.com/arendst/Tasmota/issues/20744)
|
- HASPmota more attributes [#20744](https://github.com/arendst/Tasmota/issues/20744)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user