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

View File

@ -1,5 +1,44 @@
# Change log
## Version 0.7.20 (2023/07/22)
### Features and enhancements
* [#400](https://github.com/SamR1/FitTrackee/issues/400) - Add new sport: open water swimming
### Bugs Fixed
* [PR#398](https://github.com/SamR1/FitTrackee/pull/398) - Fix language dropdown label
* [#402](https://github.com/SamR1/FitTrackee/issues/402) - handle gpx file without elevation
### Translations
* [PR#399](https://github.com/SamR1/FitTrackee/pull/399) - Translations update (Galician)
* [PR#401](https://github.com/SamR1/FitTrackee/pull/401) - Translations update (Galician and Polish)
* [PR#406](https://github.com/SamR1/FitTrackee/pull/406) - Translations update (Galician and Spanish)
Translation status:
- Dutch: 97%
- English: 100%
- French: 100%
- Galician: 100%
- German: 97%
- Italian: 85%
- Norwegian Bokmål: 35%
- Polish: 56%
- Spanish: 100%
Thanks to the contributors:
- @gallegonovato
- @xmgz
- Mariusz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.19 (2023/07/15)
### Features and enhancements

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