bump to version 0.7.21
This commit is contained in:
@ -1,5 +1,17 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.7.21 (2023/07/30)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
* [#407](https://github.com/SamR1/FitTrackee/issues/407) - Workout display error when speeds are zero
|
||||
|
||||
|
||||
### Misc
|
||||
|
||||
* [PR#409](https://github.com/SamR1/FitTrackee/pull/409) - CI - update actions version
|
||||
|
||||
|
||||
## Version 0.7.20 (2023/07/22)
|
||||
|
||||
### Features and enhancements
|
||||
|
@ -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.20):
|
||||
- Download the last release (for now, it is the release v0.7.21):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.20.tar.gz
|
||||
$ tar -xzf v0.7.20.tar.gz
|
||||
$ mv FitTrackee-0.7.20 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.21.tar.gz
|
||||
$ tar -xzf v0.7.21.tar.gz
|
||||
$ mv FitTrackee-0.7.21 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -635,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.20) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.21) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.20.tar.gz
|
||||
$ tar -xzf v0.7.20.tar.gz
|
||||
$ cp -R FitTrackee-0.7.20/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.21.tar.gz
|
||||
$ tar -xzf v0.7.21.tar.gz
|
||||
$ cp -R FitTrackee-0.7.21/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|
Reference in New Issue
Block a user