bump version to 0.7.1
This commit is contained in:
@ -1,5 +1,17 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.7.1 (2022/09/21)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
* [PR#241](https://github.com/SamR1/FitTrackee/issues/241) - Add missing password strength estimation package (german)
|
||||
|
||||
### Translations
|
||||
|
||||
* [PR#239](https://github.com/SamR1/FitTrackee/issues/239) - Translations update from Weblate (German, thanks to @qwerty287)
|
||||
* [cb9d02f](https://github.com/SamR1/FitTrackee/commit/cb9d02ff1d047e9abd80a87121796f94376b54d3) - Update OAuth 2.0 translations (English & French)
|
||||
|
||||
|
||||
## Version 0.7.0 (2022/09/19)
|
||||
|
||||
### Features and enhancements
|
||||
|
@ -477,13 +477,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.0):
|
||||
- Download the last release (for now, it is the release v0.7.1):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.0.tar.gz
|
||||
$ tar -xzf v0.7.0.tar.gz
|
||||
$ mv FitTrackee-0.7.0 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.1.tar.gz
|
||||
$ tar -xzf v0.7.1.tar.gz
|
||||
$ mv FitTrackee-0.7.1 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -603,13 +603,13 @@ Prod environment
|
||||
|
||||
- Change to the directory where FitTrackee directory is located
|
||||
|
||||
- Download the last release (for now, it is the release v0.7.0) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.7.1) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.0.tar.gz
|
||||
$ tar -xzf v0.7.0.tar.gz
|
||||
$ cp -R FitTrackee-0.7.0/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.1.tar.gz
|
||||
$ tar -xzf v0.7.1.tar.gz
|
||||
$ cp -R FitTrackee-0.7.1/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|
Reference in New Issue
Block a user