diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 01e7083a..05f6d1d9 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [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; diff --git a/manifest.json b/manifest.json index a00b02e3..6101c63a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition-recall", "name": "Spaced Repetition Recall", - "version": "1.12.5.10", + "version": "1.12.5.11", "minAppVersion": "1.2.8", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Newdea", diff --git a/package.json b/package.json index 55af6b09..387a7903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.12.5.10", + "version": "1.12.5.11", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {