Skip to content

Commit

Permalink
release 2024.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Sep 12, 2024
1 parent 8c28848 commit 70750a7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2024.9.1] - 2024-09-12
## Changed
- semver -> calver, because following major/minor etc would not necessarily follow Tasmota features/breaking changes
- TDM now stores tdm.cfg in locations suggested by the OS

## Added
- support for MQTT wildcards in autodiscovery patterns
- misc UI changes

## Fixed
- many bugs, crashes, small annoyances


## [0.2.6] - 2019-12-24
## Changed
- support for 16 var/mem in rules editor
Expand All @@ -10,7 +23,7 @@
- support for SetOption4 (commands reply on /<COMMAND> topic instead of /RESULT)

## Changed
- removed support for Var/Mem command JSON payload for Tasmota pre 6.6.0.12
- removed support for Var/Mem command JSON payload for Tasmota pre 6.6.0.12
- rule parser now doesn't throw errors when rule contains JSON

## [0.2.4] - 2019-12-04
Expand Down Expand Up @@ -43,7 +56,7 @@
## [0.2.1] - 2019-11-16
### Fixed
- forced sorting of POWER\<x\> keys when generating toggle actions and drawing state icons
- exception catching when SetOption parsing fails in older Tasmota versions
- exception catching when SetOption parsing fails in older Tasmota versions

## [0.2.0] - 2019-10-02
### Added
Expand Down

0 comments on commit 70750a7

Please sign in to comment.