Bump version to 8.3.1.1

This commit is contained in:
Theo Arends 2020-05-18 17:06:11 +02:00
parent d8d9e334f6
commit ebbdb28e48
3 changed files with 10 additions and 9 deletions

View File

@ -52,11 +52,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog
### Version 8.3.0.2
- Change Hass discovery from using Template or Module name to new Device name (#8462)
- Change KNX pow function to approximative pow saving 5k of code space
- Change Mutichannel Gas sensor pow function to approximative pow saving 5k of code space
- Change Quick Power Cycle detection from 4 to 7 power interrupts (#4066)
- Fix default state of ``SetOption73 0`` for button decoupling and send multi-press and hold MQTT messages
- Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI
### Version 8.3.1.1

View File

@ -1,5 +1,13 @@
## Unreleased (development)
### 8.3.1.1 20200518
## Released
### 8.3.1 20200518
- Release Fred
### 8.3.0.2 20200517
- Change Hass discovery from using template name to new Device name (#8462)

View File

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