bump version to 0.7.9
Before Width: | Height: | Size: 553 KiB After Width: | Height: | Size: 567 KiB |
Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 376 KiB |
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 82 KiB |
@ -11,13 +11,14 @@ With the default configuration, `Open Street Map <https://www.openstreetmap.org>
|
||||
|
||||
Workouts
|
||||
^^^^^^^^
|
||||
- 13 sports are supported:
|
||||
- 14 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*)
|
||||
- Mountaineering (*new in 0.7.9*)
|
||||
- Rowing (*new in 0.5.0*)
|
||||
- Running
|
||||
- Skiing (Alpine) (*new in 0.5.0*)
|
||||
@ -27,6 +28,7 @@ Workouts
|
||||
- Walking
|
||||
- (*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
|
||||
- Skiing (Cross Country)
|
||||
- Snowshoes
|
||||
- Trail
|
||||
|
@ -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.8):
|
||||
- Download the last release (for now, it is the release v0.7.9):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.8.tar.gz
|
||||
$ tar -xzf v0.7.8.tar.gz
|
||||
$ mv FitTrackee-0.7.8 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.9.tar.gz
|
||||
$ tar -xzf v0.7.9.tar.gz
|
||||
$ mv FitTrackee-0.7.9 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.8) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.9) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.8.tar.gz
|
||||
$ tar -xzf v0.7.8.tar.gz
|
||||
$ cp -R FitTrackee-0.7.8/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.9.tar.gz
|
||||
$ tar -xzf v0.7.9.tar.gz
|
||||
$ cp -R FitTrackee-0.7.9/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|