Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Releases: fgebhart/workoutizer

v0.8.1

13 Dec 11:15

Choose a tag to compare

Fixes

  • fix issue where auto naming did not find a valid coordinate

Dev Tooling Changes

  • relocate test data folder
  • update readme

How to Upgrade

  • use cli wkz upgrade

v0.8.0

12 Dec 18:20

Choose a tag to compare

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

30 Nov 17:17

Choose a tag to compare

Changes

  • remove bokeh legend from dashboard plot
  • add version info to help page

v0.7.1

22 Oct 18:14
decd9eb

Choose a tag to compare

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

11 Oct 09:02

Choose a tag to compare

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

07 Oct 18:12

Choose a tag to compare

  • no new features
  • no bug fixes
  • changed references from gitlab to github only

Test Migration to GitHub

07 Oct 18:00
24614d6

Choose a tag to compare

Pre-release

testing...