Update changelogs

This commit is contained in:
Theo Arends 2021-12-22 17:14:58 +01:00
parent 8943656729
commit 9c3fb8fc82
2 changed files with 24 additions and 0 deletions

View File

@ -4,8 +4,22 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [10.1.0.1]
### Added
- PWM Dimmer two button support (#13993)
- Device Group Send full status item (#14045)
- Support for MAX7219 Dot Matrix displays (#14091)
- ESP32 support for TuyaMcu
- ESP32 Berry features
### Changed
- Mitsubishi HVAC temperature resolution (#13936)
- Remove restriction of topic must differ from mqttclient (#14019)
### Fixed
- EZOO2 sensor message format (#14000)
- ESP32 Webcam exception during flashwrites
- ESP32 LedPwmMode exception (#14073)
- ESP32 Compile error when I2S_Audio is enabled (#14095)
## [Released]

View File

@ -102,12 +102,22 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
## Changelog v10.1.0.1
### Added
- PWM Dimmer two button support [#13993](https://github.com/arendst/Tasmota/issues/13993)
- Device Group Send full status item [#14045](https://github.com/arendst/Tasmota/issues/14045)
- Support for MAX7219 Dot Matrix displays [#14091](https://github.com/arendst/Tasmota/issues/14091)
- ESP32 support for TuyaMcu
- ESP32 Berry features
### Breaking Changed
### Changed
- 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)
### Fixed
- EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000)
- ESP32 Webcam exception during flashwrites
- ESP32 LedPwmMode exception [#14073](https://github.com/arendst/Tasmota/issues/14073)
- ESP32 Compile error when I2S_Audio is enabled [#14095](https://github.com/arendst/Tasmota/issues/14095)
### Removed