v1.5.6
本次更新
-
f553d7efix(environment): resolve persisted settings path at runtime -
6f8ee68chore(release): bump version to 1.5.6 -
7dafc23feat(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.
-
41aed6ffix(cards): persist answer points when editing cards -
cd4ef47fix(ai): restore persisted model settings after restart -
c64d077feat(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