Releases: SunnyLich/Wisp-AI-Assistant
Release list
v0.7.0
Changed:
Improved Linux selection-capture handling with guarded fallback behavior.
Fixed:
Fixed Linux intent overlay shortcuts freezing or failing to trigger.
Fixed automatic selected-text capture on Linux.
Fixed Linux fallback selection capture so it handles guarded/native-host paths more reliably.
v0.6.8
Changed:
Hardened Linux CI/builds by removing unused GitHub-runner Microsoft apt sources before apt-get update.
Stabilized Windows intent overlay tests around inherited QWidget keyboard-grab methods.
Fixed:
Release artifact builds now pass the pyproject/tag version check for v0.6.8.
Linux CI and artifact builds no longer fail on unrelated packages.microsoft.com 403 metadata refresh errors.
Windows CI no longer flakes on the custom prompt keyboard-grab assertion.
v0.6.7
Changed:
Added tracked default addon_data for MCP Bridge and UI Lab.
Moved addon settings into per-addon addon_data settings files, with legacy addons.json fallback.
Improved optional TTS installer terminal launching on Linux/macOS.
Persisted optional TTS installer status across Settings reopen.
Hardened Linux Super/Hyper hotkey capture.
Updated website/docs/i18n release copy and bumped version to 0.6.7.
Fixed:
Kokoro installs no longer look healthy after reopen if runtime/Torch verification failed.
Linux terminal installer fallback when the first emulator exits immediately.
Linux Super+Shift+S capture crash in Settings.
CI workflow test was updated for the release branch behavior.
v0.6.6
Changed:
Added repo/dev updater path from Settings.
Added Linux packaged update progress/failure UI.
Streamed TTS playback in chunks so fast-forward affects spoken audio.
Ignored native hotkeys while Settings is open.
Added pip recovery wrapper for broken package metadata.
Pinned shared AI/runtime/build dependencies more tightly.
Fixed:
Repo/dev update button trying to apply packaged release artifacts.
Silent/unclear Linux portable update installs.
TTS audio not respecting chat fast-forward.
Hotkey remapping triggering intent flow while recording.
Broken pip installs from missing RECORD metadata.
Dependency install failures from unavailable/floating pins like tokenizers, CUDA torch, and mismatched setuptools.
v0.6.5
Changed:
Added UI Lab label tooling, including label metadata support and a label editor UI.
Updated addon manager/store handling for the new UI Lab label workflow.
Improved bubble transcript, chat rendering, and text annotation handling.
Updated website/docs/packaging metadata for the 0.6.5 release.
Added regression coverage for UI crash recovery, Linux intent overlay key handling, macOS Quartz avoidance, and UI boundary rules.
Fixed:
Linux portable builds could crash when toggling context chips in the intent overlay because the UI process started a fragile native pynput keyboard listener.
Unexpected UI worker crashes now trigger a UI worker restart instead of bringing down all of Wisp.
Snip overlay delayed focus/grab logic no longer runs after the overlay is closed.
macOS Snip App-region preselect no longer imports Quartz inside the UI worker by default, reducing native UI-process crash risk.
CUDA/GPU TTS installation no longer fails quietly when the CUDA path cannot be installed correctly.
v0.6.4
Changed:
Fixed the Windows updater helper so it actually applies packaged updates instead of silently failing after Wisp closes.
Replaced brittle PowerShell Split-Path / Expand-Archive behavior with safer path handling and .NET zip extraction.
Changed update extraction to use a short temp folder to avoid Windows path-length failures in packaged builds.
Adjusted helper launch flags so the updater progress window and apply flow run reliably.
Added updater smoke tools that test both fake installs and real packaged install copies.
Fixed:
Settings could freeze/crash while opening the TTS/Kokoro section because CUDA detection imported ctranslate2 on the Qt UI thread.
CUDA auto-detection now uses nvidia-smi instead, avoiding heavy native ML imports during Settings startup.
v0.6.2
Added Text annotation rendering infrastructure for addon in the chat bubble and chat window.
App icon should now appear in sidebar.
Kokoro/local TTS improvements: better install modes for CPU/GPU, CUDA package selection, Torch/CUDA status checks, Kokoro asset preparation, warmup progress messages, and clearer diagnostics.
Runtime warmup UX: local voice preparation now reports progress instead of looking stuck.