You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- feat: Better landing page & fixed some bug in the deck info [`#1473`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1473)
10
+
- fix: fixed that links in cards weren't working properly & fixed that not all decks at once were reviewable [`#1472`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1472)
11
+
- fix: Fix small UI bugs & implementing a delete schedule option in the file menu of notes [`#1470`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1470)
12
+
- fix: close modal on jump [`#1432`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1432)
- chore(deps-dev): bump eslint-plugin-unicorn from 63.0.0 to 64.0.0 [`#1443`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1443)
26
+
- chore(deps-dev): bump the minor-and-patch group with 3 updates [`#1442`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1442)
27
+
- chore: group dependabot updates to reduce noise [`#1441`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1441)
28
+
- chore(deps-dev): bump esbuild from 0.27.3 to 0.27.4 [`#1440`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1440)
29
+
- chore(deps-dev): bump @typescript-eslint/parser from 8.56.1 to 8.57.2 [`#1439`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1439)
30
+
- chore(deps-dev): bump typescript-eslint from 8.56.1 to 8.57.2 [`#1438`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1438)
31
+
- chore(deps-dev): bump jest from 30.2.0 to 30.3.0 [`#1437`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1437)
32
+
- chore(deps-dev): bump jest-environment-jsdom from 30.2.0 to 30.3.0 [`#1436`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1436)
33
+
- chore(deps): bump ffurrer2/extract-release-notes from 2 to 3 [`#1435`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1435)
34
+
- chore: add dependabot and update testing workflow [`#1433`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1433)
35
+
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates [`#1430`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1430)
36
+
- chore(deps): bump yaml from 2.8.2 to 2.8.3 in the npm_and_yarn group across 1 directory [`#1429`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1429)
37
+
- chore(deps): bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory [`#1428`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1428)
38
+
- chore(deps): bump flatted from 3.4.1 to 3.4.2 in the npm_and_yarn group across 1 directory [`#1424`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1424)
39
+
- chore(deps): bump flatted from 3.3.3 to 3.4.1 in the npm_and_yarn group across 1 directory [`#1422`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1422)
- feat: Added an again button for same day review & adjusted some small visual things [`#1417`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1417)
11
48
- fix: Fixed that opening cards in a note lead to the plugin crashing sometimes [`#1416`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1416)
Copy file name to clipboardExpand all lines: manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"id": "obsidian-spaced-repetition",
3
3
"name": "Spaced Repetition",
4
-
"version": "1.13.9",
4
+
"version": "1.14.0",
5
5
"minAppVersion": "1.2.8",
6
6
"description": "Fight the forgetting curve by reviewing flashcards & entire notes using spaced repetition. Organize your flashcards into decks and learn only the cards you need to recall.",
0 commit comments