Skip to content

v1.5.7

Choose a tag to compare

@JikoSchnee JikoSchnee released this 31 Jul 01:30
· 69 commits to main since this release

本次更新

  • b5ed3d5 chore(release): bump version to 1.5.7

  • 4bea28f fix(desktop): harden local model setup

Keep local API failures within JSON responses and make bge-m3 downloads cancellable, time-bounded, and removable from Settings.

  • 713be0f fix(desktop): recover local server after sleep

Restart the embedded Next server when it exits unexpectedly and verify it on macOS wake. Reuse the original port so the active renderer and draft can continue using relative API requests.

  • a350eb9 fix(home): disable unavailable interview entry

Mark the home-page mock interview action as unavailable and show a disabled indicator on hover.

  • 799d6ba fix(library): keep archive filters accessible

Keep the card filters visible for empty results and provide a return path from an empty archive view.

  • 976c332 fix(updater): retain manual update status

Persist the current update result for the app session so it remains visible after returning to settings.

  • b6ab0aa feat(updater): keep update notices across pages

Check for updates when the desktop app starts and keep available release notes visible while navigating between pages.

  • 4811009 feat(updater): show release notes for new versions

Display the latest release notes beneath the new-version prompt and safely render supported HTML content.