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