bump to version 0.7.16
Before Width: | Height: | Size: 570 KiB After Width: | Height: | Size: 571 KiB |
Before Width: | Height: | Size: 388 KiB After Width: | Height: | Size: 387 KiB |
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@ -107,6 +107,11 @@ Account & preferences
|
||||
- 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 choose elevation chart axis start: zero or minimum altitude (*new in 0.7.15*)
|
||||
- A user can choose to exclude extreme values (which may be GPS errors) when calculating the maximum speed (by default, extreme values are excluded) (*new in 0.7.16*)
|
||||
|
||||
.. note::
|
||||
Changing this preference will only affect next file uploads.
|
||||
|
||||
- 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)
|
||||
|
@ -509,13 +509,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.15):
|
||||
- Download the last release (for now, it is the release v0.7.16):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.15.tar.gz
|
||||
$ tar -xzf v0.7.15.tar.gz
|
||||
$ mv FitTrackee-0.7.15 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.16.tar.gz
|
||||
$ tar -xzf v0.7.16.tar.gz
|
||||
$ mv FitTrackee-0.7.16 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -635,13 +635,13 @@ Prod environment
|
||||
|
||||
- Change to the directory where FitTrackee directory is located
|
||||
|
||||
- Download the last release (for now, it is the release v0.7.15) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.16) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.15.tar.gz
|
||||
$ tar -xzf v0.7.15.tar.gz
|
||||
$ cp -R FitTrackee-0.7.15/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.16.tar.gz
|
||||
$ tar -xzf v0.7.16.tar.gz
|
||||
$ cp -R FitTrackee-0.7.16/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|