1.8.1
skaldlabs/skald1.8.1Apr 4, 2026by Kieirra
AI Summary
This patch release addresses a critical macOS issue where Space and other shortcuts were not detected. It includes fixes for a sidebar shortcut conflict, support for virtual microphones, and security updates for dependencies.
Key Highlights
- Fixed critical macOS shortcut detection by replacing the event listener with a polling-based approach
- Removed conflicting Ctrl+B shortcut that could hide the sidebar
- Added support for virtual microphones in the device list (e.g., Nvidia Broadcast)
- Improved Voice Mode with beta tag and CPU usage warning
- Applied security updates to dependencies
New Features
- Allow virtual microphones in device list
- Add beta tag and CPU usage warning for Voice Mode
- Security updates for dependencies
Full Release Notes
# Murmure 1.8.1 This patch release fixes a critical issue on macOS where shortcuts (including Space) were not detected, along with several smaller fixes. --- ## Bug Fixes - **(macOS) Fix shortcuts not working** - Space and other shortcuts were not detected on macOS. Replaced rdev event listener with polling-based approach. - Remove Ctrl+B shortcut that could hide sidebar ([#266](https://github.com/Kieirra/murmure/issues/266)). - Allow virtual microphones in device list, e.g. Nvidia Broadcast ([#164](https://github.com/Kieirra/murmure/issues/164)). - Add beta tag and CPU usage warning for Voice Mode. - Security updates for dependencies. --- See full [CHANGELOG](https://github.com/Kieirra/murmure/blob/main/CHANGELOG.md).