Releases: jovandeginste/workout-tracker
Releases · jovandeginste/workout-tracker
v0.11.4
What's Changed
- Create the profile for the initial admin user by @jovandeginste in #73
- Build Docker image for ARM by @jovandeginste in #74
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Remove top-level user profile language and totals show from templates by @jovandeginste in #59
- Allow API access via JWT authentication by @jovandeginste in #60
- Add details when editing a workout by @jovandeginste in #67
- Add api endpoints to retrieve statistics, records, etc. by @jovandeginste in #62
- Add GPX details when refreshing a workout by @jovandeginste in #69
- Use the HumanDuration filter to properly print durations by @jovandeginste in #70
- Pre-select the current type when editing a workout by @jovandeginste in #71
Full Changelog: v0.11.2...v0.11.3
v0.11.2
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
What's Changed
- Split Data from column to separate table by @jovandeginste in #37
Full Changelog: v0.10.6...v0.11.0
v0.10.6
What's Changed
- Add button to download files by @jovandeginste in #48
- Add option to disable user registrations by @jovandeginste in #51
- Add option to disable social sharing by @jovandeginste in #54
Full Changelog: v0.10.5...v0.10.6
v0.10.5
What's Changed
- Add (kind of) support for distance-less GPX and FIT by @jovandeginste in #39
- Add auto-import feature by @jovandeginste in #41
- Render notes as Markdown by @jovandeginste in #46
Full Changelog: v0.10.4...v0.10.5
v0.10.4
What's Changed
- Remove named return values by @jovandeginste in #32
- fix: prevent number and units from being wrapped by @pixelspark in #31
- Add FA icons for the new workout types by @jovandeginste in #34
- Remove GPX when removing workout, and fix not null constraint by @jovandeginste in #35
- Fix workout icons, add comments how and why by @jovandeginste in #36
Full Changelog: v0.10.2...v0.10.4
v0.10.2
What's Changed
- feat: support skiing, snowboarding, kayaking, swimming workouts by @pixelspark in #27
- fix: ignore pause between segments for now in stats by @pixelspark in #30
Full Changelog: v0.10.1...v0.10.2
v0.10.0
What's Changed
- Add API key to users by @jovandeginste in #9
- Add a list of "share on" buttons to a workout by @jovandeginste in #10
- Add styling hints for printing by @jovandeginste in #11
- Show the filename at the top with the title by @jovandeginste in #12
- Put the graphs for elevation and speed together by @jovandeginste in #13
- fix: when date is missing from metadata, use first track first segment first point's timestamp by @pixelspark in #14
- Add German translation by @jovandeginste in #16
- Translate the workout types in dropdown selection by @jovandeginste in #18
- Use per-user timezone to show local times by @jovandeginste in #19
- Do not apply altitude correction for files from Workoutdoors (Apple Watch) by @pixelspark in #21
- fix: format tempo as mm:s (where s is seconds) by @pixelspark in #22
- fix: nil dereference in social template when address is missing by @pixelspark in #23
- fix: do not fix altitude for Strava by @pixelspark in #24
- Move original content of GPX file to separate table by @jovandeginste in #26
- fix: deal correctly with GPX files that have multiple segments and count time between segments as pause time by @pixelspark in #20
New Contributors
- @pixelspark made their first contribution in #14
Full Changelog: v0.9.1...v0.10.0