You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.