v1.6.2
本次更新
-
40db418chore(release): bump version to 1.6.2 -
2d36ed3fix(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.
91c612ffeat(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.
cc880d2feat(updates): show release reports on web
Render release notes as safe GFM Markdown and fetch the latest GitHub Release for the web settings page.
c9feb26feat(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.
f9455a1fix(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.
-
fa32851refactor(hooks): satisfy exhaustive dependencies -
862c2d6fix(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.