Bump version to 9.3.1.1

This commit is contained in:
Theo Arends 2021-02-23 16:27:30 +01:00
parent 7aa679285a
commit 632e523c37
3 changed files with 9 additions and 20 deletions

View File

@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - Development
## [9.3.1.1]
## [Released]
## [9.3.1] 20210223
- Release Kenneth
## [9.3.0.1]
### Added
- Animate PWM dimmer brightness LEDs during transitions and with variable brightness (#11076)
@ -21,8 +28,6 @@ All notable changes to this project will be documented in this file.
- Sml driver (#11082)
- Ezo drivers (#11083)
## [Released]
## [9.3.0] 20210219
- Release Kenneth

View File

@ -78,20 +78,4 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
[Complete list](BUILDS.md) of available feature and sensors.
## Changelog v9.3.0.1
### Added
- Animate PWM dimmer brightness LEDs during transitions and with variable brightness [#11076](https://github.com/arendst/Tasmota/issues/11076)
- Commands ``StateRetain`` and ``InfoRetain`` [#11084](https://github.com/arendst/Tasmota/issues/11084)
### Changed
- Remove the need to start filenames with a slash (/) in Ufs commands
- Removed command ``VirtualCT`` as synonym for ``SetOption106`` [#11049](https://github.com/arendst/Tasmota/issues/11049)
### Fixed
- Web request accepts wrong password [#11039](https://github.com/arendst/Tasmota/issues/11039)
- Ili1942 driver [#11046](https://github.com/arendst/Tasmota/issues/11046)
- ESP32 Mi32 driver [#11048](https://github.com/arendst/Tasmota/issues/11048)
- Shutter driver [#11055](https://github.com/arendst/Tasmota/issues/11055)
- TM1637 driver now needs ``TM1637 CLK`` and ``TM1637 DIO`` to enable [#11057](https://github.com/arendst/Tasmota/issues/11057)
- Sml driver [#11082](https://github.com/arendst/Tasmota/issues/11082)
- Ezo drivers [#11083](https://github.com/arendst/Tasmota/issues/11083)
## Changelog v9.3.1.1

View File

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