bump to version 0.7.12

This commit is contained in:
Sam
2023-02-16 11:18:50 +01:00
parent fcee735d8a
commit 39378cbc0f
59 changed files with 2120 additions and 2075 deletions

View File

@ -1,5 +1,17 @@
# Change log
## Version 0.7.12 (2023/02/16)
### Translations
* [PR#290](https://github.com/SamR1/FitTrackee/pull/290) - Translations update from Hosted Weblate (German, thanks to @qwerty287)
### Misc
* [#294](https://github.com/SamR1/FitTrackee/issues/294) - drop PostgreSQL10 support
* dependencies update
## Version 0.7.11 (2022/12/31)
### Features and enhancements

View File

@ -24,7 +24,7 @@ Prerequisites
- mandatory
- Python 3.7+
- PostgreSQL 11+
- PostgreSQL 10+
- optional
- Redis for task queue (if email sending is enabled) and API rate limits
- SMTP provider (if email sending is enabled)
@ -502,13 +502,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.11):
- Download the last release (for now, it is the release v0.7.12):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.11.tar.gz
$ tar -xzf v0.7.11.tar.gz
$ mv FitTrackee-0.7.11 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.12.tar.gz
$ tar -xzf v0.7.12.tar.gz
$ mv FitTrackee-0.7.12 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -628,13 +628,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.11) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.12) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.11.tar.gz
$ tar -xzf v0.7.11.tar.gz
$ cp -R FitTrackee-0.7.11/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.12.tar.gz
$ tar -xzf v0.7.12.tar.gz
$ cp -R FitTrackee-0.7.12/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).