mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Bump dev version to 9.0.0.1
This commit is contained in:
parent
cc6fb36452
commit
dd95b4a8cd
@ -18,7 +18,7 @@ See [CHANGELOG.md](https://github.com/arendst/Tasmota/blob/development/tasmota/C
|
||||
|
||||
## Development
|
||||
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](http://ota.tasmota.com/tasmota/)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22)
|
||||
|
@ -23,7 +23,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
|
||||
|
||||
## Development
|
||||
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](https://github.com/arendst/Tasmota)
|
||||
[](http://ota.tasmota.com/tasmota/)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22)
|
||||
[](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22)
|
||||
|
@ -55,23 +55,6 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 8.5.0.1
|
||||
### Version 9.0.0.1
|
||||
|
||||
- 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)
|
||||
- Fix ``status 13`` exception 9 when more than one shutter is configured
|
||||
- Fix ``status 13`` json message
|
||||
- Fix Shelly 2.5 higher temperature regression from 8.2.0.1 (#7991)
|
||||
- Change replace ArduinoJson with JSMN for JSON parsing
|
||||
- Change ``WakeUp`` uses 256 steps instead of 100 (#9241)
|
||||
- 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 ``#define MQTT_LWT_OFFLINE`` and ``#define MQTT_LWT_ONLINE`` to user_config.h (#9395)
|
||||
- Add new shutter modes (#9244)
|
||||
- Add Zigbee auto-config when pairing
|
||||
- Add support for MLX90640 IR array temperature sensor by Christian Baars
|
||||
- Add support for VL53L1X time of flight sensor by Johann Obermeier
|
||||
- New dev release
|
||||
|
@ -2,6 +2,14 @@
|
||||
|
||||
## Unreleased (development)
|
||||
|
||||
### 9.0.0.1 20201002
|
||||
|
||||
- New dev release
|
||||
|
||||
### 8.5.1 20201002
|
||||
|
||||
- Release Hannah
|
||||
|
||||
### 8.5.0.1 20200907
|
||||
|
||||
- Fix energy total counters (#9263, #9266)
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x08050001;
|
||||
const uint32_t VERSION = 0x09000001;
|
||||
|
||||
// Lowest compatible version
|
||||
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
||||
|
Loading…
x
Reference in New Issue
Block a user