diff --git a/linux/CHANGELOG.md b/linux/CHANGELOG.md index 6cd0901..4fbe509 100644 --- a/linux/CHANGELOG.md +++ b/linux/CHANGELOG.md @@ -9,6 +9,26 @@ The version is defined in [`blitztext/__init__.py`](blitztext/__init__.py). ## [Unreleased] +## [2.03.40] - 2026-06-10 + +### Changed +- **Documentation overhaul with screenshots.** Renamed 21 raw screenshots to + meaningful filenames (`main-panel.png`, `overlay-listening.png`, + `settings-presets.png`, `settings-general.png`, `settings-keyboard.png`, + `settings-wakeword.png`, `settings-stt-engines.png`, + `settings-llm-engines.png`, `settings-benchmark-stt.png`, + `settings-benchmark-wakeword.png`, `settings-log.png`, + `settings-manual.png`, `settings-about.png`, and 7 setup-wizard screens). +- **README.md / linux/README.md** updated with organized screenshot sections + (Main panel & overlay, Settings — General & Input, Settings — Engines, + Settings — Benchmark, Settings — Log & About, Setup wizard) using + click-to-enlarge image links. +- **MANUAL.md** rewritten to match the new sidebar navigation: intro updated; + section headers renamed (Engines tab → STT Engines / LLM Engines; Input tab + → Keyboard + Wakeword; Benchmark tab → Benchmark — STT / Benchmark — + Wakeword); screenshot added at the top of every section including Manual and + About pages. + ## [2.03.39] - 2026-06-10 ### Fixed diff --git a/linux/blitztext/__init__.py b/linux/blitztext/__init__.py index dc7f11b..c43067c 100644 --- a/linux/blitztext/__init__.py +++ b/linux/blitztext/__init__.py @@ -6,4 +6,4 @@ 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.39" +__version__ = "2.03.40"