- Engines tab: move Test button out of the toolbar, place it in a row directly beside the result label so button and output are co-located; result label is now selectable so error text can be copied - Benchmark tab: add bench_wav/bench_ref/bench_expand_models to Config; file pickers restore last-used paths on open; any change (file-set, toggle, or Run) writes directly to cfg so paths survive without Save; [benchmark] section written to config.toml on Save Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
383 B
Python
10 lines
383 B
Python
"""Blitztext for Linux — native dictation daemon.
|
|
|
|
Press a global hotkey, speak, and the transcribed (optionally LLM-rewritten)
|
|
text is typed into whatever text field currently has focus. This is the Linux
|
|
counterpart to the macOS Blitztext menu bar app: it runs natively on the host
|
|
(not in a container) so it can type into any application via xdotool.
|
|
"""
|
|
|
|
__version__ = "2.0.7"
|