Skip to content

Commit

Permalink
Release v18
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmaster committed Dec 24, 2024
1 parent ac0c1eb commit 1903495
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "roam-memo",
"version": "17",
"version": "18",
"description": "Roam Spaced Repetition Plugin",
"author": "Jose Browne <[email protected]> (http://josebrowne.com/)",
"scripts": {
Expand Down

0 comments on commit 1903495

Please sign in to comment.