Releases: jdcockrill/voxvibe
VoxVibe v0.4.2
VoxVibe v0.4.2
Installation
From Release Package
- Download
voxvibe-0.4.2.tar.gz - Extract:
tar -xzf voxvibe-0.4.2.tar.gz - Run:
cd voxvibe-0.4.2 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- fix: remove clipboard backup/restore functionality that crashes GNOME by @jdcockrill in #85
- Release v0.4.2 - Bugfix Release by @jdcockrill in #87
Full Changelog: v0.4.1...v0.4.2
VoxVibe v0.3.1
VoxVibe v0.3.1
Installation
From Release Package
- Download
voxvibe-0.3.1.tar.gz - Extract:
tar -xzf voxvibe-0.3.1.tar.gz - Run:
cd voxvibe-0.3.1 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- fix: add missing MIME type argument to St.Clipboard methods by @jdcockrill in #75
- 73 gum error unknown flag did you mean one of h v still happens after install completes by @jdcockrill in #76
- Release v0.3.1 by @jdcockrill in #78
Full Changelog: v0.3.0...v0.3.1
VoxVibe v0.3.0
VoxVibe v0.3.0
Installation
From Release Package
- Download
voxvibe-0.3.0.tar.gz - Extract:
tar -xzf voxvibe-0.3.0.tar.gz - Run:
cd voxvibe-0.3.0 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- fix: quote $FG variable in gum style command to prevent flag parsing … by @jdcockrill in #67
- feat: restore clipboard contents after transcription paste by @jdcockrill in #68
- feat: add post-processing capability to transcription pipeline with configurable LLM model by @jdcockrill in #69
- fix: add 30-second retry logic for system tray detection and improve … by @jdcockrill in #70
- Release v0.3.0 by @jdcockrill in #72
Full Changelog: v0.2.4...v0.3.0
VoxVibe v0.2.4
VoxVibe v0.2.4
Installation
From Release Package
- Download
voxvibe-0.2.4.tar.gz - Extract:
tar -xzf voxvibe-0.2.4.tar.gz - Run:
cd voxvibe-0.2.4 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- Fix window ID DBus interface to use string conversion by @jdcockrill in #62
- Release v0.2.4 - Bugfix Release by @jdcockrill in #64
Full Changelog: v0.2.3...v0.2.4
VoxVibe v0.2.3
VoxVibe v0.2.3
Installation
From Release Package
- Download
voxvibe-0.2.3.tar.gz - Extract:
tar -xzf voxvibe-0.2.3.tar.gz - Run:
cd voxvibe-0.2.3 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- Fix window ID interpretation as unsigned integer by @jdcockrill in #58
- Release v0.2.3 by @jdcockrill in #60
Full Changelog: v0.2.2...v0.2.3
VoxVibe v0.2.2
VoxVibe v0.2.2
Installation
From Release Package
- Download
voxvibe-0.2.2.tar.gz - Extract:
tar -xzf voxvibe-0.2.2.tar.gz - Run:
cd voxvibe-0.2.2 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- Fix install script setup.sh reference by @jdcockrill in #54
- Release v0.2.2 by @jdcockrill in #55
Full Changelog: v0.2.1...v0.2.2
VoxVibe v0.2.1
VoxVibe v0.2.1
Installation
From Release Package
- Download
voxvibe-0.2.1.tar.gz - Extract:
tar -xzf voxvibe-0.2.1.tar.gz - Run:
cd voxvibe-0.2.1 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- Enhance visual identity and fix signal handling by @jdcockrill in #50
- Adding release command for claude by @jdcockrill in #51
- Release v0.2.1 - Bugfix version update by @jdcockrill in #53
Full Changelog: v0.2.0...v0.2.1
VoxVibe v0.2.0
VoxVibe v0.2.0
Installation
From Release Package
- Download
voxvibe-0.2.0.tar.gz - Extract:
tar -xzf voxvibe-0.2.0.tar.gz - Run:
cd voxvibe-0.2.0 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- feat: add configuration mechanism by @jdcockrill in #45
- 27 store last x transcriptions in a history which can be re copied by @jdcockrill in #46
- Release 0.2.0 by @jdcockrill in #48
Full Changelog: v0.1.1...v0.2.0
VoxVibe v0.1.1
VoxVibe v0.1.1
Installation
From Release Package
- Download
voxvibe-0.1.1.tar.gz - Extract:
tar -xzf voxvibe-0.1.1.tar.gz - Run:
cd voxvibe-0.1.1 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- fix: use pipx for installation and handle existing extension cleanup by @jdcockrill in #14
- 15 nicer styling of the python application qt6 window by @jdcockrill in #16
- Update versions for release 0.0.2 by @jdcockrill in #18
- 17 release 002 by @jdcockrill in #21
- Add Claude Code GitHub Workflow by @jdcockrill in #23
- Claude/issue 22 20250619 194806 by @jdcockrill in #24
- feat: implement single-instance guard by @jdcockrill in #26
- Update to 0.0.3 by @jdcockrill in #31
- fix: update close handler to use _close_and_quit method for consisten… by @jdcockrill in #33
- 36 python application as a persistent service redesign the UX by @jdcockrill in #37
- chore: bump version numbers by @jdcockrill in #39
- Fix #40: Wayland compatibility and improve paste formatting by @jdcockrill in #41
- Bump version to 0.1.1 by @jdcockrill in #43
Full Changelog: v0.0.1...v0.1.1
VoxVibe v0.1.0
VoxVibe v0.1.0
Installation
From Release Package
- Download
voxvibe-0.1.0.tar.gz - Extract:
tar -xzf voxvibe-0.1.0.tar.gz - Run:
cd voxvibe-0.1.0 && ./install.sh
Requirements
- Python 3.11+
- GNOME Shell 48+
- Audio recording capabilities (microphone)
For detailed installation and usage instructions, see the README.
What's Changed
- fix: use pipx for installation and handle existing extension cleanup by @jdcockrill in #14
- 15 nicer styling of the python application qt6 window by @jdcockrill in #16
- Update versions for release 0.0.2 by @jdcockrill in #18
- 17 release 002 by @jdcockrill in #21
- Add Claude Code GitHub Workflow by @jdcockrill in #23
- Claude/issue 22 20250619 194806 by @jdcockrill in #24
- feat: implement single-instance guard by @jdcockrill in #26
- Update to 0.0.3 by @jdcockrill in #31
- fix: update close handler to use _close_and_quit method for consisten… by @jdcockrill in #33
- 36 python application as a persistent service redesign the UX by @jdcockrill in #37
Full Changelog: v0.0.1...v0.1.0