v0.1.13
jamiepine/voiceboxv0.1.13Feb 23, 2026by github-actions[bot]
AI Summary
This release focuses on stability and reliability improvements across multiple areas including model selection, MLX bundling for Apple Silicon, file handling, media device security, and UX enhancements.
Key Highlights
- Fixed model selection bug where selecting 0.6B model was downloading 1.7B
- Fixed MLX native libs bundling and broadened error handling for Apple Silicon
- Fixed non-ASCII filename handling in Content-Disposition headers
- Guarded getUserMedia call against undefined mediaDevices in non-secure contexts
- Added confirmation await before deleting voices and channels
- Fixed audio export path resolution
- Added @tailwindcss/vite plugin to web config
- Created requirements.txt for dependencies
New Features
- Model selection bug fix
- MLX native libs bundling for Apple Silicon
- Non-ASCII filename handling in headers
- mediaDevices security guard
- Delete confirmation dialogs
- Audio export path resolution
- Tailwind Vite plugin integration
- Requirements.txt creation
Full Release Notes
## What's Changed ### Stability and reliability - [#95](https://github.com/jamiepine/voicebox/pull/95) Fix: selecting 0.6B model still downloads and uses 1.7B - [#93](https://github.com/jamiepine/voicebox/pull/93) fix(mlx): bundle native libs and broaden error handling for Apple Silicon - [#79](https://github.com/jamiepine/voicebox/pull/79) fix: handle non-ASCII filenames in Content-Disposition headers - [#78](https://github.com/jamiepine/voicebox/pull/78) fix: guard getUserMedia call against undefined mediaDevices in non-secure contexts - [#77](https://github.com/jamiepine/voicebox/pull/77) fix: await for confirmation before deleting voices and channels - [#128](https://github.com/jamiepine/voicebox/pull/128) fix: resolve multiple issues (#96, #119, #111, #108, #121, #125, #127) - [#40](https://github.com/jamiepine/voicebox/pull/40) Fix: audio export path resolution ### Build and packaging - [#122](https://github.com/jamiepine/voicebox/pull/122) fix(web): add @tailwindcss/vite plugin to web config - [#126](https://github.com/jamiepine/voicebox/pull/126) Create requirements.txt ### UX and docs - [#44](https://github.com/jamiepine/voicebox/pull/44) Enhances floating generate box UX - [#57](https://github.com/jamiepine/voicebox/pull/57) chore: updates repo URL in README - [#146](https://github.com/jamiepine/voicebox/pull/146) Add Spacebot banner to landing page - [#1](https://github.com/jamiepine/voicebox/pull/1) Improvements