Bump to v2.1.0: add kao_tui.py developer TUI and WSL venv

- Add kao_tui.py: Textual TUI with Sounds, Faces, Events, Controls tabs
- Add textual to requirements.txt
- Add venv activation instructions to README
- Add Developer TUI section to README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-20 17:12:05 -06:00
parent a074a42d40
commit 92e6441218
4 changed files with 168 additions and 1 deletions

View File

@@ -217,7 +217,7 @@
const emoteEl = document.getElementById("emote");
const messageEl = document.getElementById("message");
const POLL_INTERVAL = 2000;
const VERSION = "v2.0.0";
const VERSION = "v2.1.0";
// Sound system
let audioCtx = null;