- benchmark.py: measure RSS delta via /proc/self/status before/after each transcription; add ram_mb field to BenchRow - gtksettings.py: add RAM (MB) column to results table (index 8); tooltip column shifted to index 10 - CHANGELOG.md: full history from v2.02.00 through v2.03.01 - README.md: benchmark description updated to mention RAM column - MANUAL.md: benchmark result columns as table; Log tab documents level filter dropdown Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
385 B
Python
10 lines
385 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.03.01"
|