bump version to 0.6.3

This commit is contained in:
Sam
2022-04-09 11:01:20 +02:00
parent b398ffe243
commit 4c13fe6fe7
43 changed files with 348 additions and 302 deletions

View File

@ -1,5 +1,16 @@
# Change log
## Version 0.6.3 (2022/04/09)
### Pull Requests
#### Bugs Fixed
* [#177](https://github.com/SamR1/FitTrackee/pull/177) - Minor fixes
* add missing translation
* fix 'Add Workout' card position on small screens
## Version 0.6.2 (2022/04/03)
### Issues Closed

View File

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