@@ -7,12 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.4.0] - 2025-09-10
11
+
12
+ ### Added
13
+ - ** MCP Registry Support**
14
+ - Add server.json configuration for MCP registry publication
15
+ - Add mcp-name field to README for PyPI package validation
16
+ - Integrate MCP registry publishing into CI/CD workflow
17
+ - Support DNS-based namespace authentication (com.failmode/voicemode)
18
+ - Update Makefile to sync server.json version during releases
19
+
20
+ - ** Cloudflare Worker for voicemode.sh**
21
+ - Serve install script via custom domain
22
+ - Smart user-agent detection for CLI vs browser
23
+ - Cached script delivery with fallback
24
+
25
+ - ** Selective Tool Loading**
26
+ - Reduce token usage by loading tools on demand
27
+ - Implement smart tool filtering based on context
28
+ - Add tool loading configuration options
29
+
30
+ - ** Documentation Improvements**
31
+ - Complete documentation reorganization
32
+ - Add tutorials, guides, and reference sections
33
+ - Improve getting-started guide with clear paths
34
+ - Add universal installer as primary quick start
35
+ - Archive outdated documentation
36
+
37
+ - ** Three Bears Agent Support**
38
+ - Add baby-bear, mama-bear, and papa-bear agent configurations
39
+ - Integrate with sound fonts for agent-specific audio feedback
40
+
41
+ ### Changed
42
+ - Consolidate PyPI and MCP Registry publishing workflows
43
+ - Update branch references from 'main' to 'master'
44
+ - Improve Cloudflare Worker error handling and caching
45
+ - Rename hook to hooks, stdin-receiver to receiver
46
+
47
+ ### Fixed
48
+ - Fix broken documentation links after refactor
49
+ - Restore minimal claude command group for hook support
50
+ - Fix Claude settings.json path configuration
51
+
10
52
## [ 4.3.2] - 2025-09-03
11
53
54
+ ### Fixed
55
+ - Add missing pyyaml dependency to pyproject.toml
56
+ - Remove macOS-only restriction from package
57
+ - Add Claude hooks configuration to repository settings
58
+
12
59
## [ 4.3.1] - 2025-09-03
13
60
61
+ ### Fixed
62
+ - Minor bug fixes and improvements
63
+
14
64
## [ 4.3.0] - 2025-09-03
15
65
66
+ ### Added
67
+ - Sound fonts with MP3 support and Three Bears sounds integration
68
+
16
69
## [ 4.2.0] - 2025-09-03
17
70
18
71
### Added
0 commit comments