Bump version 7.1.2.1

This commit is contained in:
Theo Arends 2019-12-06 12:18:46 +01:00
parent 9d9f3b0ca7
commit 8c5c95747c
4 changed files with 18 additions and 9 deletions

View File

@ -20,7 +20,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
## Development
[![Dev Version](https://img.shields.io/badge/development%20version-v7.1.1.x-blue.svg)](https://github.com/arendst/Tasmota)
[![Dev Version](https://img.shields.io/badge/development%20version-v7.1.2.x-blue.svg)](https://github.com/arendst/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)

View File

@ -51,4 +51,6 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
- Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080)
- Fix Zigbee uses Hardware Serial if GPIO 1/3 or GPIO 13/15 and SerialLog 0 (#7071)
- Change light color schemes 2, 3 and 4 from color wheel to Hue driven
- Fix WS2812 power control (#7090)
- Change light color schemes 2, 3 and 4 from color wheel to Hue driven with user Saturation control
- Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)

View File

@ -1,5 +1,18 @@
## Unreleased (development)
### 7.1.2.1 20191206
- Add rule var ``%topic%`` (#5522)
- Add rule triggers ``tele_power1#state`` and multiple ``tele-wifi1#xxx`` (#7093)
- Add experimental support for stepper motor shutter control
- Add optional USE_MQTT_TLS to tasmota-minimal.bin (#7115)
## Released
### 7.1.2 20191206
- Maintenance Release
### 7.1.1.1 20191201
- Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080)
@ -7,12 +20,6 @@
- Fix WS2812 power control (#7090)
- Change light color schemes 2, 3 and 4 from color wheel to Hue driven with user Saturation control
- Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)
- Add rule var ``%topic%`` (#5522)
- Add rule triggers ``tele_power1#state`` and multiple ``tele-wifi1#xxx`` (#7093)
- Add experimental support for stepper motor shutter control
- Add optional USE_MQTT_TLS to tasmota-minimal.bin (#7115)
## Released
### 7.1.1 20191201

View File

@ -20,6 +20,6 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x07010101;
const uint32_t VERSION = 0x07010201;
#endif // _TASMOTA_VERSION_H_