From 276041ab3d89627136ddb2dba432ce3412c30bff Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Tue, 9 Jan 2024 21:38:37 +0300 Subject: [PATCH] Bump version to v1.11.0 (#832) --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docs/changelog.md | 16 ++++++++++------ manifest.json | 2 +- package.json | 2 +- 5 files changed, 14 insertions(+), 10 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 cbdb9684..a9f239b5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,16 +4,20 @@ 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] +#### [1.11.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.5...1.11.0) -- Feat: Support richer set of flashcard ordering during review; e.g. random card from random deck [`#814`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/814) -- Bug fix Problem with nested list item's indentation [`#800`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/800) -- Bug fix Problem with nested list item's indentation [`#812`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/812) -- Bug Cloze Breaks When }} Encountered [`#799`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/799) -- Bug fix: When reviewing an entire note, the metadata is applied incorrectly (on top of the already existing metadata) [`#776`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/776) +- chore: Update dependencies [`#824`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/824) +- Support richer set of flashcard ordering during review [`#820`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/820) +- Bug 800/812 nested lists indentation [`#818`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/818) +- Bug 799 Cloze Breaks When }} Encountered [`#816`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/816) +- Bug: review note corrupts metadata for files with cr/lf line endings 776 [`#802`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/802) +- Update manifest.json [`#793`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/793) #### [1.10.5](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.4...1.10.5) +> 12 November 2023 + +- Bump version to v1.10.5 [`#789`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/789) - Bug edit flashcard sometimes corrupts question text in file [`#784`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/784) - Bug note review invalid metadata 764 [`#782`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/782) diff --git a/manifest.json b/manifest.json index 67edea0c..a1a13dff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.10.5", + "version": "1.11.0", "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 20d74f24..38643da8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.10.5", + "version": "1.11.0", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {