mirror of https://github.com/arendst/Tasmota.git
Update changelog
This commit is contained in:
parent
4c8c8572c5
commit
f2725f1bd0
|
@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [2022.01.1]
|
## [2022.01.1]
|
||||||
### Changed
|
### Changed
|
||||||
- Versioning from SemVer to CalVer
|
- From Semantic Versioning (SemVer) to Calendar Versioning (CalVer)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Intermittent exceptions and heap corruption due to PubSubClient library buffer overflow (#13700)
|
||||||
|
|
||||||
## [10.1.0.3] 20211231
|
## [10.1.0.3] 20211231
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -112,10 +112,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- From Semantic Versioning (SemVer) to Calendar Versioning (CalVer)
|
||||||
- Mitsubishi HVAC temperature resolution [#13936](https://github.com/arendst/Tasmota/issues/13936)
|
- Mitsubishi HVAC temperature resolution [#13936](https://github.com/arendst/Tasmota/issues/13936)
|
||||||
- Remove restriction of topic must differ from mqttclient [#14019](https://github.com/arendst/Tasmota/issues/14019)
|
- Remove restriction of topic must differ from mqttclient [#14019](https://github.com/arendst/Tasmota/issues/14019)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Intermittent exceptions and heap corruption due to PubSubClient library buffer overflow [#13700](https://github.com/arendst/Tasmota/issues/13700)
|
||||||
- EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000)
|
- EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000)
|
||||||
- DHT support negative temperatures on different hardware [#14173](https://github.com/arendst/Tasmota/issues/14173)
|
- DHT support negative temperatures on different hardware [#14173](https://github.com/arendst/Tasmota/issues/14173)
|
||||||
- Hardware serial parity and stop bits support [#14212](https://github.com/arendst/Tasmota/issues/14212)
|
- Hardware serial parity and stop bits support [#14212](https://github.com/arendst/Tasmota/issues/14212)
|
||||||
|
|
Loading…
Reference in New Issue