bump to version 0.7.22

This commit is contained in:
Sam
2023-08-23 11:36:28 +02:00
parent a135a0fa04
commit f6393f0cc5
127 changed files with 3870 additions and 3511 deletions

View File

@ -1,5 +1,38 @@
# Change log
## Version 0.7.22 (2023/08/23)
### Bugs Fixed
* [PR#411](https://github.com/SamR1/FitTrackee/pull/411) - Fix various typos
* [PR#416](https://github.com/SamR1/FitTrackee/pull/416) - fix modal navigation and closing
### Translations
* [PR#410](https://github.com/SamR1/FitTrackee/pull/410) - Translations update (German)
* [PR#415](https://github.com/SamR1/FitTrackee/pull/415) - Translations update (Polish)
* [PR#417](https://github.com/SamR1/FitTrackee/pull/417) - Translations update (Polish)
* [PR#418](https://github.com/SamR1/FitTrackee/pull/418) - Translations update (Dutch)
Translation status:
- Dutch: 100%
- English: 100%
- French: 100%
- Galician: 100%
- German: 100%
- Italian: 85%
- Norwegian Bokmål: 35%
- Polish: 100%
- Spanish: 100%
Thanks to the contributors:
- @bjornclauw
- @qwerty287
- Mariusz
## Version 0.7.21 (2023/07/30)
### Bugs Fixed

View File

@ -216,7 +216,7 @@ deployment method.
.. versionadded:: 0.4.9
| If ``True``, it keeps using default tile server to generate static maps (Komoot.de tile server).
| If ``True``, it keeps using **staticmap** default tile server to generate static maps (OSM tile server since **staticmap** 0.5.6 (Komoot.de tile server before this version)).
| Otherwise, it uses the tile server set in `TILE_SERVER_URL <installation.html#envvar-TILE_SERVER_URL>`__.
.. versionchanged:: 0.6.10
@ -273,7 +273,7 @@ Emails sent by FitTrackee are:
- account confirmation instructions
- password reset request
- email change (to old and new email adresses)
- email change (to old and new email addresses)
- password change
- notification when a data export archive is ready to download (*new in 0.7.13*)
@ -338,7 +338,7 @@ API rate limits
$ flask limiter
Usage: flask limiter [OPTIONS] COMMAND [ARGS]...
Flask-Limiter maintenance & utility commmands
Flask-Limiter maintenance & utility commands
Options:
--help Show this message and exit.
@ -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.21):
- Download the last release (for now, it is the release v0.7.22):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.21.tar.gz
$ tar -xzf v0.7.21.tar.gz
$ mv FitTrackee-0.7.21 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.22.tar.gz
$ tar -xzf v0.7.22.tar.gz
$ mv FitTrackee-0.7.22 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.21) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.22) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.21.tar.gz
$ tar -xzf v0.7.21.tar.gz
$ cp -R FitTrackee-0.7.21/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.22.tar.gz
$ tar -xzf v0.7.22.tar.gz
$ cp -R FitTrackee-0.7.22/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).