Skip to content

Commit

Permalink
v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Nov 8, 2024
1 parent 10ccf2a commit ed87c4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.31.0 - (--.--.--)
# 1.31.0 - (09.11.24)
- add: redesigned maintenance events page (grouped by type and description, show distances, show distance until today, ...) (#141)
- add: achievements page: show date for longest track and link to corresponding track (#146)
- add: tile hunting: new user settings option to allow access to your tile hunting map via share code (#136)
Expand All @@ -7,6 +7,7 @@
- fix: responsiveness of annual achievements modals (#140)
- fix: tile hunting map: the total number of visited tiles and the bar chart now correctly shows the visited tiles depending on the selected track types and years (#142)
- fix: track map: the elevation chart is now correctly displayed even if the gpx track does not contain elevation information for the first data points (#145)
- chore: update dependencies

# 1.30.0 - (25.09.24)
- BREAKING CHANGE: all uploaded gpx files are now stored in a folder called "data" instead of "uploads". All existing gpx files will be automatically migrated. Please adjust your docker volume mounts.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SportTracker"
version = "1.30.0"
version = "1.31.0"
description = "Self-hosted sport data tracking server."
license = "GPL-3.0-or-later"
authors = ["deadlocker8"]
Expand Down
6 changes: 3 additions & 3 deletions sporttracker/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"name": "v1.30.0",
"code": 43,
"date": "25.09.24"
"name": "v1.31.0",
"code": 44,
"date": "09.11.24"
}
}

0 comments on commit ed87c4c

Please sign in to comment.