Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v1.10.3 #772

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
9 changes: 6 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +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.10.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.2...1.10.3)

- Fix: Bury Siblings Is Not Honored [`#759`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/759)
- Fix: Skipping a card seems to permanently bury it and make it impossible to review again in the same day [`#760`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/760)
- doc: update note about the reversed card [`#699`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/699)
- Fix bugs regarding bury sibling cards [`#763`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/763)

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

> 9 October 2023

- Bump version to 1.10.2 [`#756`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/756)
- refactor: Separate business logic from user interface code [`#751`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/751)
- Remove the spaces before and after the question marks in the multi-line basic flashcards [`#719`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/719)
- chore: Update dependencies [`44e9bb6`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/44e9bb63dad5e8ab664f7582aa403386d341aa44)
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.10.2",
"version": "1.10.3",
"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.10.2",
"version": "1.10.3",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down