From 5c74e7483a915e3b07d71307ab41b1e75fc033e4 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Thu, 1 Aug 2024 12:25:44 +0300 Subject: [PATCH] Bump version to v1.12.5 (#1031) --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docs/changelog.md | 22 ++++++++++++++++++---- manifest.json | 2 +- package.json | 2 +- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc39a66..1bed66b3 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -docs/changelog.md +docs/changelog.md \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9815d5bd..651dc17d 120000 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -docs/en/contributing.md +docs/en/contributing.md \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 62df2beb..2b9f2326 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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) diff --git a/manifest.json b/manifest.json index 7106c2d2..5701fb06 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index f32bdaa4..f6db1263 100644 --- a/package.json +++ b/package.json @@ -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": {