mirror of https://github.com/arendst/Tasmota.git
Bump version to v12.3.1.1
This commit is contained in:
parent
f8b56e1058
commit
4e5c1f7a2d
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -3,8 +3,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [12.3.0.1]
|
||||
|
||||
## [12.3.1.1] 20221216
|
||||
### Added
|
||||
|
||||
### Breaking Changed
|
||||
|
@ -12,12 +11,21 @@ All notable changes to this project will be documented in this file.
|
|||
### Changed
|
||||
|
||||
### Fixed
|
||||
- Zigbee fix crash on ESP8266 #17397
|
||||
|
||||
### Removed
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.3.1] 20221216
|
||||
- Release Percy
|
||||
|
||||
## [12.3.0.1] 20221216
|
||||
### Changed
|
||||
- ESP32 initial otaurl from http to https
|
||||
|
||||
### Fixed
|
||||
- ESP8266 zigbee exception 3 regression from v12.3.0 (#17397)
|
||||
|
||||
## [12.3.0] 20221215
|
||||
- Release Percy
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ Latest released binaries can be downloaded from
|
|||
- http://ota.tasmota.com/tasmota/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota/release-12.3.0
|
||||
- http://ota.tasmota.com/tasmota/release-12.3.1
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
|
@ -94,12 +94,12 @@ The following binary downloads have been compiled with ESP32/Arduino library cor
|
|||
|
||||
Latest released binaries can be downloaded from
|
||||
- https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware
|
||||
- http://ota.tasmota.com/tasmota32/release
|
||||
- https://ota.tasmota.com/tasmota32/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- http://ota.tasmota.com/tasmota32/release-12.3.0
|
||||
- https://ota.tasmota.com/tasmota32/release-12.3.1
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin``
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasmota.com/tasmota32/release/tasmota32.bin``
|
||||
|
||||
## Additional information
|
||||
|
||||
|
@ -107,7 +107,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v12.3.0.1
|
||||
## Changelog v12.3.1.1
|
||||
### Added
|
||||
|
||||
### Breaking Changed
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x0C030001; // 12.3.0.1
|
||||
const uint32_t VERSION = 0x0C030101; // 12.3.1.1
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue