Skip to content

Commit 9c4668f

Browse files
mbaileyclaude
andcommitted
release: v7.4.1
Patch release fixing Kokoro installation on fresh Linux systems. Changes: - fix(VM-411): Create venv during kokoro install for fresh systems Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c7bca7a commit 9c4668f

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "voicemode",
33
"description": "Voice conversations with Claude Code using local speech-to-text and text-to-speech",
4-
"version": "7.4.0p0",
4+
"version": "7.4.1p0",
55
"author": {
66
"name": "Mike Bailey",
77
"email": "mike@failmode.com"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.4.1] - 2026-01-17
11+
12+
### Fixed
13+
14+
- **Kokoro Install on Fresh Linux Systems** (VM-411, GH-145, GH-188)
15+
- Fixed installation failing on PopOS/Ubuntu 24 and Arch Linux due to missing venv
16+
- Installer now creates virtual environment automatically before running uv install
17+
- Resolves "No virtual environment found" error on fresh systems
18+
1019
## [7.4.0] - 2026-01-06
1120

1221
### Changed

installer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "voice-mode-install"
7-
version = "7.4.0"
7+
version = "7.4.1"
88
description = "Installer for VoiceMode - handles system dependencies and installation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/mbailey/voicemode",
88
"source": "github"
99
},
10-
"version": "7.4.0",
10+
"version": "7.4.1",
1111
"packages": [
1212
{
1313
"registry_type": "pypi",
1414
"registry_base_url": "https://pypi.org",
1515
"identifier": "voice-mode",
16-
"version": "7.4.0",
16+
"version": "7.4.1",
1717
"transport": {
1818
"type": "stdio"
1919
},

voice_mode/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is automatically updated by 'make release'
22
# Do not edit manually
3-
__version__ = "7.4.0"
3+
__version__ = "7.4.1"

0 commit comments

Comments
 (0)