aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix(config): make config values fully override CLI arguments魏曹先生2026-06-221-25/+10
* Update dmvop.toml魏曹先生2026-06-221-7/+1
* feat: add cpal-based auto device detection and configuration魏曹先生2026-06-223-19/+84
* feat: add TOML config file support with CLI fallback魏曹先生2026-06-212-9/+164
* feat(cli): add --models-dir option for custom model path魏曹先生2026-06-212-31/+58
* feat: replace `--pinyin` flag with generic `--post="+pinyin"` option魏曹先生2026-06-215-12/+112
* feat: add pinyin conversion for Chinese output魏曹先生2026-06-202-5/+21
* feat: add instant mode for near-real-time output0.1.0魏曹先生2026-06-202-0/+15
* feat: add custom help message and fix clap help conflict魏曹先生2026-06-203-11/+25
* feat: add verbose mode and update vtx-engine dependency魏曹先生2026-06-201-10/+16
* feat: implement core capture engine with CLI and output protocols魏曹先生2026-06-209-52/+834
* Add output protocol trait and implementations魏曹先生2026-06-208-0/+137
* chore: scaffold initial Rust project with Cargo and CLI structure魏曹先生2026-06-202-0/+111