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

Releases: fgebhart/workoutizer

v0.10.1

01 Feb 06:59
Compare
Choose a tag to compare

New Features

Improvements to Activity Page:

  • highlight fastest sections on map when hovering over row item in fastest section table
  • open lap tooltip when hovering over item in lap table

How to Upgrade

  • use cli wkz upgrade

v0.10.0

30 Jan 16:12
Compare
Choose a tag to compare

New Features

  • add option to (not) consider individual activity for awards
  • add option to (not) consider entire sport for awards
    This is especially important in case of low quality tracking data, which could lead to high velocities and thus a superb rankings.

How to Upgrade

  • upgrade with pip pip install --upgrade workoutizer
  • run wkz manage migrate (migrating the db could take a while this time)

v0.9.5

17 Jan 10:13
Compare
Choose a tag to compare

Fixes

  • ensure to always delete a top score in case it is worse than rank three

How to Upgrade

Use the CLI and run wkz upgrade and wkz reimport

v0.9.4

15 Jan 06:36
Compare
Choose a tag to compare

Fixes

  • ensure best section does to get added to top score twice
  • fix broken reimport button in settings view

v0.9.3

14 Jan 20:42
Compare
Choose a tag to compare

New Features

  • provide new cli command for reimporting activity files reimport
  • also test workoutizer in Mac environment

Fixes

  • refactor reimporter to fix some small issues
  • fix broken upgrade cli functionality because of changed pip interface
  • fix json decode error in activity view
  • upgrade to recent version of sportgems to properly treat edge cases

Dev Tooling Changes

  • fix gdal issue in release pipeline

How to Upgrade

  • use cli wkz upgrade
  • run reimporter

v0.9.2

11 Jan 18:27
Compare
Choose a tag to compare

New Features

  • use watchdog to watch for new incoming activity files

Fixes

  • upgrades to new version of sportgems which fixes the index out of bounds error, which cause sportgems to fail when importing and parsing activities
  • display speed in bokeh plots in km/h instead of m/s to be consistent

Dev Tooling Changes

  • add check cli command
  • move browser and endpoint tests into integration test directory

How to Upgrade

  • use cli wkz upgrade
  • run reimporter

v0.9.1

04 Jan 06:03
Compare
Choose a tag to compare

Fix incorrect path to again enable workoutizer to import demo activities.

v0.9.0

03 Jan 19:17
Compare
Choose a tag to compare

New Features

  • integrate sportgems rust library to parse fastest sections in activities
  • add a trophy icon to an activity in the dashboard view to indicate a found fastest section
  • add new awards view to summarize all found fastest sections
  • add also fastest sections velocity to activity view
  • make importing fit files from garmin devices more robust

Dev Tooling Changes

  • add a bunch of new browser tests
  • add vs-code snippets

How to Upgrade

  • use cli wkz upgrade
  • run reimporter from settings view

v0.8.3

28 Dec 06:57
Compare
Choose a tag to compare

New Features

  • add stop command to the cli for easily stopping workoutizer with wkz stop
  • add logging to file

Fixes

  • do no longer run file importer in background per default - see new setting parameter

Dev Tooling Changes

  • enable to run all tests together
  • add new github workflow to ensure all tests pass in one batch
  • add even more tests

How to Upgrade

  • use cli wkz upgrade

v0.8.2

20 Dec 16:56
Compare
Choose a tag to compare

New Features

  • With this release fit files are used to provide the initial demo activity data instead of gpx files.
  • This provides even more activity data on the activity page, e.g. heart rate, cadence, speed and min/max values.
  • Improve the automatic activity name generation to also leverage data provided in the tag town.

Dev Tooling Changes

  • remove flaky test
  • add new end2end test to test importing fit files
  • remove obsolete /workoutizer/ directory in docker image, now /workspaces/workoutizer/ is used

How to Upgrade

  • use cli wkz upgrade