Releases: deadlocker8/SportTracker
Releases · deadlocker8/SportTracker
v1.31.0
- 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)
- fix: responsiveness of settings page (#140)
- fix: responsiveness of track form page (#140)
- 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
v1.30.0
⚠️ 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.- add: gpx files are now stored in a zip to reduce file size
- add: planned tour preview images are stored in the same folder as the corresponding gpx file
- add: changed color of save buttons for track and planned tour forms to ensure they are not confused with the "create link" button
- add: improve file name on gpx download
- add: the changelog now also contains the release dates for each version
- add: added support for uploading .fit files for tracks and planned tours
- 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
- chore: update dependencies
v1.29.0
⚠️ BREAKING CHANGE: you must update your settings.json (new section "tileHunting", see settings-example.json)- add: gpx meta information is calculated only once and stored in database. CAUTION: The first start of SportTracker will take quite some time to calculate the gpx information for all uploaded gpx files.
- add: settings files are checked for missing entries upon server start
- add: tile hunting map (for details see README)
- chore: update dependencies
v1.28.0
- add: search: add pagination on bottom
- add: show edit button for track and planned tour map
- 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
v1.27.0
- add: allow tracks to be linked to a planned tour
- fix: improve page load performance for track overview
- chore: update dependencies
v1.26.1
- fix: annual statistics: round average number of tracks
- fix: line break long shared links on mobile devices
- fix: hide navbar toggler on mobile devices if not logged in
- fix: shared tracks/planned tours: set title and meta description
v1.26.0
- add: tracks and planned tours can now be shared via public links
- add: moved calendar chart from chart overview to navbar menu entry "analytics"
- fix: improve calendar responsiveness
v1.25.0
- maintenance events: show distance since last event with same description
v1.24.0
- add: map: add toggle button to switch between tracks and planned tours
- fix: errors during generation of preview image for a planned tour no longer prevents saving a planned tour
- chore: update dependencies
v1.23.0
- BREAKING CHANGE: you must update your settings.json (new section "gpxPreviewImages", see settings-example.json)
- add: planned tours: show preview images
- add: planned tours: open map on click on preview image
- chore: update dependencies