mirror of https://github.com/arendst/Tasmota.git
Bump version v13.0.0.1
This commit is contained in:
parent
b53a161106
commit
d9a66547aa
44
CHANGELOG.md
44
CHANGELOG.md
|
@ -3,8 +3,24 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased] - Development
|
||||
|
||||
## [12.5.0.4]
|
||||
## [13.0.0.1]
|
||||
### Added
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
## [Released]
|
||||
|
||||
## [13.0.0] 20230626
|
||||
- Release Qasim
|
||||
|
||||
## [12.5.0.4] 20230626
|
||||
### Added
|
||||
- Matter ability to add or remove endpoint in bridge mode (code only)
|
||||
- Matter add controller's Vendor Name to logs and UI
|
||||
|
@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry Walrus operator ':='
|
||||
- Zigbee firmware for Sonoff-ZB-Pro v20230507
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Berry `webclient.url_encode()` is now a static class method, no change required to existing code (#18775)
|
||||
- Matter Bridge mode always on
|
||||
|
@ -34,8 +48,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry fixed parser error with upvals in closures
|
||||
- NeoPool fix NPFiltration switch result (#18871)
|
||||
|
||||
### Removed
|
||||
|
||||
## [12.5.0.3] 20230602
|
||||
### Added
|
||||
- Command ``WifiPower 0`` to enable dynamic wifi power based on RSSI by @TD-er (#15443)
|
||||
|
@ -116,8 +128,6 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry fix rules for string comparisons (#18464)
|
||||
- Shutter: GarageMode does not stop on console commands, `ShutterSetOpen` and `ShutterSetClose` does not reset direction (#18539)
|
||||
|
||||
## [Released]
|
||||
|
||||
## [12.5.0] 20230417
|
||||
- Release Peyton
|
||||
|
||||
|
@ -520,15 +530,6 @@ All notable changes to this project will be documented in this file.
|
|||
### Fixed
|
||||
- Removed whitespace from JSON values with no decimals (#16365)
|
||||
|
||||
## [12.1.0.1] 20220825
|
||||
### Added
|
||||
- Zigbee device plugin mechanism with commands ``ZbLoad``, ``ZbUnload`` and ``ZbLoadDump`` (#16252)
|
||||
- ESP32-S3 support for internal temperature sensor
|
||||
- Command ``StatusRetain`` (#11109)
|
||||
|
||||
### Changed
|
||||
- ESP32 NimBLE library from v1.3.6 to v1.4.0
|
||||
|
||||
## [12.1.1] 20220825
|
||||
- Release Patricia
|
||||
|
||||
|
@ -538,6 +539,15 @@ All notable changes to this project will be documented in this file.
|
|||
- Button response delay regression from v12.0.2.4 (#16319)
|
||||
- Lost module name in GUI regression from v12.0.2.4 - 20220803 (#16324)
|
||||
|
||||
## [12.1.0.1] 20220825
|
||||
### Added
|
||||
- Zigbee device plugin mechanism with commands ``ZbLoad``, ``ZbUnload`` and ``ZbLoadDump`` (#16252)
|
||||
- ESP32-S3 support for internal temperature sensor
|
||||
- Command ``StatusRetain`` (#11109)
|
||||
|
||||
### Changed
|
||||
- ESP32 NimBLE library from v1.3.6 to v1.4.0
|
||||
|
||||
## [12.1.0] 20220818
|
||||
- Release Patricia
|
||||
|
||||
|
@ -574,7 +584,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Driver DHT v6 consolidation for both ESP8266 and ESP32 to support SI7021, THS01 and MS01 on ESP32 (#15856)
|
||||
- Tasmota ESP32 Arduino core from v2.0.3 to v2.0.4 (#15940)
|
||||
|
||||
## [12.0.2.2]
|
||||
## [12.0.2.2] 20220701
|
||||
### Added
|
||||
- Command ``GlobalTemp2 1..250`` to select Global Temperature source indexed from teleperiod occurance data (#15834)
|
||||
- Command ``GlobalHum2 1..250`` to select Global Humidity source indexed from teleperiod occurance data (#15834)
|
||||
|
|
|
@ -75,7 +75,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.5.0
|
||||
- http://ota.tasmota.com/tasmota/release-13.0.0
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz``
|
||||
|
||||
|
@ -100,7 +100,7 @@ Latest released binaries can be downloaded from
|
|||
- https://ota.tasmota.com/tasmota32/release
|
||||
|
||||
Historical binaries can be downloaded from
|
||||
- https://ota.tasmota.com/tasmota32/release-12.5.0
|
||||
- https://ota.tasmota.com/tasmota32/release-13.0.0
|
||||
|
||||
The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasmota.com/tasmota32/release/tasmota32.bin``
|
||||
|
||||
|
@ -110,75 +110,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
|
||||
[Complete list](BUILDS.md) of available feature and sensors.
|
||||
|
||||
## Changelog v12.5.0.4
|
||||
## Changelog v13.0.0.1
|
||||
### Added
|
||||
- Command ``SetOption152 0/1`` to select two (0 = default) pin bistable or one (1) pin latching relay control [#18386](https://github.com/arendst/Tasmota/issues/18386)
|
||||
- Command ``I2cScan0`` to scan both busses on ESP32 with one command
|
||||
- Command ``WifiPower 0`` to enable dynamic wifi power based on RSSI by @TD-er [#15443](https://github.com/arendst/Tasmota/issues/15443)
|
||||
- Command ``WifiPower 1`` to restore default wifi power
|
||||
- Support for TC74 temperature sensor by Michael Loftis [#18042](https://github.com/arendst/Tasmota/issues/18042)
|
||||
- Support for GM861 1D and 2D bar code reader [#18399](https://github.com/arendst/Tasmota/issues/18399)
|
||||
- Support for PCA9557 8-bit I/O expander [#18632](https://github.com/arendst/Tasmota/issues/18632)
|
||||
- Display descriptor for ST7735 128x160 display [#18741](https://github.com/arendst/Tasmota/issues/18741)
|
||||
- Zigbee support for air sensors [#18665](https://github.com/arendst/Tasmota/issues/18665)
|
||||
- Zigbee firmware for Sonoff-ZB-Pro v20230507 [#18968](https://github.com/arendst/Tasmota/issues/18968)
|
||||
- ESP32 command ``Shuttersetup`` for "Shelly 2.5 pro" automatic calibration and setup (experimental)
|
||||
- ESP32 Enhanced Shutterbuttons functionality to control tilt position, additionally incr/decr possible to position and tilt.
|
||||
- Berry RS256 crypto algorithm (RSASSA-MCKS1_v1-5 with SHA256) used for JWT [#18763](https://github.com/arendst/Tasmota/issues/18763)
|
||||
- Berry `tcpclientasync` class for non-blocking TCP client
|
||||
- Berry `set_lsb_justified(bool)` to `AudioOutputI2S` [#18774](https://github.com/arendst/Tasmota/issues/18774)
|
||||
- Berry `string.format()` now automatically converts type according to format [#18890](https://github.com/arendst/Tasmota/issues/18890)
|
||||
- Berry global function `format` as a simpler syntax to `string.format` [#18925](https://github.com/arendst/Tasmota/issues/18925)
|
||||
- Berry f-strings as an alternative to string formatting [#18937](https://github.com/arendst/Tasmota/issues/18937)
|
||||
- Berry Walrus operator ':=' [#18963](https://github.com/arendst/Tasmota/issues/18963)
|
||||
- HASPmota `meta` attribute and improved `berry_run` [#18685](https://github.com/arendst/Tasmota/issues/18685)
|
||||
- Matter sensors Humidity, Pressure, Illuminance [#18441](https://github.com/arendst/Tasmota/issues/18441)
|
||||
- Matter allow `Matter#Initialized` rule once the device is configured [#18451](https://github.com/arendst/Tasmota/issues/18451)
|
||||
- Matter UI to change endpoints configuration [#18498](https://github.com/arendst/Tasmota/issues/18498)
|
||||
- Matter support for Shutters with Tilt [#18509](https://github.com/arendst/Tasmota/issues/18509)
|
||||
- Matter support for async HTTP used for bridged devices and remote relays [#18656](https://github.com/arendst/Tasmota/issues/18656)
|
||||
- Matter bridge for ESP8266 remote endpoints (experimental) [#18734](https://github.com/arendst/Tasmota/issues/18734)
|
||||
- Matter support for Occupancy via Switch (experimental) [#18742](https://github.com/arendst/Tasmota/issues/18742)
|
||||
- Matter ability to add or remove endpoint in bridge mode (code only) [#18790](https://github.com/arendst/Tasmota/issues/18790)
|
||||
- Matter controller's Vendor Name to logs and UI [#18794](https://github.com/arendst/Tasmota/issues/18794)
|
||||
- Matter redesigned UI [#18855](https://github.com/arendst/Tasmota/issues/18855)
|
||||
- Matter support for Contact Sensor [#18882](https://github.com/arendst/Tasmota/issues/18882)
|
||||
- Matter friendly-name (NodeLabel) to each endpoint [#18897](https://github.com/arendst/Tasmota/issues/18897)
|
||||
- Matter display the remote Device Name instead of IP address [#18961](https://github.com/arendst/Tasmota/issues/18961)
|
||||
|
||||
### Breaking Changed
|
||||
- Change command ``FileUpload`` index binary data detection from >199 to >299
|
||||
- Matter relay number starts at 1 instead of 0 to match Tasmota numbering
|
||||
|
||||
### Changed
|
||||
- AdafruitFingerprint library from v2.0.4 to v2.1.0
|
||||
- IRremoteESP8266 library from v2.8.4 to v2.8.5
|
||||
- ESP32 Framework (Core) from v2.0.7 to v2.0.10
|
||||
- ESP32 Binaries size increase of 300k due to Matter support may need [Partition Wizard](https://tasmota.github.io/docs/Tasmota-Application/#partition-management)
|
||||
- InfluxDb resolves DNS name before request [#18015](https://github.com/arendst/Tasmota/issues/18015)
|
||||
- Refactored Zero Cross Dimmer [#18481](https://github.com/arendst/Tasmota/issues/18481)
|
||||
- Energy power delta report delayed by two seconds allowing hardware to stabilize [#17751](https://github.com/arendst/Tasmota/issues/17751)
|
||||
- Shutter sliders in WEBGUI automatically appear and disappear during configuration and update during movement [#18701](https://github.com/arendst/Tasmota/issues/18701)
|
||||
- Berry `webclient.url_encode()` is now a static class method, no change required to existing code [#18775](https://github.com/arendst/Tasmota/issues/18775)
|
||||
|
||||
### Fixed
|
||||
- ESP8266 no update on Energy Export Active regression from v12.3.1.3
|
||||
- NovaSDS GUI values [#18444](https://github.com/arendst/Tasmota/issues/18444)
|
||||
- LED PWM ac_dimmer curve was wrongly applied instead of Gamma regression from v12.2.0.5 [#18666](https://github.com/arendst/Tasmota/issues/18666)
|
||||
- Shutter bootloop using more than 4 shutters [#18673](https://github.com/arendst/Tasmota/issues/18673)
|
||||
- Inverted shutter now reflect status also in WEBGUI and several minor fixes to make "inverted" consistant [#18701](https://github.com/arendst/Tasmota/issues/18701)
|
||||
- Interaction of ``SetOption92``, ``VirtualCT``, and ``RGBWWTable`` [#18768](https://github.com/arendst/Tasmota/issues/18768)
|
||||
- Freeze BMP readings before deepsleep [#18720](https://github.com/arendst/Tasmota/issues/18720)
|
||||
- NeoPool NPFiltration switch result [#18871](https://github.com/arendst/Tasmota/issues/18871)
|
||||
- ESP32 Partition_Manager.tapp
|
||||
- ESP32 InfluxDb initial connection delays using HTTPClient [#18015](https://github.com/arendst/Tasmota/issues/18015)
|
||||
- ESP32 AIThinker webcam issues [#18652](https://github.com/arendst/Tasmota/issues/18652)
|
||||
- ESP32 SPI initialization for MFRC522 [#18711](https://github.com/arendst/Tasmota/issues/18711)
|
||||
- ESP32 Neopixel busy time adjustment [#18723](https://github.com/arendst/Tasmota/issues/18723)
|
||||
- HASPmota event when value is non-integer [#18229](https://github.com/arendst/Tasmota/issues/18229)
|
||||
- Berry a rare condition when a GC causes a memory corruption
|
||||
- Berry rules for string comparisons [#18464](https://github.com/arendst/Tasmota/issues/18464)
|
||||
- Berry parser error with upvals in closures [#18902](https://github.com/arendst/Tasmota/issues/18902)
|
||||
- Zigbee attributes handling in Berry mapping [#18747](https://github.com/arendst/Tasmota/issues/18747)
|
||||
- Zigbee regression with ``SetOption101`` [#18884](https://github.com/arendst/Tasmota/issues/18884)
|
||||
- Matter fabric provisioning from CASE session for iOS 16.5 [#18709](https://github.com/arendst/Tasmota/issues/18709)
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
#ifndef _TASMOTA_VERSION_H_
|
||||
#define _TASMOTA_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x0C050004; // 12.5.0.4
|
||||
const uint32_t VERSION = 0x0D000001; // 13.0.0.1
|
||||
|
||||
#endif // _TASMOTA_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue