Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dispatchrabbi committed Mar 12, 2024
1 parent 29055c1 commit 5eaef9b
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

## v0.7.0

- NEW: A whole new UI and backend! The new backend is much more flexible and makes it easier for me to add several requested features like tagging, streak counters, goals that span multiple projects, and habit tracking. The new UI is also much more powerful, though I'm still kicking the tires a bit. I know that there are a number of UI changes that are a step backward here, so a special apology to those of you who are primarily mobile and/or dark mode users. Stay tuned: missing functionality will come back (better than ever) and
- NEW: You can now add tags and notes to your progress logs.
- NEW: A Dashboard page that shows your streaks and yearly activity.
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.6.4",
"version": "0.7.0",
"type": "module",
"imports": {
"src/*": "./src/*",
Expand Down

0 comments on commit 5eaef9b

Please sign in to comment.