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

Releases: fgebhart/workoutizer

v0.18.0

16 May 07:36
Compare
Choose a tag to compare
release v0.18.0

v0.17.1

20 Apr 19:53
Compare
Choose a tag to compare
release v0.17.1

v0.17.0

18 Apr 17:24
Compare
Choose a tag to compare
release v0.17.0

v0.16.0

03 Apr 14:47
Compare
Choose a tag to compare
release v0.16.0

v0.15.1

25 Mar 05:54
Compare
Choose a tag to compare
release v0.15.1

v0.15.0

21 Mar 19:03
Compare
Choose a tag to compare

v0.14.0

15 Mar 07:03
Compare
Choose a tag to compare

v0.13.0

28 Feb 14:47
Compare
Choose a tag to compare

New Features

  • make fit file importing a little faster

Fixes

  • fix faulty displaying of fastest sections for some activities on leaflet map (mostly with many null values in coordinates) - requires reimport of activities

How to Upgrade

  • use cli wkz upgrade
  • and run wkz reimport

v0.12.0

20 Feb 06:54
Compare
Choose a tag to compare

New Features

  • implement infinite scroll for activity table rows using htmx which uses ajax requests
  • load table rows only when rest of the page is loaded in order to decrease waiting time

How to Upgrade

  • use cli wkz upgrade

v0.11.0

14 Feb 19:19
Compare
Choose a tag to compare

New Features

  • added datetime picker widget for editing and adding activities (#8)
  • added --demo argument to wkz init cli for choosing whether demo activity should be imported or not

Fixes

  • fixed responsiveness of left side bar (#40)
  • fixed issue when activities with laps without coordinates broke position rendering on leaflet map (#72)
  • fixed editing label of non existing lap in edit activity page
  • added more tests

Dev Tooling Changes

  • included pytest-cov, convenience script and coverage badge on readme

Other

  • Removed ansible for auto configuring wkz for Raspberry Pi

How to Upgrade

  • use cli wkz upgrade