Skip to content

Commit

Permalink
Bump version to v1.12.5 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Aug 1, 2024
1 parent 3228e9c commit 5c74e74
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
22 changes: 18 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [Unreleased]

- RTL support https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/335
- Fixed notes selection when all notes are reviewed. [`#548`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/548)
#### [1.12.5](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.4...1.12.5)

- Support RTL flashcards specified by frontmatter "direction" attribute [`#935`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/935)
- FEAT-990 Mobile landscape mode and functional size sliders [`#998`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/998)
- [FIX] Cards missing when horizontal rule present in document [`#970`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/970)
- Filter due notes when all are scheduled [`#947`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/947)
- fix #1000 sidebar indent [`#1001`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1001)
- [FIX] Include link parsing for Review context [`#964`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/964)
- [FIX] Not scroll back to top after review [`#971`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/971)
- [FIX] Folder ignore sorts all folder starting with string [`#972`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/972)
- add translation: zh-cn [`#982`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/982)
- Improved issue templates [`#963`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/963)
- Update German localization [`#961`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/961)
- Filter due notes when all are scheduled (#947) [`#548`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/548)
- fix #1000 sidebar indent (#1001) [`#1000`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/1000)

#### [1.12.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.3...1.12.4)

> 20 April 2024
- Bump version to v1.12.4 [`#940`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/940)
- chore: fix package manager issue in CI [`#939`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/939)
- Missing flashcards (bug introduced in 1.12.0) [`#927`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/927)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-spaced-repetition",
"name": "Spaced Repetition",
"version": "1.12.4",
"version": "1.12.5",
"minAppVersion": "0.15.4",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"author": "Stephen Mwangi",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-spaced-repetition",
"version": "1.12.4",
"version": "1.12.5",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 5c74e74

Please sign in to comment.