diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 7f777332..22f188c0 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -4,10 +4,26 @@ 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). +#### [1.13.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.1...1.13.2) + +- refactor: make fuzzing less aggressive [`#1147`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1147) +- fix(note stats): destroy grid after closing settings [`#1146`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1146) +- fix(sidebar): duplicate icons & reviewQueueView undefined exception [`#1145`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1145) +- fix: picking up of inline reversed cards [`#1143`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1143) +- fix(multiline cards): the Qn should start from the immediate empty line above it [`#1142`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1142) +- fix(load balancer): update due dates histogram after review [`#1141`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1141) +- feat: add note stats [`#1140`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1140) +- chore(git hook): add precommit-hook to handle validation checks [`#903`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/903) +- feat: add load balancer setting [`#1139`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1139) +- ci: add codecov [`#1131`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1131) +- fix: link to docs for cloze patterns setting [`#1127`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1127) + #### [1.13.1](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.0...1.13.1) +> 14 October 2024 + +- fix: cloze patterns settings upgrade [`#1126`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1126) - docs: update README links [`#1120`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1120) -- fix: cloze patterns settings upgrade [`b765abc`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/b765abc6de9377761098ebf6c4295fe3795bc04e) #### [1.13.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.9...1.13.0) diff --git a/manifest.json b/manifest.json index 265ffd0a..a5674bbd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.13.1", + "version": "1.13.2", "minAppVersion": "1.2.8", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", diff --git a/package.json b/package.json index 91c58674..84a30a97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.13.1", + "version": "1.13.2", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {