Update changelog and release notes

This commit is contained in:
Theo Arends 2020-09-22 11:47:41 +02:00
parent 1c99b4d1ee
commit 2bf98839e8
2 changed files with 4 additions and 0 deletions

View File

@ -60,8 +60,11 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
- Fix energy total counters (#9263, #9266)
- Fix crash in ``ZbRestore``
- Fix reset BMP sensors when executing command ``SaveData`` and define USE_DEEPSLEEP enabled (#9300)
- Fix ``status 0`` message when using define USE_MQTT_TLS due to small log buffer (#9305)
- Change replace ArduinoJson with JSMN for JSON parsing
- Add command ``SetOption110 1`` to disable Zigbee auto-config when pairing new devices
- Add command ``SetOption111 1`` to enable frequency output for buzzer GPIO (#8994)
- Add command ``SetOption112 1`` to enable friendly name in zigbee topic (use with SetOption89)
- Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication
- Add new shutter modes (#9244)
- Add Zigbee auto-config when pairing

View File

@ -11,6 +11,7 @@
- Change replace ArduinoJson with JSMN for JSON parsing
- Add command ``SetOption110 1`` to disable Zigbee auto-config when pairing new devices
- Add command ``SetOption111 1`` to enable frequency output for buzzer GPIO (#8994)
- Add command ``SetOption112 1`` to enable friendly name in zigbee topic (use with SetOption89)
- Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication
- Add new shutter modes (#9244)
- Add Zigbee auto-config when pairing