File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2323 run : npm install -g pnpm && pnpm install
2424
2525 - name : Lint
26- run : pnpm lint
26+ run : pnpm lint || (echo && echo "Run 'pnpm format' to fix." && exit 1)
2727
2828 - name : Test
2929 run : pnpm test
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Fight the forgetting curve & note aging by reviewing flashcards & notes using sp
3535
36361 . FSRS
3737
38- - [ ] Store scheduling info in a dedicated file
38+ - [ ] Store scheduling info in a dedicated file ( ` .yaml ` )
3939- [ ] Migrate from one storage system to another
4040- [ ] Implement FSRS
4141- [ ] Update documentation
Original file line number Diff line number Diff line change @@ -4,8 +4,19 @@ 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.12.9] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.8...1.12.9 )
8+
9+ - chore: add linting for camelcase variables [ ` #1098 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1098 )
10+ - refactor: move the statistics to the plugin's settings [ ` #1096 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1096 )
11+ - fix: remove caret from package manager definition [ ` #1095 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1095 )
12+ - refactor: update settings [ ` #1094 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1094 )
13+ - fix: sidebar note display [ ` #1093 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1093 )
14+
715#### [ 1.12.8] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.7...1.12.8 )
816
17+ > 25 September 2024
18+
19+ - chore: bump version to v1.12.8 [ ` #1092 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1092 )
920- feat: added delay option for the review buttons [ ` #1049 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1049 )
1021- fix: ignore \* _ /_ .excalidraw.md files by default [ ` #1090 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1090 )
1122- fix: Only consider filtered notes for next note [ ` #1089 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1089 )
Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-spaced-repetition" ,
33 "name" : " Spaced Repetition" ,
4- "version" : " 1.12.8 " ,
4+ "version" : " 1.12.9 " ,
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.8 " ,
3+ "version" : " 1.12.9 " ,
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