mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
Bump version to 8.1.0.1
This commit is contained in:
parent
b07e6b5386
commit
15acf8487d
@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||||||
|
|
||||||
## Changelog
|
## 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 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)
|
- Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179)
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
## Unreleased (development)
|
## Unreleased (development)
|
||||||
|
|
||||||
|
### 8.1.0.1 20191225
|
||||||
|
|
||||||
|
## Released
|
||||||
|
|
||||||
|
### 8.1.0 20191225
|
||||||
|
|
||||||
|
- Release
|
||||||
|
|
||||||
### 8.0.0.3 20191224
|
### 8.0.0.3 20191224
|
||||||
|
|
||||||
- Version bump due to internal Settings change
|
- Version bump due to internal Settings change
|
||||||
@ -22,8 +30,6 @@
|
|||||||
- Add Zigbee coalesce sensor attributes into a single message
|
- Add Zigbee coalesce sensor attributes into a single message
|
||||||
- Add Deepsleep start delay based on Teleperiod if ``Teleperiod`` differs from 10 or 300
|
- Add Deepsleep start delay based on Teleperiod if ``Teleperiod`` differs from 10 or 300
|
||||||
|
|
||||||
## Released
|
|
||||||
|
|
||||||
### 7.2.0 20191221
|
### 7.2.0 20191221
|
||||||
|
|
||||||
- Release
|
- Release
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x08000003;
|
const uint32_t VERSION = 0x08010001;
|
||||||
|
|
||||||
// Lowest compatible version
|
// Lowest compatible version
|
||||||
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user