diff --git a/CHANGELOG.md b/CHANGELOG.md index 6453b3fc..0f0a8b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index c360133d..aef59142 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Flask Version](https://img.shields.io/badge/flask-3.0-brightgreen.svg)](http://flask.pocoo.org/) [![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black) [![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/) -[![Vue Version](https://img.shields.io/badge/vue-3.3-brightgreen.svg)](https://v3.vuejs.org/) +[![Vue Version](https://img.shields.io/badge/vue-3.4-brightgreen.svg)](https://v3.vuejs.org/) [![Typescript Version](https://img.shields.io/npm/types/typescript)](https://www.typescriptlang.org/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![pipeline status](https://github.com/SamR1/FitTrackee/actions/workflows/.tests-python.yml/badge.svg)](https://github.com/SamR1/FitTrackee/actions/workflows/.tests-python.yml) diff --git a/VERSION b/VERSION index d96db7c4..cb80b803 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.28 +0.7.29 diff --git a/docs/en/.buildinfo b/docs/en/.buildinfo index ec682994..eff3bc51 100644 --- a/docs/en/.buildinfo +++ b/docs/en/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c217b33cfd89970f1a70ed661369df55 +config: b8626cd3b38f41f98aa62cf763f24411 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/en/_images/fittrackee_screenshot-01.png b/docs/en/_images/fittrackee_screenshot-01.png index 159d15b2..672dbba4 100644 Binary files a/docs/en/_images/fittrackee_screenshot-01.png and b/docs/en/_images/fittrackee_screenshot-01.png differ diff --git a/docs/en/_images/fittrackee_screenshot-02.png b/docs/en/_images/fittrackee_screenshot-02.png index 6f3a4b0a..1c04477d 100644 Binary files a/docs/en/_images/fittrackee_screenshot-02.png and b/docs/en/_images/fittrackee_screenshot-02.png differ diff --git a/docs/en/_images/fittrackee_screenshot-03.png b/docs/en/_images/fittrackee_screenshot-03.png index 9d6625dd..8c72444b 100644 Binary files a/docs/en/_images/fittrackee_screenshot-03.png and b/docs/en/_images/fittrackee_screenshot-03.png differ diff --git a/docs/en/_images/fittrackee_screenshot-04.png b/docs/en/_images/fittrackee_screenshot-04.png index 17df5487..f5a70151 100644 Binary files a/docs/en/_images/fittrackee_screenshot-04.png and b/docs/en/_images/fittrackee_screenshot-04.png differ diff --git a/docs/en/_images/fittrackee_screenshot-05.png b/docs/en/_images/fittrackee_screenshot-05.png index 5f749f81..c18b97c0 100644 Binary files a/docs/en/_images/fittrackee_screenshot-05.png and b/docs/en/_images/fittrackee_screenshot-05.png differ diff --git a/docs/en/_images/fittrackee_screenshot-06.png b/docs/en/_images/fittrackee_screenshot-06.png index 4cdf1988..cd35158e 100644 Binary files a/docs/en/_images/fittrackee_screenshot-06.png and b/docs/en/_images/fittrackee_screenshot-06.png differ diff --git a/docs/en/_images/fittrackee_screenshot-07.png b/docs/en/_images/fittrackee_screenshot-07.png index a14e8401..1d25d47e 100644 Binary files a/docs/en/_images/fittrackee_screenshot-07.png and b/docs/en/_images/fittrackee_screenshot-07.png differ diff --git a/docs/en/_images/fittrackee_screenshot-08.png b/docs/en/_images/fittrackee_screenshot-08.png index 6f9cbffa..ba39f54c 100644 Binary files a/docs/en/_images/fittrackee_screenshot-08.png and b/docs/en/_images/fittrackee_screenshot-08.png differ diff --git a/docs/en/_sources/changelog.md.txt b/docs/en/_sources/changelog.md.txt index 6453b3fc..0f0a8b0f 100644 --- a/docs/en/_sources/changelog.md.txt +++ b/docs/en/_sources/changelog.md.txt @@ -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 diff --git a/docs/en/_sources/features.rst.txt b/docs/en/_sources/features.rst.txt index 7c269d04..cf04f22f 100644 --- a/docs/en/_sources/features.rst.txt +++ b/docs/en/_sources/features.rst.txt @@ -110,7 +110,7 @@ Account & preferences In case email sending is not configured, a `command line `__ allows to activate users account. - A user can set language, timezone and first day of week. -- A user can set the interface theme (light, dark or according to browser preferences). The default value is **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*) diff --git a/docs/en/_sources/installation.rst.txt b/docs/en/_sources/installation.rst.txt index e35600dd..ddc83770 100644 --- a/docs/en/_sources/installation.rst.txt +++ b/docs/en/_sources/installation.rst.txt @@ -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 `__). diff --git a/docs/en/_static/documentation_options.js b/docs/en/_static/documentation_options.js index f52d95f6..d8b5a194 100644 --- a/docs/en/_static/documentation_options.js +++ b/docs/en/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.7.28', + VERSION: '0.7.29', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/en/api/auth.html b/docs/en/api/auth.html index 5db2db29..3aa23cbe 100644 --- a/docs/en/api/auth.html +++ b/docs/en/api/auth.html @@ -6,7 +6,7 @@ - Authentication and account - FitTrackee 0.7.28 documentation + Authentication and account - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation
- + diff --git a/docs/en/api/configuration.html b/docs/en/api/configuration.html index aaebd825..3cee5aee 100644 --- a/docs/en/api/configuration.html +++ b/docs/en/api/configuration.html @@ -6,7 +6,7 @@ - Configuration - FitTrackee 0.7.28 documentation + Configuration - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -257,7 +257,7 @@ "map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors", "privacy_policy": null, "privacy_policy_date": null, - "version": "0.7.28", + "version": "0.7.29", "weather_provider": null }, "status": "success" @@ -302,7 +302,7 @@ "map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors", "privacy_policy": null, "privacy_policy_date": null, - "version": "0.7.28", + "version": "0.7.29", "weather_provider": null }, "status": "success" @@ -428,7 +428,7 @@
- + diff --git a/docs/en/api/index.html b/docs/en/api/index.html index fbf48a90..ef6ccbf8 100644 --- a/docs/en/api/index.html +++ b/docs/en/api/index.html @@ -6,7 +6,7 @@ - API documentation - FitTrackee 0.7.28 documentation + API documentation - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -299,7 +299,7 @@
- + diff --git a/docs/en/api/oauth2.html b/docs/en/api/oauth2.html index b39e59a8..6d77ef1d 100644 --- a/docs/en/api/oauth2.html +++ b/docs/en/api/oauth2.html @@ -6,7 +6,7 @@ - OAuth2 - FitTrackee 0.7.28 documentation + OAuth2 - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -824,7 +824,7 @@ are supported by FitTrackee)

