bump version to 0.7.3
Before Width: | Height: | Size: 550 KiB After Width: | Height: | Size: 549 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
@ -11,9 +11,10 @@ With the default configuration, `Open Street Map <https://www.openstreetmap.org>
|
||||
|
||||
Workouts
|
||||
^^^^^^^^
|
||||
- 11 sports are supported:
|
||||
- 12 sports are supported:
|
||||
- Cycling (Sport)
|
||||
- Cycling (Transport)
|
||||
- Cycling (Virtual) (**new in 0.7.3**)
|
||||
- Hiking
|
||||
- Mountain Biking
|
||||
- Mountain Biking (Electric) (**new in 0.5.0**)
|
||||
@ -81,6 +82,7 @@ Account & preferences
|
||||
- A user can change his email address (*new in 0.6.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 choose to display or hide ascent records and total on Dashboard (*new in 0.6.11*)
|
||||
- A user can choose format used to display dates (*new in 0.7.3*)
|
||||
- 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)
|
||||
|
@ -480,13 +480,13 @@ Production environment
|
||||
.. warning::
|
||||
| Note that FitTrackee is under heavy development, some features may be unstable.
|
||||
|
||||
- Download the last release (for now, it is the release v0.7.2):
|
||||
- Download the last release (for now, it is the release v0.7.3):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.2.tar.gz
|
||||
$ tar -xzf v0.7.2.tar.gz
|
||||
$ mv FitTrackee-0.7.2 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.3.tar.gz
|
||||
$ tar -xzf v0.7.3.tar.gz
|
||||
$ mv FitTrackee-0.7.3 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -606,13 +606,13 @@ Prod environment
|
||||
|
||||
- Change to the directory where FitTrackee directory is located
|
||||
|
||||
- Download the last release (for now, it is the release v0.7.2) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.3) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.2.tar.gz
|
||||
$ tar -xzf v0.7.2.tar.gz
|
||||
$ cp -R FitTrackee-0.7.2/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.3.tar.gz
|
||||
$ tar -xzf v0.7.3.tar.gz
|
||||
$ cp -R FitTrackee-0.7.3/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|