From 57f4559a3800f5804c0e4096840f6b315f835f51 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 14:55:03 +0100 Subject: [PATCH] update roadmap and tasklist --- ROADMAP.md | 4 ++-- TASKLIST.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 3783798..0b61a56 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -26,7 +26,7 @@ ## Phase 4 — Robustness -- [ ] Reconnection handling -- [ ] Error recovery +- [x] Reconnection handling +- [x] Error recovery - [ ] Audio device hot-swap - [ ] Comprehensive test suite diff --git a/TASKLIST.md b/TASKLIST.md index a83d778..455a18b 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -13,7 +13,8 @@ - [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) +- [x] Reconnection handling with auto-retry and backoff ## Pending -- [ ] Reconnection handling on disconnect +- [ ] Audio device hot-swap