mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Bump version to v9.5.0.8
This commit is contained in:
parent
feab616277
commit
c26adde183
@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [Unreleased] - Development
|
||||||
|
|
||||||
## [9.5.0.7]
|
## [9.5.0.8]
|
||||||
|
|
||||||
|
|
||||||
|
## [9.5.0.7] 20210901
|
||||||
### Added
|
### Added
|
||||||
- Turn HTTP API (command ``SetOption128 1``) default on for backward compatibility
|
- Turn HTTP API (command ``SetOption128 1``) default on for backward compatibility
|
||||||
- Support for IEM3155 Wattmeter (#12940)
|
- Support for IEM3155 Wattmeter (#12940)
|
||||||
|
@ -98,7 +98,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.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v9.5.0.7
|
## Changelog v9.5.0.8
|
||||||
### Added
|
### Added
|
||||||
- Release of [Tasmota WebInstaller](https://arendst.github.io/Tasmota-firmware/)
|
- Release of [Tasmota WebInstaller](https://arendst.github.io/Tasmota-firmware/)
|
||||||
- Command ``SetOption2 1`` to enable display of global temperature/humidity/pressure info to JSON sensor message
|
- Command ``SetOption2 1`` to enable display of global temperature/humidity/pressure info to JSON sensor message
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x09050007;
|
const uint32_t VERSION = 0x09050008;
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user