bump version to 0.7.5

This commit is contained in:
Sam
2022-11-09 15:05:58 +01:00
parent 933f60a972
commit a5678de23f
61 changed files with 476 additions and 434 deletions

View File

@ -1,5 +1,16 @@
# Change log
## Version 0.7.5 (2022/11/09)
### Bugs Fixed
* [#264](https://github.com/SamR1/FitTrackee/issues/264) - UI has white and gray background
### Translations
* [#266](https://github.com/SamR1/FitTrackee/issues/266) - Translations update from Hosted Weblate (German, thanks to @qwerty287)
## Version 0.7.4 (2022/11/05)
### Bugs Fixed

View File

@ -480,13 +480,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.4):
- Download the last release (for now, it is the release v0.7.5):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.4.tar.gz
$ tar -xzf v0.7.4.tar.gz
$ mv FitTrackee-0.7.4 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.5.tar.gz
$ tar -xzf v0.7.5.tar.gz
$ mv FitTrackee-0.7.5 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -606,13 +606,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.4) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.5) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.4.tar.gz
$ tar -xzf v0.7.4.tar.gz
$ cp -R FitTrackee-0.7.4/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.5.tar.gz
$ tar -xzf v0.7.5.tar.gz
$ cp -R FitTrackee-0.7.5/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).