bump to version 0.7.29

This commit is contained in:
Sam
2024-01-06 17:57:58 +01:00
parent acb0cb6cff
commit 9203a3219d
119 changed files with 3916 additions and 3741 deletions

View File

@ -1,5 +1,43 @@
# Change log
## Version 0.7.29 (2024/01/06)
### Features and enhancements
* [8aa4cff](https://github.com/SamR1/FitTrackee/commit/8aa4cff2bb21c877e382c7498442ccef35935d5f) - Update loader color on dark theme
* [#478](https://github.com/SamR1/FitTrackee/issues/478) - Make application name clickable to access dashboard
### Bugs Fixed
* [PR#479](https://github.com/SamR1/FitTrackee/pull/479) - Minor fixes on UI
### Translations
* [PR#476](https://github.com/SamR1/FitTrackee/pull/476) - Translations update (Polish)
* [PR#477](https://github.com/SamR1/FitTrackee/pull/477) - Translations update (Dutch)
Translation status:
- Dutch: 100%
- English: 100%
- French: 100%
- Galician: 100%
- German: 100%
- Italian: 84%
- Norwegian Bokmål: 60%
- Polish: 100%
- Spanish: 100%
### Misc
* [PR#475](https://github.com/SamR1/FitTrackee/pull/475) - Build - use poetry-core instead of poetry
Thanks to the contributors:
- @traxys
- Mariuz
- Koen
## Version 0.7.28 (2023/12/23)
### Features and enhancements

View File

@ -110,7 +110,7 @@ Account & preferences
In case email sending is not configured, a `command line <cli.html#ftcli-users-update>`__ allows to activate users account.
- A user can set language, timezone and first day of week.
- A user can set the interface theme (light (default value), dark or according to browser preferences). When the dark or light theme is set, it overrides browser preferences (*new in 0.7.27*).
- A user can set the interface theme (light, dark or according to browser preferences) (*new in 0.7.27*).
- A user can reset his password (*new in 0.3.0*)
- A user can change his email address (*new in 0.6.0*)
- A user can choose between metric system and imperial system for distance, elevation and speed display (*new in 0.5.0*)

View File

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