This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.
If you find bugs, please report them.
Warning
- v1.1.0 requires all workouts to be updated before installation.
Otherwise, the following error will be displayed:
$ ftcli db upgrade
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
INFO [alembic.runtime.migration] Running upgrade 141d3978536a -> e63433a1d62e, remove workout_segment.segment_id and workout.gpx
Error:
Can not run migration, workouts with file and without geometry exist.
Please downgrade to the previous version of FitTrackee (<1.1.0) and run Workout Refresh CLI with '--add-> missing-geometry' option.Link to documentation: https://next.docs.fittrackee.org
Features and enhancements
- #1025 - Add Whitewater sports
Notes: For these sports, elevation is displayed, unlike their equivalents on flatwater (see PR#1018) - 5ec828e - refresh workout (with file) on sport change
- 5fa9b6a - CLI - add option to change sport when refreshing workouts
Bugs Fixed
- PR#1026 - fix elevation service status when URLs are empty strings
- PR#1027 - fix file upload + add missing translations
- handling of files containing calories in float format
- added missing error message in translations
- handling of .fit files when the manufacturer value is not a string
- PR#1030 - fix getting elevation with OpenElevation for large files
- PR#1031 - minor fixes:
- fix modal display on error
- fix stopped speed threshold update when value is invalid
- fix getting weather when last segment has only one point
Thanks to the beta-testers for feedbacks.