diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f75619..10b8d35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ #### New Features * [#116](https://github.com/SamR1/FitTrackee/issues/116) - Better UI for Speed and Elevation buttons in the graph of the Workout screen +* [#115](https://github.com/SamR1/FitTrackee/issues/115) - Add option to download the GPX file of a Workout * [#5](https://github.com/SamR1/FitTrackee/issues/5) - Display a chart with average speed -In this release 2 issue were closed. +In this release 3 issue were closed. ## Version 0.5.0 (2021/11/14) diff --git a/docs/_images/fittrackee_screenshot-02.png b/docs/_images/fittrackee_screenshot-02.png index 0bcac752..229a0c60 100644 Binary files a/docs/_images/fittrackee_screenshot-02.png and b/docs/_images/fittrackee_screenshot-02.png differ diff --git a/docs/_sources/api/workouts.rst.txt b/docs/_sources/api/workouts.rst.txt index 3cec399e..a0726486 100644 --- a/docs/_sources/api/workouts.rst.txt +++ b/docs/_sources/api/workouts.rst.txt @@ -11,6 +11,7 @@ Workouts workouts.get_segment_gpx, workouts.get_map, workouts.get_map_tile, + workouts.download_workout_gpx, workouts.post_workout, workouts.post_workout_no_gpx, workouts.update_workout, diff --git a/docs/_sources/changelog.md.txt b/docs/_sources/changelog.md.txt index a2f75619..10b8d35a 100644 --- a/docs/_sources/changelog.md.txt +++ b/docs/_sources/changelog.md.txt @@ -7,9 +7,10 @@ #### New Features * [#116](https://github.com/SamR1/FitTrackee/issues/116) - Better UI for Speed and Elevation buttons in the graph of the Workout screen +* [#115](https://github.com/SamR1/FitTrackee/issues/115) - Add option to download the GPX file of a Workout * [#5](https://github.com/SamR1/FitTrackee/issues/5) - Display a chart with average speed -In this release 2 issue were closed. +In this release 3 issue were closed. ## Version 0.5.0 (2021/11/14) diff --git a/docs/_sources/features.rst.txt b/docs/_sources/features.rst.txt index 883d404e..b0b75f77 100644 --- a/docs/_sources/features.rst.txt +++ b/docs/_sources/features.rst.txt @@ -75,6 +75,7 @@ Workouts - Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user preferences). The calendar displays up to 100 workouts. - Workout creation by uploading a gpx file (related data are stored in database with metric system). A workout can even be created without gpx (the user must enter date, time, duration and distance). - A workout with a gpx file can be displayed with map, weather (if the DarkSky API key is provided) and charts (speed and elevation). Segments can be displayed. +- Workout gpx file can be downloaded (**new in 0.5.1**) - Workout edition and deletion. User can add a note. - User statistics, by time period (week, month, year) and sport: - total distance diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 955feb2c..07aab157 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -32,8 +32,8 @@ Table of contents .. toctree:: :maxdepth: 2 - installation features + installation api/index troubleshooting/index changelog diff --git a/docs/api/auth.html b/docs/api/auth.html index bf2a15fd..a8f1d4a0 100644 --- a/docs/api/auth.html +++ b/docs/api/auth.html @@ -59,8 +59,8 @@