This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Releases: fgebhart/workoutizer
Releases · fgebhart/workoutizer
v0.18.0
v0.17.1
v0.17.0
v0.16.0
v0.15.1
v0.15.0
v0.14.0
v0.13.0
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
v0.11.0
New Features
- added datetime picker widget for editing and adding activities (#8)
- added
--demo
argument towkz 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