bump to version 0.7.16

This commit is contained in:
Sam
2023-05-29 14:35:09 +02:00
parent 2d1b06b150
commit cbe8dee1e2
64 changed files with 701 additions and 538 deletions

View File

@ -1,5 +1,48 @@
# Change log
## Version 0.7.16 (2023/05/29)
### Features and enhancements
* [PR#358](https://github.com/SamR1/FitTrackee/pull/358) - Add user preference for filtering of GPX speed data
### Bugs Fixed
* [#359](https://github.com/SamR1/FitTrackee/issues/359) - Footer overlaps content on user preferences page
### Translations
* [PR#350](https://github.com/SamR1/FitTrackee/pull/350) - Translations update from Hosted Weblate (Galician)
* [PR#352](https://github.com/SamR1/FitTrackee/pull/352) - Translations update from Hosted Weblate (Dutch)
* [PR#356](https://github.com/SamR1/FitTrackee/pull/356) - Init Polish translation files
* [PR#357](https://github.com/SamR1/FitTrackee/pull/357) - Translations update from Hosted Weblate (Polish)
* [PR#365](https://github.com/SamR1/FitTrackee/pull/365) - Translations update from Hosted Weblate (Spanish)
Translation status:
- Dutch: 99%
- English: 100%
- French: 100%
- Galician: 99%
- German: 99%
- Italian: 87%
- Norwegian Bokmål: 36%
- Polish: 3%
- Spanish: 100%
**Note:** Polish is not yet available in FitTrackee interface.
Thanks to the contributors:
- @bjornclauw
- @gallegonovato
- @gnu-ewm
- @jat255
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
## Version 0.7.15 (2023/04/12)
Among enhancements and fixes, **FitTrackee** is now available in Galician, Spanish and partially in Norwegian Bokmål (see translation status below).

View File

@ -107,6 +107,11 @@ Account & preferences
- A user can choose to display or hide ascent records and total on Dashboard (*new in 0.6.11*)
- A user can choose format used to display dates (*new in 0.7.3*)
- A user can choose elevation chart axis start: zero or minimum altitude (*new in 0.7.15*)
- A user can choose to exclude extreme values (which may be GPS errors) when calculating the maximum speed (by default, extreme values are excluded) (*new in 0.7.16*)
.. note::
Changing this preference will only affect next file uploads.
- A user can set sport preferences (*new in 0.5.0*):
- change sport color (used for sport image and charts)
- can override stopped speed threshold (for next uploaded gpx files)

View File

@ -509,13 +509,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.15):
- Download the last release (for now, it is the release v0.7.16):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.15.tar.gz
$ tar -xzf v0.7.15.tar.gz
$ mv FitTrackee-0.7.15 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.16.tar.gz
$ tar -xzf v0.7.16.tar.gz
$ mv FitTrackee-0.7.16 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.15) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.16) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.15.tar.gz
$ tar -xzf v0.7.15.tar.gz
$ cp -R FitTrackee-0.7.15/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.16.tar.gz
$ tar -xzf v0.7.16.tar.gz
$ cp -R FitTrackee-0.7.16/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).