Bump version to 1.4.0 and cut the [1.4.0] - 2026-06-07 changelog section: - "Announce matched preset" notification (shown even hands-free) + per-preset emoji icons. - Voice-routing no-keyword default now prefers a transcribe preset instead of the first preset. Refresh the README status line. Co-Authored-By: Claude Opus 4.8 (1M context) <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__ = "1.4.0"
|