github goodroot/hyprwhspr v1.18.10
1.18.10

latest releases: v1.23.0, v1.22.1, v1.22.0...
one month ago

New Features

External hotkey support - Control recording from any hotkey system (KDE, GNOME, sxhkd, Espanso, etc.):

hyprwhspr record start    # Start recording
hyprwhspr record stop     # Stop recording
hyprwhspr record toggle   # Toggle recording on/off
hyprwhspr record status   # Check current status

Bind to your desktop's native shortcuts:

# KDE/GNOME custom shortcut
hyprwhspr record toggle

# Hyprland (when not using grab_keys)
bind = SUPER ALT, D, exec, hyprwhspr record toggle

Filler word filtering - Automatically remove "uh", "um", "er" and other filler words:

{
    "filter_filler_words": true,  // Enable automatic removal (default: false)
    "filler_words": ["uh", "um", "er", "ah", "eh", "hmm", "hm", "mm", "mhm"]  // Customize list
}

Bug Fixes

  • Fixed audio feedback on Debian/Ubuntu - Audio feedback now falls back to WAV format when OGG playback produces white noise (#105)
  • Fixed Homebrew/Linuxbrew Python detection - The launcher now correctly detects Homebrew-managed Python and uses system Python for CLI commands (#104)
  • Improved dependency error messages - When python-rich is missing, error now shows which Python interpreter is being used to help diagnose version mismatches

Full Changelog: v1.18.9...v1.18.10

Don't miss a new hyprwhspr release

NewReleases is sending notifications on new releases.