Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dispatchrabbi committed Oct 12, 2024
1 parent 30fd8dd commit 1423ccc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.0

- NEW: Leaderboards now allow participants to set their own goals! If you are running a community event where everyone sets their own goals, but you want a community leaderboard, this feature is for you. You can find the setting when you make a new leaderboard or configure an existing one. If you change an existing leaderboard to individual goal mode, existing participants will have to set their own goals before they show up on the leaderboard, which they can do under "Edit Your Participation".
- CHANGED: The "Edit Filters" button on the Leaderboard page now reads "Edit Your Participation".
- FIXED: The x-axis for project, goal, and leaderboard graphs will no longer accidentally be shifted earlier by a day.
Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ These are in no particular order. Which isn't to say they _aren't_ in any order.
- [ ] Make it clearer when a goal has been met (h/t Liv)
- [ ] Leaderboards
- [ ] Allow owners to remove (or ban?) participants from leaderboards
- [ ] Progress to individual goals
- [X] Progress to individual goals
- [ ] Multiple goals (a la "stretch goals")
- [ ] Add yourself more than once
- [ ] Allow board owners to rotate the join code
Expand All @@ -56,7 +56,7 @@ These are in no particular order. Which isn't to say they _aren't_ in any order.
- [ ] Dashboard
- [ ] Dashboard could be more fun/welcoming
- [ ] Show starred leaderboards on dashboard
- [ ] Show starred projects on dashboard
- [X] Show starred projects on dashboard
- [ ] Show lifetime counts on dashboard
- [X] Grand Totals page
- [X] Overall total
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.15.5",
"version": "0.16.0",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0"
Expand Down

0 comments on commit 1423ccc

Please sign in to comment.