Commit graph

3 commits

Author SHA1 Message Date
David Perov
e30ee9c25e feat: home stats, processing stop/retry, uniform hotkey editing, support link
- Words statistics on the home page (month / all-time / words-per-minute), minimalist layout
- Live processing row in history with stop/cancel; retry for interrupted & failed entries (voice/file/call); startup reconciliation of orphaned jobs
- Uniform hotkey editing across OSes: physical-key (event.code) capture + apply-on-keydown on macOS
- Contact-support button and a GitHub link next to the version
- Stop ducking other apps audio: check mic permission via the Permissions API instead of opening getUserMedia at startup
- CI workflow running cargo check on macOS/Windows/Linux on push and PR
2026-06-22 00:24:40 +03:00
David Perov
7dd5f54174 Release v0.1.11 2026-04-27 04:22:56 +03:00
David Perov
3328e5d9fb chore: bump version to 0.1.10
- fix: paste via CGEvent with Command flag baked in (no more stray 'v')
- fix: local STT mode bypasses API key check (Speaches needs no auth)
- fix: Speaches returns 500 on verbose_json — use json for local endpoints
- fix: language param now sent to Speaches (prevents foreign-script hallucinations)
- fix: business style now strips ну вот/слушай/ну ладно fillers
- feat: local model instructions collapsible in settings
- fix: correct GitHub repo link in settings
- chore: add testing_plan.md, release review v0.1.10
2026-04-20 19:19:22 +03:00