-
Chanora v0.1.0-alpha.1 — Internal Alpha build
released this
2026-05-15 19:01:34 +09:00 | 311 commits to main since this releaseFirst Alpha build. Implements the connect → snapshot → disconnect
cycle from the Flutter UI to a live TeamSpeak-compatible server.Verified on 2026-05-14 against cn.teamspeak.app (TS3 server 3.13.7):
- Snapshot returned with non-empty server name and channels list.
- Clean disconnect via tsproto resender state transitions.
- flutter analyze: 0 issues.
- flutter test: 3/3 passing including the live-network E2E.
- cargo test --workspace: all green.
Audio in/out remains Beta scope per DEC-001.
DEC-012 legal review remains the only release-gating activity for
External Beta / MVP Public; not required for Internal Alpha.Components:
Flutter 3.41.9 + Dart 3.11.5
Rust 1.95.0 stable
flutter_rust_bridge 2.12.0
tsclientlib @ 04aa2491
cpal 0.16 (audio crate, not exercised in this Alpha)Downloads