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 d34386f2..e7869b4c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,15 +4,16 @@ 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.12.1](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.0...1.12.1) -- Overhauled ui as described in issue [`#872`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/872) -- Fixes key listener bug from issue [`#907`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/907) -- Fixes bug from issue [`#773`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/773) -- Unrelated Tags in Card Selection Modal since version 1.12.0 [`#908`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/908) +- [Overhaul] Implementation of a more consistent & modern UI [`#899`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/899) +- Unrelated Tags in Card Selection Modal since version 1.12.0 [`#910`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/910) #### [1.12.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.2...1.12.0) +> 19 March 2024 + +- Bump version to v1.12.0 [`#905`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/905) - chore: add entry to Italian and Polish translation [`#898`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/898) - [FEAT] Command to open notes review panel - #840. [`#846`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/846) - Gui refactored into separate views | rewrite of keydown handler into event handler [`#873`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/873) @@ -36,6 +37,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [1.11.1](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.0...1.11.1) +> 22 January 2024 + +- Bump version to v1.11.1 [`#854`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/854) - chore: fix README to point to new project board [`#848`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/848) - chore: update pt-br.ts for Brazilian Portuguese translation [`#765`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/765) - chore: update dependencies [`#845`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/845) diff --git a/manifest.json b/manifest.json index dc682f38..c98166cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.12.0", + "version": "1.12.1", "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 1d59b3ee..196a524f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.12.0", + "version": "1.12.1", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {