0.14.0 (2026-05-14)
- add missing CUDA libs to CI toolkit (nvrtc, cublas, curand) (230fe07)
- align backend preference validation with runtime registry (#61) (02501d0)
- bundle espeak-ng-data inside binary (fixes #59) (#60) (b251c3c)
- CI failures — disable kokoro on Windows, fix clippy and example (c24bd7a)
- clippy clone-on-copy, set CUDA_COMPUTE_CAP for CI builds (554219d)
- disable kokoro from default features, fix Linux cross-compile (d0cdfa9)
- gate kokoro behind feature flag to fix Linux link error (ae22cd2)
- install full CUDA toolkit in CI (cudarc needs many libs) (28b040d)
- remove aarch64-linux cross-compile from release (not working in CI) (8db035c)
- remove x86_64-apple-darwin from release (ort has no prebuilt binaries) (b565b9b)
0.13.0 (2026-04-16)
- externalize model config to models.toml, mark kokoro as EN-only (de5b587)
- replace Kokoro Python subprocess with pure Rust (kokoro-tts crate) (a522b56)
- release workflow not uploading binary assets (fixes #56) (1cd8c02)
- remove kokoro from TUI backend list (poor quality) (c89c7bc)
0.12.0 (2026-04-06)
0.11.0 (2026-04-06)
0.10.0 (2026-04-06)
- resolve clippy warnings breaking CI (manual_find, trim_split_whitespace, iter_cloned_collect) (#47) (8dfd6ce)
0.9.1 (2026-03-18)
0.9.0 (2026-03-18)
0.8.0 (2026-03-18)
0.7.0 (2026-03-16)
0.6.0 (2026-03-05)
- enrich vox stats + fix broken STT tests (22923ca)
- default to say backend on macOS, kokoro on other platforms (#23) (c624028)
- update README license from MIT to source-available (#22) (080de05)
0.5.0 (2026-03-05)
- add 6 AI tools to vox init (Gemini, Amazon Q, Cline, Roo Code, Kilo Code, Amp) (65c73a2)
- add Kokoro TTS backend, universal MCP init, source-available license (413ff83)
- remove Stop hook (terminé) from project settings (085725a)
0.4.0 (2026-02-12)
0.3.1 (2026-02-10)
- default init mode to mcp instead of all (0b414f5)
- default init mode to mcp instead of all (7835952)
- pass secrets to release workflow for Homebrew update (c025d9d)
0.3.0 (2026-02-10)
- add MCP server and cross-platform improvements (995f3d4)
- cross-platform home detection and CI workflow_dispatch (7db9d03)
0.2.1 (2026-02-06)
0.2.0 (2026-02-06)
0.1.0 (2026-02-06)
- add qwen-native backend using qwen3-tts-rs for pure Rust TTS inference (db2296c)
- parallelize CI and fix release workflow for macOS (170a75f)
- smart sentence merging and configurable model for faster TTS (f73501c)