Skip to content

OpenDictate v0.1.8

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:54

v0.1.8 — Windows Stability Release


🛠️ Fixed

  • Model storage on Windows: models_dir() no longer panics when HOME is unset on stock Windows. Models now store under %LOCALAPPDATA%\opendictate\models, while Linux and macOS keep their historical paths.
  • Clipboard restore: Paste-insert no longer permanently destroys your clipboard on Windows and macOS, as save/restore functionality is now cross-platform.
  • Hotkey failure notification: A failed hotkey registration at startup now properly notifies the user instead of leaving the app silently hotkey-less.
  • Single-instance guard: tauri-plugin-single-instance now prevents multiple app instances from running simultaneously, addressing a previous gap on Windows.
  • Windows autostart: Implemented via HKCU\Run without requiring admin rights, while macOS keeps its existing stub.

Improved

  • notify-rust fix: Resolved a Windows build issue by moving it to the correct target section in Cargo.toml.