From f6cd376b9f21f33e78fc64d0ccd1a994568e0608 Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Fri, 5 Jun 2026 20:04:39 +0200 Subject: [PATCH] Bump version to 1.2.0 and update CHANGELOG.md --- linux/CHANGELOG.md | 8 ++++++++ linux/blitztext/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/linux/CHANGELOG.md b/linux/CHANGELOG.md index 9265b05..c47803c 100644 --- a/linux/CHANGELOG.md +++ b/linux/CHANGELOG.md @@ -9,7 +9,15 @@ The version is defined in [`blitztext/__init__.py`](blitztext/__init__.py). ## [Unreleased] +## [1.2.0] - 2026-06-05 + ### Added +- **Wyoming Wakeword Support**: Complete hands-free integration via Wyoming protocol (e.g., openWakeWord), with live configuration testing and model fetching in the UI. +- **ATK Screen Reader Accessibility**: Fully mapped GTK labels, inputs, tooltips, and properties to the ATK bridge, enabling seamless navigation for blind users via screen readers like Orca. +- **Drag-and-Drop Workflow Ordering**: Workflows in the main tray menu can now be reordered via native drag-and-drop. +- **Voice Activity Detection (VAD) Auto-Stop**: Dictation now automatically stops after detecting 2.5 seconds of silence, removing the need to manually click Stop. +- **Audio Feedback**: Added audible start/stop/cancel chimes mapping to system-native alert sounds. +- **Benchmark Autocomplete**: The Benchmark UI automatically fills in the reference `.txt` transcript if it matches the selected audio file. - **Realtime STT streaming mode**: new `mode = "stream"` workflow support and a `riva_realtime` STT engine for Riva/NIM WebSocket transcription, including a Settings shortcut for Nemotron ASR Streaming on `http://127.0.0.1:8006/v1`. diff --git a/linux/blitztext/__init__.py b/linux/blitztext/__init__.py index 8bfdafa..4f7343a 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__ = "1.1.0" +__version__ = "1.2.0"