From dd95b4a8cd84d5e519b8c7e6e71a003941d85b15 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:22:01 +0200 Subject: [PATCH] Bump dev version to 9.0.0.1 --- FIRMWARE.md | 2 +- README.md | 2 +- RELEASENOTES.md | 21 ++------------------- tasmota/CHANGELOG.md | 8 ++++++++ tasmota/tasmota_version.h | 2 +- 5 files changed, 13 insertions(+), 22 deletions(-) diff --git a/FIRMWARE.md b/FIRMWARE.md index d09d55f4b..1733f0969 100644 --- a/FIRMWARE.md +++ b/FIRMWARE.md @@ -18,7 +18,7 @@ See [CHANGELOG.md](https://github.com/arendst/Tasmota/blob/development/tasmota/C ## Development -[![Dev Version](https://img.shields.io/badge/development%20version-v8.4.x.x-blue.svg)](https://github.com/arendst/Tasmota) +[![Dev Version](https://img.shields.io/badge/development%20version-v9.0.x.x-blue.svg)](https://github.com/arendst/Tasmota) [![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://ota.tasmota.com/tasmota/) [![Tasmota CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22) [![Tasmota ESP32 CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20ESP32%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22) diff --git a/README.md b/README.md index 4eb2a88a7..d45340157 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases ## Development -[![Dev Version](https://img.shields.io/badge/development%20version-v8.4.x.x-blue.svg)](https://github.com/arendst/Tasmota) +[![Dev Version](https://img.shields.io/badge/development%20version-v9.0.x.x-blue.svg)](https://github.com/arendst/Tasmota) [![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://ota.tasmota.com/tasmota/) [![Tasmota CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+CI%22) [![Tasmota ESP32 CI](https://github.com/arendst/Tasmota/workflows/Tasmota%20ESP32%20CI/badge.svg)](https://github.com/arendst/Tasmota/actions?query=workflow%3A%22Tasmota+ESP32+CI%22) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 29ad008f8..69aa0fe3e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 907dd36fc..3f9495dcb 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -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) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 3103534c2..7d8239be6 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -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;