File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,7 @@ docs/vaults/*/.obsidian
3535
3636# env
3737env.sh
38+
39+ # AI Tooling
40+ .claude /
41+ .sourcerer /
Original file line number Diff line number Diff line change @@ -4,8 +4,20 @@ 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.4] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.3...1.13.4 )
8+
9+ - chore: bump docs dependencies [ ` #1334 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1334 )
10+ - fix: add check to make sure card context exists [ ` #1281 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1281 )
11+ - chore: bump dependencies [ ` #1333 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1333 )
12+ - chore(deps-dev): bump esbuild from 0.23.1 to 0.25.0 [ ` #1332 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1332 )
13+ - chore(lang): fix formatting [ ` #1331 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1331 )
14+ - feat: add Dutch translation [ ` #1327 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1327 )
15+
716#### [ 1.13.3] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.2...1.13.3 )
817
18+ > 23 March 2025
19+
20+ - chore: bump version to v1.13.3 [ ` #1247 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1247 )
921- chore: update dependencies [ ` #1246 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1246 )
1022- fix: update zh-cn.ts [ ` #1231 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1231 )
1123- docs: Revise some of the Chinese Docs [ ` #1243 ` ] ( https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1243 )
Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-spaced-repetition" ,
33 "name" : " Spaced Repetition" ,
4- "version" : " 1.13.3 " ,
4+ "version" : " 1.13.4 " ,
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.13.3 " ,
3+ "version" : " 1.13.4 " ,
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