bump to version 0.7.20

This commit is contained in:
Sam
2023-07-22 11:36:39 +02:00
parent 81c61488c8
commit d2ab4d3d8f
124 changed files with 3777 additions and 3387 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

After

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 KiB

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -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

View File

@ -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>`__).