- + diff --git a/docs/en/api/records.html b/docs/en/api/records.html index 517e5de3..3a3ea128 100644 --- a/docs/en/api/records.html +++ b/docs/en/api/records.html @@ -6,7 +6,7 @@ - Records - FitTrackee 0.7.28 documentation + Records - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -401,7 +401,7 @@
- + diff --git a/docs/en/api/sports.html b/docs/en/api/sports.html index 5767b919..827bcfcc 100644 --- a/docs/en/api/sports.html +++ b/docs/en/api/sports.html @@ -6,7 +6,7 @@ - Sports - FitTrackee 0.7.28 documentation + Sports - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -631,7 +631,7 @@
- + diff --git a/docs/en/api/stats.html b/docs/en/api/stats.html index 99825141..951f0be2 100644 --- a/docs/en/api/stats.html +++ b/docs/en/api/stats.html @@ -6,7 +6,7 @@ - Statistics - FitTrackee 0.7.28 documentation + Statistics - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -555,7 +555,7 @@
- + diff --git a/docs/en/api/users.html b/docs/en/api/users.html index 404e141f..78a0a364 100644 --- a/docs/en/api/users.html +++ b/docs/en/api/users.html @@ -6,7 +6,7 @@ - Users - FitTrackee 0.7.28 documentation + Users - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -796,7 +796,7 @@ one admin.

- + diff --git a/docs/en/api/workouts.html b/docs/en/api/workouts.html index 58fa0e4a..0581c49f 100644 --- a/docs/en/api/workouts.html +++ b/docs/en/api/workouts.html @@ -6,7 +6,7 @@ - Workouts - FitTrackee 0.7.28 documentation + Workouts - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -1328,7 +1328,7 @@ must be provided with ascent)

- + diff --git a/docs/en/changelog.html b/docs/en/changelog.html index a7598de7..966d6979 100644 --- a/docs/en/changelog.html +++ b/docs/en/changelog.html @@ -6,7 +6,7 @@ - Change log - FitTrackee 0.7.28 documentation + Change log - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -231,23 +231,70 @@

Change log#

-
-

Version 0.7.28 (2023/12/23)#

+
+

Version 0.7.29 (2024/01/06)#

Features and enhancements#

    -
  • PR#474 - Improve links display

  • +
  • 8aa4cff - Update loader color on dark theme

  • +
  • #478 - Make application name clickable to access dashboard

Bugs Fixed#

    -
  • 6e215aa - fix background color on dark theme when modal is displayed

  • +
  • PR#479 - Minor fixes on UI

Translations#

    +
  • PR#476 - Translations update (Polish)

  • +
  • PR#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 - Build - use poetry-core instead of poetry

  • +
+

Thanks to the contributors:

+
    +
  • @traxys

  • +
  • Mariuz

  • +
  • Koen

  • +
+
+
+
+

Version 0.7.28 (2023/12/23)#

+
+

Features and enhancements#

