From ccc005d5d9f893d3abf5fefc0469f4944e08d731 Mon Sep 17 00:00:00 2001 From: Newdea <9208450+Newdea@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:08:11 +0800 Subject: [PATCH] chore: update docs and version 1.12.5.11 --- docs/docs/changelog.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {