Skip to content

Commit d11a10a

Browse files
authored
chore: bump version to v1.13.3 (#1247)
1 parent a1531e1 commit d11a10a

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/docs/changelog.md
1+
docs/docs/changelog.md

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/docs/en/contributing.md
1+
docs/docs/en/contributing.md

docs/docs/changelog.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
### [Unreleased]
8-
9-
- feat: adds support for tabs [`#1169`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1169)
10-
- fix: fixes any issues with the landscape mode of mobile devices & added documentation for UI changes[`#1194`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1194)
7+
#### [1.13.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.2...1.13.3)
8+
9+
- chore: update dependencies [`#1246`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1246)
10+
- fix: update zh-cn.ts [`#1231`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1231)
11+
- docs: Revise some of the Chinese Docs [`#1243`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1243)
12+
- fix: mobile screen rotation fix [`#1194`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1194)
13+
- refactor: clearIfNewDay [`#1226`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1226)
14+
- fix(scheduler): clear buried questions on new day [`#1199`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1199)
15+
- chore: update dependencies [`#1225`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1225)
16+
- chore: update dependencies [`#1216`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1216)
17+
- chore: update turkish translation [`#1198`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1198)
18+
- fix: Change Decks list card count box size [`#1211`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1211)
19+
- feat: add Ukrainian language support [`#1215`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1215)
20+
- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.4 [`#1191`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1191)
21+
- feat: Option for viewing sr decks and cards in tabs [`#1169`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1169)
22+
- fix: Add description to cloze settings [`#1158`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1158)
1123

1224
#### [1.13.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.1...1.13.2)
1325

26+
> 21 October 2024
27+
28+
- chore: bump version to v1.13.2 [`#1148`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1148)
1429
- refactor: make fuzzing less aggressive [`#1147`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1147)
1530
- fix(note stats): destroy grid after closing settings [`#1146`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1146)
1631
- fix(sidebar): duplicate icons & reviewQueueView undefined exception [`#1145`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1145)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-spaced-repetition",
33
"name": "Spaced Repetition",
4-
"version": "1.13.2",
4+
"version": "1.13.3",
55
"minAppVersion": "1.2.8",
66
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
77
"author": "Stephen Mwangi",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-spaced-repetition",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)