From ccb46d45b48d3a201369166b5afeb5f3b99e430b Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 15 Jul 2026 22:39:46 +0200 Subject: [PATCH] release v0.2.1 Fixes: volume voice command no longer hangs in the thinking spinner (gong stops holding the busy state), and the butler filler is reworded to avoid a text-to-speech mid-phrase pause. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01LKPbR6DY2JygHbyLjxm7Uu --- CHANGELOG.md | 2 ++ gateway/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c601a0..15794c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ until the first tagged release. ## [Unreleased] +## [0.2.1] — 2026-07-15 + ### Fixed - A spoken volume command no longer leaves the face stuck in the thinking diff --git a/gateway/pyproject.toml b/gateway/pyproject.toml index 53ba8d4..9c9ba9d 100644 --- a/gateway/pyproject.toml +++ b/gateway/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "desklock-gateway" -version = "0.2.0" +version = "0.2.1" description = "Voice gateway bridging the DeskLock device to the Tatlock butler (STT/chat/TTS)" requires-python = ">=3.11" dependencies = [