From d4a8f34dac094c93ae7fae9420dfed77778f6d1f Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 16:46:03 +0100 Subject: [PATCH] update tasklist: phase E complete --- TASKLIST.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TASKLIST.md b/TASKLIST.md index b81de21..a09ceb6 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -6,13 +6,6 @@ ## Pending -### Phase E -- Polish - -- [ ] Deduplicate `_detect_config_changes` with `dataclasses.asdict()` -- [ ] Suppress PTT chatlog spam for hold-mode -- [ ] Add `-> None` return annotations throughout -- [ ] Cache `users`/`channels` in `MumbleClient` with dirty flag - ### Backlog - [ ] Audio device hot-swap @@ -20,6 +13,13 @@ ## Completed +### Phase E -- Polish + +- [x] Deduplicate `_detect_config_changes` with `dataclasses.asdict()` +- [x] Suppress PTT chatlog spam for hold-mode +- [x] Add `-> None` return annotations throughout +- [x] Cache `users`/`channels` in `MumbleClient` with dirty flag + ### Phase D -- Test Coverage - [x] Add `ReconnectManager` unit tests (8 tests)