Skip to content

Commit

Permalink
V1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Aug 9, 2024
1 parent ea0aee2 commit 8d670a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- add: planned tour overview: clicking on number of linked tracks opens a modal with all linked tracks
- add: performance improvement: gpx meta info is calculated only once per gpx track and then cached
- add: delete previous gpx track when new one is uploaded
- chore: update dependencies

# 1.27.0
- add: allow tracks to be linked to a planned tour
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.27.0"
version = "1.28.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.27.0",
"code": 40,
"date": "04.08.24"
"name": "v1.28.0",
"code": 41,
"date": "09.08.24"
}
}

0 comments on commit 8d670a3

Please sign in to comment.