+
    +
  • PR#474 - Improve links display

  • +
+
+
+

Bugs Fixed#

+
    +
  • 6e215aa - fix background color on dark theme when modal is displayed

  • +
+
+
+

Translations#

+
  • PR#473 - Translations update (Galician, Spanish and German)

Translation status:

@@ -272,29 +319,29 @@

Version 0.7.27 (2023/12/20)#

-
-

Features and enhancements#

+
+

Features and enhancements#

  • #113 - add a dark mode

  • PR#464 - Update user preferences display

  • PR#471 - add new sport: “Cycling (Trekking)”

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • PR#469 - change UI display only on login ou user preferences update

  • PR#472 - fix redirection when resetting password

-
-

Translations#

+
+

Translations#

  • PR#468 - Translations update (Galician & Spanish)

-
-

Misc#

+
+

Misc#

  • #456 - Drop PostgreSQL 11 support

@@ -321,20 +368,20 @@

Version 0.7.26 (2023/11/19)#

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • #224 - Missing elevation results in incorrect ascent/descent total

-
-

Translations#

+
+

Translations#

  • PR#444 - Translations update (Norwegian Bokmål)

-
-

Misc#

+
+

Misc#

In addition to dependencies update:

  • PR#449 - Update vue, tooling and chart library

  • @@ -360,8 +407,8 @@

Version 0.7.25 (2023/10/08)#

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • #441 - Errors after upgrade to 0.7.24

@@ -369,21 +416,21 @@

Version 0.7.24 (2023/10/04)#

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • PR#433 - Handle encoded password in EMAIL_URL

-
-

Translations#

+
+

Translations#

  • PR#427 - fix typos and translations + refacto

  • PR#431 - Translations update (Galician)

-
-

Misc#

+
+

Misc#

  • PR#428 - CI - Add PostgreSQL 16

  • 2bcff2e - API - update Flask to 3.0+

  • @@ -410,15 +457,15 @@

Version 0.7.23 (2023/09/14)#

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • PR#421 - remove darksky from available weather providers in .env

  • PR#426 - Update default tile server (thanks to @astridx)

-
-

Misc#

+
+

Misc#

  • PR#422 - CI - fix e2e tests with packaged version

@@ -426,15 +473,15 @@

Version 0.7.22 (2023/08/23)#

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • PR#411 - Fix various typos

  • PR#416 - fix modal navigation and closing

-
-

Translations#

+
+

Translations#

  • PR#410 - Translations update (German)

  • PR#415 - Translations update (Polish)

  • @@ -463,14 +510,14 @@

Version 0.7.21 (2023/07/30)#

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • #407 - Workout display error when speeds are zero

-
-

Misc#

+
+

Misc#

  • PR#409 - CI - update actions version

@@ -478,21 +525,21 @@

Version 0.7.20 (2023/07/22)#

-
-

Features and enhancements#

+
+

Features and enhancements#

  • #400 - Add new sport: open water swimming

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • PR#398 - Fix language dropdown label

  • #402 - handle gpx file without elevation

-
-

Translations#

+
+

Translations#

  • PR#399 - Translations update (Galician)

  • PR#401 - Translations update (Galician and Polish)

  • @@ -521,23 +568,23 @@

Version 0.7.19 (2023/07/15)#

-
-

Features and enhancements#

+
+

Features and enhancements#

  • PR#380 - Update documentation link

  • #390 - Improve UI

  • #391 - Add new sport: paragliding

-
-

Bugs Fixed#

+
+

Bugs Fixed#

  • #384 - Inconsistent page with between workout with and without GPS data

  • #393 - PIL.Image module has no attribute ANTIALIAS

-
-

Translations#

+
+

Translations#

  • PR#394 - Translations update (Galician)

  • PR#397 - Translations update (Spanish)

  • @@ -550,8 +597,8 @@
  • PR#388 - Minor typo in CONTRIBUTING.md

-
-

Misc#

+
+

Misc#

+ diff --git a/docs/en/cli.html b/docs/en/cli.html index e8d3af48..c9c0c034 100644 --- a/docs/en/cli.html +++ b/docs/en/cli.html @@ -6,7 +6,7 @@ - Command line interface - FitTrackee 0.7.28 documentation + Command line interface - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -544,7 +544,7 @@ Can be used if redis is not set (no dramatiq workers running).

- + diff --git a/docs/en/features.html b/docs/en/features.html index ca805c4f..90699be7 100644 --- a/docs/en/features.html +++ b/docs/en/features.html @@ -6,7 +6,7 @@ - Features - FitTrackee 0.7.28 documentation + Features - FitTrackee 0.7.29 documentation @@ -126,7 +126,7 @@
-
@@ -153,7 +153,7 @@
- FitTrackee 0.7.28 + FitTrackee 0.7.29 documentation @@ -395,7 +395,7 @@ A user with an inactive account cannot log in. (new in 0.6.0).