Skip to content

Tags: xarthurx/whisperi

Tags

v0.6.9

Toggle v0.6.9's commit message
v0.6.9 — deterministic Simplified Chinese output

v0.6.8

Toggle v0.6.8's commit message
Release 0.6.8 — actual root cause for What's New after update

v0.6.7

Toggle v0.6.7's commit message
refactor: simplify — hoist LENGTH_GUARD_MAP, remove comment noise, sk…

…ip ellipsis alloc

- Move LENGTH_GUARD to prompts.ts as LENGTH_GUARD_MAP alongside TEMPERATURE_MAP
- Remove 7 section-header comments from normalize.rs tests (WHAT comments, task refs)
- Skip collapse_ellipses allocation when input contains no dots (common case)

v0.6.6

Toggle v0.6.6's commit message
fix: self-contained What's New version check in settings panel

Eliminate all cross-window IPC for the What's New modal. The settings
panel now independently compares getVersion() against its own
lastWhatsNewVersion store key — no flags, events, or focus handlers
from the overlay needed. Removes the race condition that caused 5
prior fix attempts to fail.

Bump 0.6.6.

v0.6.5

Toggle v0.6.5's commit message
fix: use cross-window event for What's New modal after update

The modal relied on an onFocusChanged fallback that fails when
tauri_plugin_window_state restores the settings window visibility.
Replace with an explicit show-whats-new event and defer flag clearing
until after changelog is read successfully.

Bump 0.6.5.

v0.6.4

Toggle v0.6.4's commit message
fix: enforce full-width punctuation in Chinese transcription output

Strengthen Chinese punctuation rules across prompt pipeline to prevent
half-width punctuation and missing sentence-ending punctuation.

v0.6.3

Toggle v0.6.3's commit message
chore: bump version to 0.6.3

v0.6.2

Toggle v0.6.2's commit message
chore: bump version to 0.6.2

v0.6.1

Toggle v0.6.1's commit message
chore: bump version to 0.6.1

v0.6.0

Toggle v0.6.0's commit message
bump version to 0.6.0 — enhancement intensity levels + What's New popup