File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 1.13.0] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.9...1.13.0 )
8+
9+ - docs: document custom cloze patterns [ ` #1118 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1118 )
10+ - refactor: parser & cloze patterns [ ` #1117 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1117 )
11+ - fix(ui): render markdown content for questions in nested lists [ ` #1114 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1114 )
12+ - fix(ui): render markdown content for questions in nested lists (#1114 ) [ ` #1113 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/1113 )
13+
714#### [ 1.12.9] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.8...1.12.9 )
815
16+ > 6 October 2024
17+
18+ - chore: bump version to v1.12.9 [ ` #1109 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1109 )
919- chore: add linting for camelcase variables [ ` #1098 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1098 )
1020- refactor: move the statistics to the plugin's settings [ ` #1096 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1096 )
1121- fix: remove caret from package manager definition [ ` #1095 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1095 )
Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-spaced-repetition" ,
33 "name" : " Spaced Repetition" ,
4- "version" : " 1.12.9 " ,
4+ "version" : " 1.13.0 " ,
55 "minAppVersion" : " 1.2.8" ,
66 "description" : " Fight the forgetting curve by reviewing flashcards & entire notes." ,
77 "author" : " Stephen Mwangi" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-spaced-repetition" ,
3- "version" : " 1.12.9 " ,
3+ "version" : " 1.13.0 " ,
44 "description" : " Fight the forgetting curve by reviewing flashcards & entire notes." ,
55 "main" : " main.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments