bump version to 0.7.6
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.7.6 (2022/11/09)
|
||||
|
||||
### Translations
|
||||
|
||||
* [3c8d9c2](https://github.com/SamR1/FitTrackee/commit/3c8d9c262358958346125dd286f09ed9881fda4b) - fix api locale file (remove trailing comma)
|
||||
|
||||
### Misc
|
||||
|
||||
* dev dependencies update
|
||||
|
||||
|
||||
## Version 0.7.5 (2022/11/09)
|
||||
|
||||
### Bugs Fixed
|
||||
|
@@ -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.5):
|
||||
- Download the last release (for now, it is the release v0.7.6):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ 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
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.6.tar.gz
|
||||
$ tar -xzf v0.7.6.tar.gz
|
||||
$ mv FitTrackee-0.7.6 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.5) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.6) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ 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/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.6.tar.gz
|
||||
$ tar -xzf v0.7.6.tar.gz
|
||||
$ cp -R FitTrackee-0.7.6/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|
Reference in New Issue
Block a user