Releases: open-spaced-repetition/obsidian-spaced-repetition-recall
Releases · open-spaced-repetition/obsidian-spaced-repetition-recall
1.12.5.13
- fix #87 errors when review new cards;
- fix data sync.
1.12.5.12
- feat #83 just add blockid when review new card.
- fix #81 add multi blockids;
1.12.5.11
- feat #78 fsrs v5 setting support enable_short_term and enable_fuzz (by @ishiko732).
- fix #77 codeblock render error;
- fix #76 sidebar note didn't show;
- fix note random review;
1.12.5.10
- 同步原插件最新分支sync upsteam branch;
- fix #72 add setting for ignored Tags;
- fix #73 use fsrs v5 algorithm;
- setting UX change;
1.12.4.9
- 同步原插件最新分支sync upsteam branch;
- fix #67 新旧笔记混合排序修复;
- fix #66 新笔记复习时,只根据文件创建时间排序;
1.12.4.8
- feat #20 卡片定位使用BlockID,会在卡片文本后追加BlockID (e.g.
^blkid1
),即修改了原笔记文件。默认关闭,但卡片定位可能不太准确,但也够用;
- feat: #63 笔记复习优先推送最早创建的笔记;
- feat: 设置项: 复习笔记时,复习顺序可混合新旧笔记(默认: 3篇到期的,然后2篇新的笔记);
- UI: iteminfo 窗口显示优化, 数据保存优化;
- chore: 延迟重排相关命令 在 关闭调试选项时也可以使用了;
1.12.4.7
- fix: #56 复习时打开了没到期的笔记;
- fix: #58 卡片复习数据显示不正确;
- iteminfo 窗口显示优化
1.12.4.5
有点bug,先不要更新这版
- feat: 同步原插件最新分支sync upsteam branch
- feat: support multi-clozes;
- feat: item info 可以显示卡片的信息了;
- feat: 如果设置了自动打开下篇笔记,在延迟某笔记后自动打开下篇笔记;
- refactor code;
- switch to ts-fsrs;
- fix #53 复习日期没有更新问题;
- fix #45 can't review card in this day latter, after burysibling cards;
1.11.1.4
- fix #47 null error;
- fix occasionally can't open flashcard modal;
- fix lint errors;