mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
c08561f67c
commit
59dbd4df3d
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [11.1.0.3]
|
||||
## [11.1.0.4]
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
- Restructured tasmota source directories taking benefit from PlatformIO Core v6.0.2
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [11.1.0.3] 20220602
|
||||
### Added
|
||||
- Support for Sonoff SPM v1.2.0
|
||||
- Support for Sonoff Zigbee Bridge Pro by Stephan Hadinger (#15701)
|
||||
|
@ -11,15 +22,9 @@ All notable changes to this project will be documented in this file.
|
|||
- Command ``SetOption141 1`` to disable display of module name in GUI header
|
||||
- Support for 5-channel light dimmer driver BP5758D used in Tuya bulbs (#15713)
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
### Fixed
|
||||
- Possible pin output toggle after power on (#15630)
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [11.1.0.2] 20220514
|
||||
### Added
|
||||
- ESP32 Command ``Restart 3`` to switch between SafeBoot and Production
|
||||
|
|
|
@ -104,7 +104,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v11.1.0.3
|
||||
## Changelog v11.1.0.4
|
||||
### Added
|
||||
- Command ``SetOption139 0/1`` to switch between pressure unit "mmHg" (0) or "inHg" (1) when ``SO24 1`` [#15350](https://github.com/arendst/Tasmota/issues/15350)
|
||||
- Command ``SetOption140 0/1`` to switch between MQTT Clean Session (0) or Persistent Session (1) [#15530](https://github.com/arendst/Tasmota/issues/15530)
|
||||
|
@ -124,6 +124,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Restructured tasmota source directories taking benefit from PlatformIO Core v6.0.2
|
||||
- Prepare to remove dedicated Home Assistant discovery in favour of Tasmota Discovery and hatasmota
|
||||
- ESP32 Tasmota SafeBoot with changed partition scheme allowing larger binaries
|
||||
|
||||
|
|
Loading…
Reference in New Issue