From 0b186f1f0c85b6ebe0d4bf8a5412af9af676b349 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 14:19:48 +0100 Subject: [PATCH] update roadmap and tasklist --- ROADMAP.md | 10 +++++----- TASKLIST.md | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index c5533f8..3783798 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,11 +18,11 @@ ## Phase 3 — Polish - [x] Responsive terminal layout (adaptive sidebar, truncation, resize) -- [ ] Channel tree navigation -- [ ] User list with status indicators -- [ ] Volume control -- [ ] Server certificate handling -- [ ] Config file hot-reload +- [x] Channel tree navigation +- [x] User list with status indicators +- [x] Volume control +- [x] Server certificate handling +- [x] Config file hot-reload ## Phase 4 — Robustness diff --git a/TASKLIST.md b/TASKLIST.md index 3a7ed11..a83d778 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -8,8 +8,12 @@ - [x] Audio pipeline integration with MumbleClient - [x] PTT wiring (key events -> audio.capturing toggle) - [x] Chat input history navigation (up/down arrows) +- [x] Channel navigation and join from sidebar +- [x] User status indicators (mute/deaf) +- [x] Volume control (F2/F3, gain 0.0-2.0, status bar display) +- [x] Server certificate handling (certfile/keyfile config) +- [x] Config file hot-reload (F5, safe/restart change detection) ## Pending -- [ ] Channel join/navigation (select channel in tree, move into it) - [ ] Reconnection handling on disconnect