Skip to content

Commit

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

## Upcoming/Unreleased

## 0.8.0

- NEW: Goals! Set a progress target for a project or set of tags, or build a writing habit and see how long you can keep the streak going. Click on "Goals" on the sidebar to try them out.
- FIXED: Time-based projects now correctly show the total number of hours on the project list page. (h/t AngelDreamer)

## 0.7.2

- NEW: You can now edit and delete progress entries. (h/t Robot)
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.7.2",
"version": "0.8.0",
"type": "module",
"imports": {
"src/*": "./src/*",
Expand Down

0 comments on commit 937c5a4

Please sign in to comment.