Skip to content

Commit

Permalink
Bump version to v1.11.0 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Jan 9, 2024
1 parent 4549ea7 commit 276041a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
16 changes: 10 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ 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.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.5...1.11.0)

- Feat: Support richer set of flashcard ordering during review; e.g. random card from random deck [`#814`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/814)
- Bug fix Problem with nested list item's indentation [`#800`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/800)
- Bug fix Problem with nested list item's indentation [`#812`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/812)
- Bug Cloze Breaks When }} Encountered [`#799`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/799)
- Bug fix: When reviewing an entire note, the metadata is applied incorrectly (on top of the already existing metadata) [`#776`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/776)
- chore: Update dependencies [`#824`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/824)
- Support richer set of flashcard ordering during review [`#820`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/820)
- Bug 800/812 nested lists indentation [`#818`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/818)
- Bug 799 Cloze Breaks When }} Encountered [`#816`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/816)
- Bug: review note corrupts metadata for files with cr/lf line endings 776 [`#802`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/802)
- Update manifest.json [`#793`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/793)

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

> 12 November 2023
- Bump version to v1.10.5 [`#789`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/789)
- Bug edit flashcard sometimes corrupts question text in file [`#784`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/784)
- Bug note review invalid metadata 764 [`#782`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/782)

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

0 comments on commit 276041a

Please sign in to comment.