diff --git a/CHANGELOG.md b/CHANGELOG.md index d233720f7..a9c522d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,25 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [11.1.0.4] +## [12.0.0.1] +### Added + + +### Changed + + +### Fixed + + +### Removed + + +## [Released] + +## [12.0.0] 20220615 +- Release Paul + +## [11.1.0.4] 20220615 ### Added - Support for HYTxxx temperature and humidity sensor (#15715) - Support for Sensirion SHT4X using define USE_SHT3X (#15349) @@ -19,9 +37,6 @@ All notable changes to this project will be documented in this file. - Reduce blocking by adding WifiPollDns before resolving NTP and/or MQTT server names (#14394) - SHT1X driver hangs and wrong values on ESP32 (#15790) -### Removed - - ## [11.1.0.3] 20220602 ### Added - Support for Sonoff SPM v1.2.0 @@ -61,8 +76,6 @@ All notable changes to this project will be documented in this file. ### Removed - Arduino IDE support -## [Released] - ## [11.1.0] 20220413 - Release Ostara diff --git a/README.md b/README.md index 6d315a80d..6a5ad50aa 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Firmware binaries can be downloaded from http://ota.tasmota.com/tasmota/release/ ## Development -[![Dev Version](https://img.shields.io/badge/development%20version-v11.1.x.x-blue.svg)](https://github.com/arendst/Tasmota) +[![Dev Version](https://img.shields.io/badge/development%20version-v12.0.x.x-blue.svg)](https://github.com/arendst/Tasmota) [![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://ota.tasmota.com/tasmota/) [![Tasmota CI](https://github.com/arendst/Tasmota/actions/workflows/build_all_the_things.yml/badge.svg)](https://github.com/arendst/Tasmota/actions/workflows/build_all_the_things.yml) [![Build_development](https://github.com/arendst/Tasmota/actions/workflows/Tasmota_build_devel.yml/badge.svg)](https://github.com/arendst/Tasmota/actions/workflows/Tasmota_build_devel.yml) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9a08d4691..972b398b3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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-11.1.0 +- http://ota.tasmota.com/tasmota/release-12.0.0 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` @@ -97,7 +97,7 @@ Latest released binaries can be downloaded from - http://ota.tasmota.com/tasmota32/release Historical binaries can be downloaded from -- http://ota.tasmota.com/tasmota32/release-11.1.0 +- http://ota.tasmota.com/tasmota32/release-12.0.0 The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota32/release/tasmota32.bin`` @@ -107,44 +107,13 @@ 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 v11.1.0.4 +## Changelog v12.0.0.1 ### Added -- Command ``SetOption139 0/1`` to switch between pressure unit "mmHg" (0) or "inHg" (1) when ``SO24 1`` [#15350](https://github.com/arendst/Tasmota/issues/15350) -- Command ``SetOption140 0/1`` to switch between MQTT Clean Session (0) or Persistent Session (1) [#15530](https://github.com/arendst/Tasmota/issues/15530) -- Command ``SetOption141 1`` to disable display of module name in GUI header -- Command ``SetOption142 1`` to wait 1 second for wifi connection solving some FRITZ!Box modem issues [#14985](https://github.com/arendst/Tasmota/issues/14985) -- Command ``EnergyExportActive`` to (p)reset energy export active for supported devices. Currently ADE7880 only [#13515](https://github.com/arendst/Tasmota/issues/13515) -- Command ``IfxRp ""|`` adds optional InfluxDb Retention Policy [#15513](https://github.com/arendst/Tasmota/issues/15513) -- Command ``SspmDisplay 2`` to display Sonoff SPM energy data in GUI for user tab-selected relay modules [#13447](https://github.com/arendst/Tasmota/issues/13447) -- Command ``SSerialSend9 0/1`` to enable Serial Bridge console Tee for debugging purposes -- Support for Sonoff MS01 soil moisture sensor [#15335](https://github.com/arendst/Tasmota/issues/15335) -- Support for daisy chaining MAX7219 displays [#15345](https://github.com/arendst/Tasmota/issues/15345) -- Support for Sensirion SHT4X using define USE_SHT3X [#15349](https://github.com/arendst/Tasmota/issues/15349) -- Support for Sonoff SPM v1.2.0 -- Support for Sonoff Zigbee Bridge Pro by Stephan Hadinger [#15701](https://github.com/arendst/Tasmota/issues/15701) -- Support for Sonoff NSPanel Smart Scene Wall Switch -- Support for flowrate meters like YF-DN50 and similary [#15474](https://github.com/arendst/Tasmota/issues/15474) -- Support for 5-channel light dimmer driver BP5758D used in Tuya bulbs [#15713](https://github.com/arendst/Tasmota/issues/15713) -- Support for HYTxxx temperature and humidity sensor [#15715](https://github.com/arendst/Tasmota/issues/15715) -- Sonoff SPM delayed SetPowerOnState [#13447](https://github.com/arendst/Tasmota/issues/13447) -- ESP32 Command ``Restart 3`` to switch between SafeBoot and Production ### Breaking Changed ### Changed -- Restructured tasmota source directories taking benefit from PlatformIO Core v6.0.2 -- Prepare to remove dedicated Home Assistant discovery in favour of Tasmota Discovery and hatasmota -- ESP32 Tasmota SafeBoot with changed partition scheme allowing larger binaries -- ESP32 increase Serial Bridge input buffer from 130 to 520 characters ### Fixed -- Improv initial or erase device installation failing to provide Configure WiFi option -- SCD40 start low power command [#15361](https://github.com/arendst/Tasmota/issues/15361) -- BL09xx negative power presentation [#15374](https://github.com/arendst/Tasmota/issues/15374) -- Possible pin output toggle after power on [#15630](https://github.com/arendst/Tasmota/issues/15630) -- Reduce blocking by adding WifiPollDns before resolving NTP and/or MQTT server names [#14394](https://github.com/arendst/Tasmota/issues/14394) -- SHT1X driver hangs and wrong values on ESP32 [#15790](https://github.com/arendst/Tasmota/issues/15790) -- ESP32 Arduino Core WiFi timeout is changed from msec to seconds ### Removed -- Arduino IDE support diff --git a/tasmota/include/tasmota_version.h b/tasmota/include/tasmota_version.h index 8543e8fc8..4113c74f1 100644 --- a/tasmota/include/tasmota_version.h +++ b/tasmota/include/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x0B010004; // 11.1.0.4 +const uint32_t VERSION = 0x0C000001; // 12.0.0.1 #endif // _TASMOTA_VERSION_H_