Skip to content

v1.29.3

Choose a tag to compare

@goodroot goodroot released this 04 May 16:06
· 338 commits to main since this release

Bug Fixes

  • Tray: Fixed error:model_missing appearing for faster-whisper users. The model_exists() check was falling through to the pywhispercpp ggml file lookup for any unrecognised backend. Now uses an import-based check, matching the existing onnx-asr
    pattern.

  • ydotool version detection: Added rpm fallback alongside the existing dpkg and pacman checks. Without it, ydotool 1.0+ was falsely reported as 0.1.0 on openSUSE, Fedora, and RHEL-based systems. (PR #170, @Legend28469)