mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
Bump version to 7.2.0.1
This commit is contained in:
parent
e85f1560a2
commit
d2ebefbb16
@ -20,7 +20,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://thehackbox.org/tasmota/)
|
||||
[](https://travis-ci.org/arendst/Tasmota)
|
||||
|
||||
|
@ -49,7 +49,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 7.1.2.6
|
||||
### Version 7.2.0 Constance
|
||||
|
||||
- Change Exception reporting removing exception details from ``Status 1`` and consolidated in ``Status 12`` if available
|
||||
- Change HTTP CORS from command ``SetOption73 0/1`` to ``Cors <cors_domain>`` allowing user control of specific CORS domain by Shantur Rathore (#7066)
|
||||
|
@ -1,5 +1,13 @@
|
||||
## Unreleased (development)
|
||||
|
||||
### 7.2.0.1 20191221
|
||||
|
||||
## Released
|
||||
|
||||
### 7.2.0 20191221
|
||||
|
||||
- Release
|
||||
|
||||
### 7.1.2.6 20191214
|
||||
|
||||
- Change some more Settings locations freeing up space for future single char allowing variable length text
|
||||
@ -51,8 +59,6 @@
|
||||
- Add experimental support for stepper motor shutter control by Stefan Bode
|
||||
- Add optional USE_MQTT_TLS to tasmota-minimal.bin by Bohdan Kmit (#7115)
|
||||
|
||||
## Released
|
||||
|
||||
### 7.1.2 20191206
|
||||
|
||||
- Maintenance Release
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x07010206;
|
||||
const uint32_t VERSION = 0x07020001;
|
||||
|
||||
// Lowest compatible version
|
||||
const uint32_t VERSION_COMPATIBLE = 0x06000000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user