diff --git a/CHANGELOG.md b/CHANGELOG.md index a278d5f5..d4a50207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ #### New Features +* [#99](https://github.com/SamR1/FitTrackee/issues/99) - Display workout with imperial units * [#91](https://github.com/SamR1/FitTrackee/issues/91) - Display elevation chart with min and max altitude of workout * [#90](https://github.com/SamR1/FitTrackee/issues/90) - Add user sports preferences * [#18](https://github.com/SamR1/FitTrackee/issues/18) - Better UI @@ -23,7 +24,7 @@ * [#98/#109](https://github.com/SamR1/FitTrackee/pull/109) - Added stopped_speed_threshold to support slow movement * [#84/#93](https://github.com/SamR1/FitTrackee/pull/93) - Add elevation data and new sports -In this release 5 issue were closed. +In this release 6 issue were closed. ## Version 0.4.9 (2021/07/16) diff --git a/docs/_sources/changelog.md.txt b/docs/_sources/changelog.md.txt index a278d5f5..d4a50207 100644 --- a/docs/_sources/changelog.md.txt +++ b/docs/_sources/changelog.md.txt @@ -6,6 +6,7 @@ #### New Features +* [#99](https://github.com/SamR1/FitTrackee/issues/99) - Display workout with imperial units * [#91](https://github.com/SamR1/FitTrackee/issues/91) - Display elevation chart with min and max altitude of workout * [#90](https://github.com/SamR1/FitTrackee/issues/90) - Add user sports preferences * [#18](https://github.com/SamR1/FitTrackee/issues/18) - Better UI @@ -23,7 +24,7 @@ * [#98/#109](https://github.com/SamR1/FitTrackee/pull/109) - Added stopped_speed_threshold to support slow movement * [#84/#93](https://github.com/SamR1/FitTrackee/pull/93) - Add elevation data and new sports -In this release 5 issue were closed. +In this release 6 issue were closed. ## Version 0.4.9 (2021/07/16) diff --git a/docs/_sources/features.rst.txt b/docs/_sources/features.rst.txt index 097a8e0d..6bb7e18c 100644 --- a/docs/_sources/features.rst.txt +++ b/docs/_sources/features.rst.txt @@ -34,8 +34,9 @@ Administration Account & preferences ^^^^^^^^^^^^^^^^^^^^^ - A user can create, update and deleted his account -- A user can reset his password (*new in 0.3.0*) - A user can set language, timezone and first day of week. +- A user can reset his password (*new in 0.3.0*) +- A user can choose between metric system and imperial system for distance, elevation and speed display (*new in 0.5.0*) - A user can set sport preferences (*new in 0.5.0*): - change sport color (used for sport image and charts) - can override stopped speed threshold (for next uploaded gpx files) @@ -72,7 +73,7 @@ Workouts It can be overridden in user preferences. - 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. A workout can even be created without gpx (the user must enter date, time, duration and distance). +- 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 edition and deletion. User can add a note. - User statistics diff --git a/docs/changelog.html b/docs/changelog.html index eef3af44..2a13ecb6 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -277,6 +277,7 @@

New Features

-

In this release 5 issue were closed.

+

In this release 6 issue were closed.

diff --git a/docs/features.html b/docs/features.html index 130922ae..fe99a376 100644 --- a/docs/features.html +++ b/docs/features.html @@ -178,8 +178,9 @@

Account & preferences