mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +00:00
Version bump v12.4.0.5
- Add Matter support for Light and Relays on ESP32 by Stephan Hadinger (#18320)
This commit is contained in:
parent
1c72afbc1a
commit
96e5f0dd38
18
CHANGELOG.md
18
CHANGELOG.md
@ -3,22 +3,28 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [Unreleased] - Development
|
||||||
|
|
||||||
## [12.4.0.4]
|
## [12.4.0.5]
|
||||||
### Added
|
### Added
|
||||||
- Matter support simple Relay on Apple Homekit by Stephan Hadinger (#18239)
|
- Matter support for Light and Relays on ESP32 by Stephan Hadinger (#18320)
|
||||||
- VSC Pio menu bar extensions by @Jason2866 (#18233)
|
- ESP32 WIP support for 16 shutters using `#define USE_SHUTTER_ESP32` in addition to `USE_SHUTTER` by Stefan Bode (#18295)
|
||||||
- Command ``SwitchMode0`` to show or set all SwitchModes
|
|
||||||
- Matter support for Light and Relays
|
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Support for multiple PCF8574 as switch/button/relay if enabled with `#define USE_PCF8574` and `#define USE_PCF8574_MODE2`
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
## [12.4.0.4] 20230403
|
||||||
|
### Added
|
||||||
|
- Matter support simple Relay on Apple Homekit by Stephan Hadinger (#18239)
|
||||||
|
- VSC Pio menu bar extensions by @Jason2866 (#18233)
|
||||||
|
- Command ``SwitchMode0`` to show or set all SwitchModes
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Support for multiple PCF8574 as switch/button/relay if enabled with `#define USE_PCF8574` and `#define USE_PCF8574_MODE2`
|
||||||
|
|
||||||
## [12.4.0.3] 20230322
|
## [12.4.0.3] 20230322
|
||||||
### Added
|
### Added
|
||||||
- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps (#18214)
|
- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps (#18214)
|
||||||
|
@ -110,21 +110,22 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
|
|
||||||
[Complete list](BUILDS.md) of available feature and sensors.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v12.4.0.4
|
## Changelog v12.4.0.5
|
||||||
### Added
|
### Added
|
||||||
- Command ``SwitchMode0`` to show or set all SwitchModes
|
- Command ``SwitchMode0`` to show or set all SwitchModes
|
||||||
- Support for multiple MCP23008/MCP23017/MCP23S17 as switch/button/relay if enabled with `#define USE_MCP23XXX_DRV`
|
- Support for multiple MCP23008/MCP23017/MCP23S17 as switch/button/relay if enabled with `#define USE_MCP23XXX_DRV`
|
||||||
- Support for multiple PCF8574 as switch/button/relay if enabled with `#define USE_PCF8574` and `#define USE_PCF8574_MODE2`
|
- Support for multiple PCF8574 as switch/button/relay if enabled with `#define USE_PCF8574` and `#define USE_PCF8574_MODE2`
|
||||||
- NTP time request from gateway [#17984](https://github.com/arendst/Tasmota/issues/17984)
|
|
||||||
- Extended Tariff command for forced tariff [#18080](https://github.com/arendst/Tasmota/issues/18080)
|
|
||||||
- Zigbee send Tuya 'magic spell' to unlock devices when pairing [#18144](https://github.com/arendst/Tasmota/issues/18144)
|
|
||||||
- Berry support for Tensorflow Lite (TFL) by Christiaan Baars [#18119](https://github.com/arendst/Tasmota/issues/18119)
|
|
||||||
- Berry `webclient` features
|
|
||||||
- Display TM1650 commands like TM1637 [#18109](https://github.com/arendst/Tasmota/issues/18109)
|
|
||||||
- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps [#18214](https://github.com/arendst/Tasmota/issues/18214)
|
- Support for PMSA003I Air Quality Sensor by Jean-Pierre Deschamps [#18214](https://github.com/arendst/Tasmota/issues/18214)
|
||||||
- Support for DingTian virtual switch/button/relay [#18223](https://github.com/arendst/Tasmota/issues/18223)
|
- Support for DingTian virtual switch/button/relay [#18223](https://github.com/arendst/Tasmota/issues/18223)
|
||||||
- Matter support simple Relay on Apple Homekit by Stephan Hadinger [#18239](https://github.com/arendst/Tasmota/issues/18239)
|
- NTP time request from gateway [#17984](https://github.com/arendst/Tasmota/issues/17984)
|
||||||
|
- Extended Tariff command for forced tariff [#18080](https://github.com/arendst/Tasmota/issues/18080)
|
||||||
|
- Display TM1650 commands like TM1637 [#18109](https://github.com/arendst/Tasmota/issues/18109)
|
||||||
- VSC Pio menu bar extensions by @Jason2866 [#18233](https://github.com/arendst/Tasmota/issues/18233)
|
- VSC Pio menu bar extensions by @Jason2866 [#18233](https://github.com/arendst/Tasmota/issues/18233)
|
||||||
|
- Zigbee send Tuya 'magic spell' to unlock devices when pairing [#18144](https://github.com/arendst/Tasmota/issues/18144)
|
||||||
|
- ESP32 WIP support for 16 shutters using `#define USE_SHUTTER_ESP32` in addition to `USE_SHUTTER` by Stefan Bode [#18295](https://github.com/arendst/Tasmota/issues/18295)
|
||||||
|
- Berry support for Tensorflow Lite (TFL) by Christiaan Baars [#18119](https://github.com/arendst/Tasmota/issues/18119)
|
||||||
|
- Berry `webclient` features
|
||||||
|
- Matter support for Light and Relays by Stephan Hadinger [#18320](https://github.com/arendst/Tasmota/issues/18320)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x0C040004; // 12.4.0.4
|
const uint32_t VERSION = 0x0C040005; // 12.4.0.5
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user