diff --git a/CHANGELOG.md b/CHANGELOG.md index 838c3c6..3e2024f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 061bbfe..0595799 100644 --- a/README.md +++ b/README.md @@ -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