This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Releases: fgebhart/workoutizer
Releases · fgebhart/workoutizer
v0.8.1
v0.8.0
New Features
Auto Naming of Activities
Auto name activities based on location and daytime. Previously activities were simply named after the file name e.g. 2020-12-10_10:35:12
. Now workoutizer extracts all necessary information to come up with e.g. Morning Running in Bangalore
. With this feature one does not have to rename the activities all the time.
Fixes
- fix bug which prevented to select time range when no activities available
- fix bug where traces did not get rendered properly on map in sports view
Dev Tooling Changes
- enable to run browser tests in CI and locally using headless selenium in ubuntu docker image
- add pre-commit hook to dev env, thanks to @lucasace 🎉
- add script to invoke commands in vs-code terminal
How to Upgrade
- use cli
wkz upgrade
v0.7.2
v0.7.1
Changes
Dev tooling
- add vscode dev container configuration
- improve working in docker container
- integrate black and flake8 into github action workflow
- cleaned up some tests
Frontend improvements
- only show download button for activities which actually have coordinates
- make right sidebar responsive and add toggle for hiding/displaying on small screen devices, thanks to @pa3kDaWae
v0.7.0
Changes
- use time instead of distance as x-axis values for time series plots, this enables the following bullet points
- improve fit file parsing
- fit file data is parsed record wise, this ensures consistent alignment of activity attributes
- position of laps in bokeh plot matches exactly with lap position in leaflet map
- fix altitude plot of gpx file activities
How to Upgrade
- use cli
wkz upgrade
- trigger reimport of activity data from
/settings
page
Change References to Github
- no new features
- no bug fixes
- changed references from gitlab to github only
Test Migration to GitHub
testing...