Skip to content

Commit

Permalink
Bump version to v1.11.2 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Mar 4, 2024
1 parent 1778258 commit a3fbe1d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
24 changes: 12 additions & 12 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.11.1",
"version": "1.11.2",
"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.11.1",
"version": "1.11.2",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit a3fbe1d

Please sign in to comment.