Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Sep 15, 2024
1 parent b5e25c2 commit 85a91a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [development]
## Changed
- ethernet-enabled devices now show eth ip address when wifi is disabled (#266)

## Fixed
- clicking main menu buttons doesn't crash anymore (#235)

## [2024.9.2] - 2024-09-14
## Fixed
- missing pydantic in pyproject.toml
Expand All @@ -8,13 +15,12 @@
- TDM now stores tdm.cfg in locations suggested by the OS

## Added
- support for MQTT wildcards in autodiscovery patterns
- support for MQTT wildcards in autodiscovery patterns (#254)
- 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 Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,19 @@ While I'm not in any way abandoning this project, I don't have as much time as I
- [autodiscovery](https://github.com/jziolkowski/tdm/wiki/Autodiscovery) of Tasmota devices (even if they use custom FullTopics)
- module, GPIO and template configuration
- rules editor with Var/Mem/Ruletimer monitor
- easy to read detachable telemetry viewers (working in active and passive mode)
- easy to read detachable telemetry viewers (working in active and passive mode)
- relay, color and PWM control
- user-friendly configuration of buttons, switches and relays, including their related SetOptions
- timers editor
- clear retained relay and LWT topics
- detachable device consoles with command completion and intuitive history
- detachable device consoles with command completion and intuitive history
- selectable views to see the most vital device parameters at a glance
- BSSID aliasing for larger deployments
- support for current and legacy Timers payloads (thanks @GrahamM)

# Planned functions

- PWM/NTP/Topics configuration dialogs and a few others
- config export for OpenHAB and HomeAssistant
- dynamic and manual grouping of devices: by group topic, module, firmware revision, and more
- group actions: reset/restart/control power/upgrade
- quick settings for common use cases
Expand Down

0 comments on commit 85a91a0

Please sign in to comment.