From 19034950e17d11c3160abc9332504e8863a135a2 Mon Sep 17 00:00:00 2001 From: Jose Browne Date: Mon, 23 Dec 2024 22:57:38 -0400 Subject: [PATCH] Release v18 --- CHANGELOG.md | 22 ++++++++++++++++++++-- package.json | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ad3df..6180175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,35 @@ Generated by the awesome [`auto-changelog`](https://github.com/CookPete/auto-changelog) package 👏🏽. +## [v18](https://github.com/digitalmaster/roam-memo/compare/v17...v18) - 23 December 2024 + +### New Features + +- Shuffle cards in place [`2baba83`](https://github.com/digitalmaster/roam-memo/commit/2baba837b863c4c029aafeade261eecf80ecf07a) + +### Bug Fixes + +- Fix blank card issue on grade [`268100f`](https://github.com/digitalmaster/roam-memo/commit/268100f02667327366c4c333f5558b61784b63f6) +- Dark Theme Tag Selector Color Issue [`7263d79`](https://github.com/digitalmaster/roam-memo/commit/7263d7997ae72ba333ceaba120c76bcb398fd85c) +- Dark Theme Button Color Issue [`e5d613a`](https://github.com/digitalmaster/roam-memo/commit/e5d613a96cbab51ce2655f553fb04ef35f9cae87) + +### Other Changes + +- Refactor: Breakdown queries.ts [`dec21b2`](https://github.com/digitalmaster/roam-memo/commit/dec21b2a12d7455dc22b091d0e7aab3745d4ebe5) +- Add release script [`ac0c1eb`](https://github.com/digitalmaster/roam-memo/commit/ac0c1eba1ed86bdcb920b6ef09009e71f0d3d7f8) +- Fix settings behavior [`758496c`](https://github.com/digitalmaster/roam-memo/commit/758496cc145b38b4ac242cb9465bda798052f7d8) +- Add repomix config [`6e7d177`](https://github.com/digitalmaster/roam-memo/commit/6e7d1772c6dd4c06d732dd723602dffe8d9d29da) ## [v17](https://github.com/digitalmaster/roam-memo/compare/v16...v17) - 20 May 2024 ### Bug Fixes -- Handle changing back to spaced repetition mode during practice [`354a07d`](https://github.com/digitalmaster/roam-memo/commit/354a07dee9c004d8e9135bdd721a41c3efdbc7ed) +- Handle changing back to spaced repetition mode during practice [`fc33195`](https://github.com/digitalmaster/roam-memo/commit/fc331952247e082f67fb5f47555b8eec64474e00) ### Other Changes - Refactor: Create shared field values parser [`572eb87`](https://github.com/digitalmaster/roam-memo/commit/572eb872ca375e54b6fe238b18074be20d48fc97) - Improve Readme [`aa901fb`](https://github.com/digitalmaster/roam-memo/commit/aa901fbb6b4425891f9375068b25737eeeae2fa8) -- Ensure tests run on consistent timezone [`b653531`](https://github.com/digitalmaster/roam-memo/commit/b653531478cb44dda2f8ecfc7920405fc3b0e88e) +- Ensure tests run on consistent timezone [`8d60589`](https://github.com/digitalmaster/roam-memo/commit/8d60589e57ba15f64c5fb87cbfd230724976f978) ## [v16](https://github.com/digitalmaster/roam-memo/compare/v15...v16) - 7 April 2024 ### New Features diff --git a/package.json b/package.json index 53fb98b..3de5d7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roam-memo", - "version": "17", + "version": "18", "description": "Roam Spaced Repetition Plugin", "author": "Jose Browne (http://josebrowne.com/)", "scripts": {