mirror of https://github.com/arendst/Tasmota.git
Bump version 8.2.0
This commit is contained in:
parent
063c19d9c1
commit
211520b1c8
|
@ -20,7 +20,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
[![Dev Version](https://img.shields.io/badge/development%20version-v8.1.x.x-blue.svg)](https://github.com/arendst/Tasmota)
|
[![Dev Version](https://img.shields.io/badge/development%20version-v8.2.x.x-blue.svg)](https://github.com/arendst/Tasmota)
|
||||||
[![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://thehackbox.org/tasmota/)
|
[![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://thehackbox.org/tasmota/)
|
||||||
[![Build Status](https://img.shields.io/travis/arendst/Tasmota.svg)](https://travis-ci.org/arendst/Tasmota)
|
[![Build Status](https://img.shields.io/travis/arendst/Tasmota.svg)](https://travis-ci.org/arendst/Tasmota)
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.1.0.11
|
### Version 8.2.0 Elliot
|
||||||
|
|
||||||
- Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers to tasmota.bin
|
- Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers to tasmota.bin
|
||||||
- Change DHT driver (#7468, #7717)
|
- Change DHT driver (#7468, #7717)
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
## Unreleased (development)
|
## Unreleased (development)
|
||||||
|
|
||||||
|
## Released
|
||||||
|
|
||||||
|
### 8.2.0 20200321
|
||||||
|
|
||||||
|
- Release
|
||||||
|
|
||||||
### 8.1.0.11 20200313
|
### 8.1.0.11 20200313
|
||||||
|
|
||||||
- Change Zigbee simplification of devices probing, saving Flash and memory
|
- Change Zigbee simplification of devices probing, saving Flash and memory
|
||||||
|
@ -119,8 +125,6 @@
|
||||||
- Add support for DS1624, DS1621 Temperature sensor by Leonid Myravjev
|
- Add support for DS1624, DS1621 Temperature sensor by Leonid Myravjev
|
||||||
- Add Zigbee attribute decoder for Xiaomi Aqara Cube
|
- Add Zigbee attribute decoder for Xiaomi Aqara Cube
|
||||||
|
|
||||||
## Released
|
|
||||||
|
|
||||||
### 8.1.0 20191225
|
### 8.1.0 20191225
|
||||||
|
|
||||||
- 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 = 0x0801000B;
|
const uint32_t VERSION = 0x08020000;
|
||||||
|
|
||||||
// Lowest compatible version
|
// Lowest compatible version
|
||||||
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
||||||
|
|
Loading…
Reference in New Issue