Skip to content

Commit

Permalink
Bump version to v1.12.0 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Mar 19, 2024
1 parent 7f7d2bb commit 7817705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.2...1.12.0)

- 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)
- Make reset button (flashcard review modal) enabled for both new and due cards [`#650`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/650)
- Support multi-deck cards #495, and multiple decks in a single note #705 [`#834`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/834)
- fix(reset button): restore #650 [`7f7d2bb`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/7f7d2bbd20bb94b6ad8e737d40c76b2aef9c5b49)

#### [1.11.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.1...1.11.2)

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.2",
"version": "1.12.0",
"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.2",
"version": "1.12.0",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 7817705

Please sign in to comment.