bump version to 0.7.9

This commit is contained in:
Sam
2022-12-11 19:00:07 +01:00
parent b4e0b6dc2a
commit c1c72ac84f
68 changed files with 549 additions and 493 deletions

View File

@@ -1,5 +1,19 @@
# Change log
## Version 0.7.9 (2022/12/11)
### Features and enhancements
* [#280](https://github.com/SamR1/FitTrackee/issues/280) - New sport: Mountaineering
### Translations
* [PR#278](https://github.com/SamR1/FitTrackee/pull/278) - Translations update from Hosted Weblate (German, thanks to @qwerty287)
* [PR#282](https://github.com/SamR1/FitTrackee/pull/282) - Init italian translation files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
## Version 0.7.8 (2022/11/30)
FitTrackee is now available in Dutch (thanks to @bjornclauw).

View File

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

View File

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