Skip to content

Commit 2c87273

Browse files
committed
v1.4.9
1 parent 99b8036 commit 2c87273

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Types of changes include:
1212

1313
## Upcoming/Unreleased
1414

15+
## 1.4.9
16+
1517
- CHANGED: The public profile page now lists projects, targets, and habits in a consistent order starting with the most recently updated. (h/t K. A. J. Klok)
1618
- CHANGED: The tab title now reflects what page you're on. (h/t varve)
1719
- SECURITY: I have had to implement some anti-bot measures on the signup page. Depending on how effective they are, I may need to implement further measures. I will do my best not to have these measures interrupt normal usage. If you are having difficulties using TrackBear and think it's because of these added anti-bot measures, please email me and let me know.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trackbear",
33
"private": true,
4-
"version": "1.4.8",
4+
"version": "1.4.9",
55
"type": "module",
66
"engines": {
77
"node": ">=22.11.0"

0 commit comments

Comments
 (0)