Skip to content

Commit

Permalink
v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dispatchrabbi committed Oct 21, 2024
1 parent cba9c89 commit f18eb3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Types of changes include:

## Upcoming/Unreleased

## 0.16.1

- NEW: You can now sort your projects page by phase, title, or last updated. For "last updated", projects that have never been updated will be last. (h/t Ren the Ghost)
- NEW: Projects can now be in "planning" and "outlining" phases. Colors for each phase have also been tweaked slightly. (h/t Inkyrius)
- CHANGED: Starred projects, goals, and leaderboards in the sidebar are now sorted by title.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "writing-tracker",
"private": true,
"version": "0.16.0",
"version": "0.16.1",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0"
Expand Down

0 comments on commit f18eb3c

Please sign in to comment.