Skip to content

v1.6.2

Choose a tag to compare

@JikoSchnee JikoSchnee released this 31 Jul 10:17
· 42 commits to main since this release

本次更新

  • 40db418 chore(release): bump version to 1.6.2

  • 2d36ed3 fix(cards): stabilize tilt hover bounds

Keep card tilt active within the bounds captured on pointer entry so transform-driven hit testing cannot repeatedly reset and re-enter the hover state.

  • 91c612f feat(backup): add configurable automatic backups

Add desktop-local automatic backup scheduling, storage limits, and settings controls.\n\nTrigger backups after persisted training data changes and preserve unrelated manual backup flows.

  • cc880d2 feat(updates): show release reports on web

Render release notes as safe GFM Markdown and fetch the latest GitHub Release for the web settings page.

  • c9feb26 feat(settings): embed online README

Add a settings entry and accessible dialog that loads the latest repository README through a timeout-protected API and renders safe GFM Markdown.

  • f9455a1 fix(planner): prevent duplicate daily tasks

Only fill the remaining learning and review slots when the dashboard regenerates today's plan. Add regression coverage for repeated plan loading.

  • fa32851 refactor(hooks): satisfy exhaustive dependencies

  • 862c2d6 fix(embedding): preserve ready status for downloaded models

Align bge-m3 readiness checks with the files written by automatic downloads, and cover recovery after a server restart.