Skip to content

v1.5.6

Choose a tag to compare

@JikoSchnee JikoSchnee released this 30 Jul 09:40
· 77 commits to main since this release

本次更新

  • f553d7e fix(environment): resolve persisted settings path at runtime

  • 6f8ee68 chore(release): bump version to 1.5.6

  • 7dafc23 feat(cards): add infinite library loading

Paginate filtered card queries and load 20 cards at a time as the library reaches its sentinel. Add a fixed top navigation control that returns to the reader's prior scroll position, while keeping the relationship picker fully searchable.

  • 41aed6f fix(cards): persist answer points when editing cards

  • cd4ef47 fix(ai): restore persisted model settings after restart

  • c64d077 feat(settings): add offline bge-m3 model setup

Add a complete local ZIP import flow for bge-m3 and persist the selected automatic or offline model source. Reorganize and standardize the settings page around the new model controls.

Test: npm test -- --run src/lib/settings.test.ts src/lib/answer-comparison.test.ts; npm run lint; npm run build