Tags: xarthurx/whisperi
Tags
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)
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.
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.
PreviousNext