bump version to 0.6.6

This commit is contained in:
Sam
2022-05-29 10:35:02 +02:00
parent b4036949bd
commit 70c76a6a6e
51 changed files with 281 additions and 256 deletions

View File

@ -1,5 +1,12 @@
# Change log
## Version 0.6.6 (2022/05/29)
### Misc
No new features in this release, only dependencies update and code refacto before introducing new features.
## Version 0.6.5 (2022/04/24)
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/installation.html#emails)).

View File

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