Bump version to 8.1.0.1

This commit is contained in:
Theo Arends 2019-12-25 13:28:29 +01:00
parent b07e6b5386
commit 15acf8487d
3 changed files with 10 additions and 4 deletions

View File

@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog
### Version 8.0.0.3
### Version 8.1.0 Doris
- Change Settings text handling allowing variable length text within a total text pool of 699 characters
- Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179)

View File

@ -1,5 +1,13 @@
## Unreleased (development)
### 8.1.0.1 20191225
## Released
### 8.1.0 20191225
- Release
### 8.0.0.3 20191224
- Version bump due to internal Settings change
@ -22,8 +30,6 @@
- Add Zigbee coalesce sensor attributes into a single message
- Add Deepsleep start delay based on Teleperiod if ``Teleperiod`` differs from 10 or 300
## Released
### 7.2.0 20191221
- Release

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x08000003;
const uint32_t VERSION = 0x08010001;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;