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 5b57e738..8a8ace6d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,22 +4,22 @@ 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.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.1...1.11.2) -- Fixes [BUG] Malformed card text during review, when multi-line card has space on Q/A separator line https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/853 - -#### [Unreleased] - -- Fixes bug #815 HTML review comment deactivates block identifier https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/815 - -##### Changed - -- Improved how spacing between the buttons was done -- Centered the button groups, which wheren't centered -- Fixed a hack in the response of the cram card mode +- Add polish translation [`#889`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/889) +- Add support for Italian [`#886`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/886) +- update dependencies [`#892`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/892) +- update `zh` translate [`#871`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/871) +- fix card isNew [`#874`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/874) +- Fix implemented and tested [`#867`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/867) +- Implementation of some little UI improvements [`#869`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/869) +- Support Obsidian block IDs on same line as flashcard scheduling comment [`#856`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/856) #### [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 c50c6273..2ff125f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.11.1", + "version": "1.11.2", "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 61d34b0e..43f845af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.11.1", + "version": "1.11.2", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {