bump to version 0.7.18
This commit is contained in:
@ -1,5 +1,47 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.7.18 (2023/06/25)
|
||||
|
||||
Polish is available in FitTrackee interface ([partially translated](https://hosted.weblate.org/languages/pl/fittrackee/)).
|
||||
Documentation is now translated in French (**note**: documentation translations are not yet available on Weblate).
|
||||
|
||||
**Important**: Python 3.7 is no longer supported, the minimum version is now Python 3.8.1.
|
||||
|
||||
### Translations
|
||||
|
||||
* [#351](https://github.com/SamR1/FitTrackee/issues/351) - [Translation Request] Polish
|
||||
* [PR#370](https://github.com/SamR1/FitTrackee/pull/370) - Translations update (Dutch, thanks to @bjornclauw)
|
||||
* [PR#371](https://github.com/SamR1/FitTrackee/pull/371) - Translations update (Polish, thanks to Mariusz on Weblate)
|
||||
* [PR#375](https://github.com/SamR1/FitTrackee/pull/375) - Translations update (French, thanks to @Thovi98)
|
||||
* [PR#376](https://github.com/SamR1/FitTrackee/pull/376) - Translations update (German, thanks to @qwerty287)
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
* [1375986](https://github.com/SamR1/FitTrackee/commit/1375986837321fa356decadcff89bfc2144c345e) - Change documentation theme for Furo
|
||||
* [#377](https://github.com/SamR1/FitTrackee/issues/377) - Init documentation translation
|
||||
|
||||
|
||||
### Misc
|
||||
|
||||
* [#354](https://github.com/SamR1/FitTrackee/issues/354) - Drop support for Python 3.7
|
||||
* [PR#374](https://github.com/SamR1/FitTrackee/pull/374) - Docker - install fittrackee in a virtualenv
|
||||
|
||||
|
||||
Translation status:
|
||||
- Dutch: 100%
|
||||
- English: 100%
|
||||
- French: 100%
|
||||
- Galician: 100%
|
||||
- German: 100%
|
||||
- Italian: 87%
|
||||
- Norwegian Bokmål: 36%
|
||||
- Polish: 43%
|
||||
- Spanish: 100%
|
||||
|
||||
Thanks to all contributors.
|
||||
|
||||
|
||||
## Version 0.7.17 (2023/06/03)
|
||||
|
||||
### Translations
|
||||
|
@ -201,15 +201,13 @@ FitTrackee is available in the following languages (which can be saved in the us
|
||||
- Galician (*new in 0.7.15*)
|
||||
- Spanish (*new in 0.7.15*)
|
||||
- Norwegian Bokmål (*new in 0.7.15*)
|
||||
- Polish (*new in 0.7.18*)
|
||||
|
||||
Translations status on `Weblate <https://hosted.weblate.org/engage/fittrackee/>`__ (may differ from the released version):
|
||||
Application translations status on `Weblate <https://hosted.weblate.org/engage/fittrackee/>`__ (may differ from the released version):
|
||||
|
||||
.. figure:: https://hosted.weblate.org/widgets/fittrackee/-/multi-auto.svg
|
||||
|
||||
|
||||
.. note::
|
||||
Polish is not yet available in **FitTrackee** interface.
|
||||
|
||||
Screenshots
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
@ -22,7 +22,7 @@ Prerequisites
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
- mandatory
|
||||
- Python 3.8+
|
||||
- Python >= 3.8.1
|
||||
- PostgreSQL 11+
|
||||
- optional
|
||||
- Redis for task queue (if email sending is enabled and for data export requests) and API rate limits
|
||||
@ -62,7 +62,7 @@ deployment method.
|
||||
|
||||
**FitTrackee** host.
|
||||
|
||||
:default: 127.0.0.1
|
||||
:default: ``127.0.0.1``
|
||||
|
||||
|
||||
.. envvar:: PORT
|
||||
@ -76,7 +76,7 @@ deployment method.
|
||||
|
||||
**FitTrackee** configuration.
|
||||
|
||||
:default: fittrackee.config.ProductionConfig
|
||||
:default: ``fittrackee.config.ProductionConfig``
|
||||
|
||||
|
||||
.. envvar:: APP_SECRET_KEY
|
||||
@ -224,7 +224,7 @@ deployment method.
|
||||
| This variable is now case-insensitive.
|
||||
| If ``False``, depending on tile server, `subdomains <installation.html#envvar-STATICMAP_SUBDOMAINS>`__ may be mandatory.
|
||||
|
||||
:default: False
|
||||
:default: ``False``
|
||||
|
||||
|
||||
.. envvar:: WEATHER_API_KEY
|
||||
@ -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.17):
|
||||
- Download the last release (for now, it is the release v0.7.18):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.17.tar.gz
|
||||
$ tar -xzf v0.7.17.tar.gz
|
||||
$ mv FitTrackee-0.7.17 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
||||
$ tar -xzf v0.7.18.tar.gz
|
||||
$ mv FitTrackee-0.7.18 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -558,6 +558,10 @@ Upgrade
|
||||
| - database (with `pg_dump <https://www.postgresql.org/docs/11/app-pgdump.html>`__ for instance)
|
||||
| - upload directory (see `Environment variables <installation.html#environment-variables>`__)
|
||||
|
||||
.. warning::
|
||||
|
||||
For now, releases do not follow `semantic versioning <https://semver.org>`__). Any version may contain backward-incompatible changes.
|
||||
|
||||
|
||||
From PyPI
|
||||
^^^^^^^^^
|
||||
@ -631,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.17) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.18) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.17.tar.gz
|
||||
$ tar -xzf v0.7.17.tar.gz
|
||||
$ cp -R FitTrackee-0.7.17/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
||||
$ tar -xzf v0.7.18.tar.gz
|
||||
$ cp -R FitTrackee-0.7.18/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|
Reference in New Issue
Block a user