Skip to content

Releases: Pavun57/typist

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 09:30
release: v0.3.0 — voice commands, memory, context-aware typing, UI re…

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:58
fix: preserve speaker tone and slang in AI grammar fixes

- rules and few-shot examples now keep casual tone, slang, contractions
- README: document right-click Open method for macOS Gatekeeper
- bump version to 0.2.7

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:17
fix: anchor AI cleanup output with few-shot examples and strip meta-c…

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:53
feat: in-app self-update for deb installs via pkexec dpkg -i

- bump version to 0.2.5

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:38
feat: show 'Installing update' status before restart on auto-update

- bump version to 0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:33
fix: flatten transcript to a single line before typing

Newlines from speech pauses were typed as Enter, sending half-finished
messages in chat apps.
- bump version to 0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:43
fix: auto-update robustness

- deb/rpm installs no longer download updates (pkexec failure); they show
  a notice and a Download button opening the Releases page instead
- space-free NSIS artifact name so latest.yml matches the release asset
- bump version to 0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:28
fix: harden AI cleanup prompt against reply-style output and tone drift

- dictated text wrapped in delimiters, explicit never-respond instruction
- default to MESSAGE on ambiguity; temperature lowered to 0.2
- grammar fixes now strictly minimal-edit, preserving the speaker's tone
- strip wrapping quotes from model output
- bump version to 0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:12
feat: AI cleanup with Groq, OpenRouter, and NVIDIA NIM providers

- post-transcription LLM pass: prompts enhanced, messages grammar-fixed
- optional translate-to-English toggle (tone-matched)
- free-tier providers with encrypted key storage and Test key button
- live model list fetched from the provider
- new 'Polishing with AI' overlay state; cleanup errors surfaced
- bump version to 0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:34
feat: app icon, Linux autostart fix, chunked Sarvam transcription for…