Skip to content

WritHer v1.3.0 - Opt-in Symbol mode, custom vocabulary, recognition language

Choose a tag to compare

@benmaster82 benmaster82 released this 14 Jul 11:24
· 47 commits to main since this release
2af51ee

Highlights

  • πŸ“š Custom vocabulary teach WritHer your jargon; case-insensitive whole-word, multi-word forms, longest-first
  • πŸ”’ Symbol & spelling mode (opt-in) spoken symbols and letter-by-letter spelling, now safe for prose (contractions preserved, no gluing across words)
  • 🌐 Recognition language independent from UI Auto / en / it / de
  • πŸ“‹ Clipboard restore by default (opt-in toggle to keep transcript)
  • πŸ”’ Per-session single-instance mutex (was Global, now Local - doesn't block other Windows users)
  • ⌨️ Combo hotkeys with live capture (default assistant: Ctrl+Alt+R)
  • 🎨 Per-mode widget colours
  • πŸ“œ Log viewer in Settings
  • πŸ‡©πŸ‡ͺ German locale
  • πŸ€– Ollama returns to being a manual prerequisite; assistant probes reachability with a 2s timeout and shows a toast if unavailable β€” dictation is unaffected

Installation

  1. Download WritHer-v1.3.0-win64.zip
  2. Extract the entire folder anywhere
  3. (Assistant mode only) Install Ollama and pull a model: ollama pull llama3.1:8b
  4. Run WritHer.exe
  5. Right-click the tray icon -> Settings

Verification

SHA-256:
FD04FA11DC659EF3238DE9E05FC3CD2EED670F4BFCD6E3062F1CAA1924B96366

Full changelog

See the merged PR for the 8 commits (7 corrections + docs) applied on top of the integrated fork history.