bump to version 0.7.20
Before Width: | Height: | Size: 572 KiB After Width: | Height: | Size: 572 KiB |
Before Width: | Height: | Size: 388 KiB After Width: | Height: | Size: 388 KiB |
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
@ -19,6 +19,7 @@ Workouts
|
||||
- Mountain Biking
|
||||
- Mountain Biking (Electric) (*new in 0.5.0*)
|
||||
- Mountaineering (*new in 0.7.9*)
|
||||
- Open Water Swimming (*new in 0.7.20*)
|
||||
- Paragliding (*new in 0.7.19*)
|
||||
- Rowing (*new in 0.5.0*)
|
||||
- Running
|
||||
@ -30,6 +31,7 @@ Workouts
|
||||
- (*new in 0.5.0*) Stopped speed threshold used by `gpxpy <https://github.com/tkrajina/gpxpy>`_ is not the default one for the following sports (0.1 km/h instead of 1 km/h):
|
||||
- Hiking
|
||||
- Mountaineering
|
||||
- Open Water Swimming
|
||||
- Paragliding
|
||||
- Skiing (Cross Country)
|
||||
- Snowshoes
|
||||
|
@ -505,13 +505,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.19):
|
||||
- Download the last release (for now, it is the release v0.7.20):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||
$ tar -xzf v0.7.19.tar.gz
|
||||
$ mv FitTrackee-0.7.19 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.20.tar.gz
|
||||
$ tar -xzf v0.7.20.tar.gz
|
||||
$ mv FitTrackee-0.7.20 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.19) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.20) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||
$ tar -xzf v0.7.19.tar.gz
|
||||
$ cp -R FitTrackee-0.7.19/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.20.tar.gz
|
||||
$ tar -xzf v0.7.20.tar.gz
|
||||
$ cp -R FitTrackee-0.7.20/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|