Docs - update links to documentation in changelog + fix

This commit is contained in:
Sam 2023-06-24 17:34:47 +02:00
parent 445996b63e
commit 7fa1c23b87
10 changed files with 95 additions and 95 deletions

View File

@ -59,7 +59,7 @@ Thanks to the contributors:
- @jat255
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.15 (2023/04/12)
@ -117,7 +117,7 @@ Thanks to the contributors:
- mondstern from Weblate
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.14 (2023/03/08)
@ -165,7 +165,7 @@ Thanks to the contributors:
- @bjornclauw
- @qwerty287
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.12 (2023/02/16)
@ -185,7 +185,7 @@ Thanks to the contributors:
### Features and enhancements
* [PR#265](https://github.com/SamR1/FitTrackee/pull/265) - Implementing alternative weather API (VisualCrossing.com)
**Note**: A new environment variable must be to set to configure the weather data provider: `WEATHER_API_PROVIDER` (see [documentation](https://samr1.github.io/FitTrackee/installation.html#weather-data))
**Note**: A new environment variable must be to set to configure the weather data provider: `WEATHER_API_PROVIDER` (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#weather-data))
### Translations
@ -213,7 +213,7 @@ FitTrackee is now available in Italian (thanks to @dperruso).
* [c88a515](https://github.com/SamR1/FitTrackee/commit/c88a5158fea5f9e2fa8c41ecc2c100f6d9319371) - Translations update from Hosted Weblate (Dutch, thanks to @bjornclauw)
* [f96dcef](https://github.com/SamR1/FitTrackee/commit/f96dcef0dc69d00f65a036fa2e33c22612004cb1) - Translations update (German)
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.9 (2022/12/11)
@ -227,7 +227,7 @@ FitTrackee is now available in Italian (thanks to @dperruso).
* [PR#278](https://github.com/SamR1/FitTrackee/pull/278) - Translations update from Hosted Weblate (German, thanks to @qwerty287)
* [PR#282](https://github.com/SamR1/FitTrackee/pull/282) - Init italian translation files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.8 (2022/11/30)
@ -259,7 +259,7 @@ FitTrackee is now available in Dutch (thanks to @bjornclauw).
* [PR#274](https://github.com/SamR1/FitTrackee/pull/274) - Tests parallelization
* [PR#275](https://github.com/SamR1/FitTrackee/pull/275) - Disable worker entry point
**Note:** `fittrackee_worker` command is disabled, please use existing flask-dramatiq CLI (see [documentation](https://samr1.github.io/FitTrackee/installation.html#from-pypi))
**Note:** `fittrackee_worker` command is disabled, please use existing flask-dramatiq CLI (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#from-pypi))
## Version 0.7.6 (2022/11/09)
@ -321,7 +321,7 @@ Thanks to @jat255
* [PR#252](https://github.com/SamR1/FitTrackee/issues/252) - init Norwegian Bokmål translations files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.2 (2022/09/21)
@ -360,7 +360,7 @@ Thanks to @jat255
* [PR#212](https://github.com/SamR1/FitTrackee/issues/212) - Translations update from Hosted Weblate (thanks to J. Lavoie)
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.6.12 (2022/09/14)
@ -381,7 +381,7 @@ Thanks to @Skylan0916
In this release 1 issue was closed.
**Note:** This release contains a fix on the last database migration that will be executed only on versions lower than v0.6.11 (no data differences with v0.6.11, the fix allows to execute the migration on Postgres<12)
(see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade)).
(see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade)).
## Version 0.6.11 (2022/07/27)
@ -403,7 +403,7 @@ In this release 1 issue was closed.
Thanks to @Fmstrat
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
### Version 0.6.10 (2022/07/13)
@ -413,7 +413,7 @@ In this release 1 issue was closed.
#### Bugs Fixed
* [#210](https://github.com/SamR1/FitTrackee/issues/210) - ERROR - could not download 6 tiles
**Note**: for tile server requiring subdomains, see the new environment variable [`STATICMAP_SUBDOMAINS`](https://samr1.github.io/FitTrackee/installation.html#envvar-STATICMAP_SUBDOMAINS)
**Note**: for tile server requiring subdomains, see the new environment variable [`STATICMAP_SUBDOMAINS`](https://samr1.github.io/FitTrackee/en/installation.html#envvar-STATICMAP_SUBDOMAINS)
### Pull Requests
@ -493,10 +493,10 @@ No new features in this release, only dependencies update and code refacto befor
## Version 0.6.5 (2022/04/24)
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/installation.html#emails)).
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#emails)).
It reduces pre-requisites for single-user instances.
To manage users, a new [CLI](https://samr1.github.io/FitTrackee/cli.html) is available.
To manage users, a new [CLI](https://samr1.github.io/FitTrackee/en/cli.html) is available.
### Issues Closed
@ -555,7 +555,7 @@ In this release 1 issue was closed.
## Version 0.6.0 (2022/03/27)
This version introduces some changes on [user registration](https://samr1.github.io/FitTrackee/features.html#account-preferences).
This version introduces some changes on [user registration](https://samr1.github.io/FitTrackee/en/features.html#account-preferences).
From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration).
@ -580,7 +580,7 @@ From now on, a user needs to confirm his account after registration (an email wi
Thanks to @Fmstrat
In this release 3 issues were closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.5.7 (2022/02/13)
@ -590,7 +590,7 @@ Thanks to @DanielSiersleben for the report.
And from now on, admin account is not created on application initialization.
A new command is added to set administration rights on the account created after registration
(see [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
(see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
### Issues Closed
@ -634,7 +634,7 @@ In this release 1 issue was closed.
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.5.5 (2022/01/19)
@ -863,9 +863,9 @@ In this release 1 issue was closed.
This version introduces some major changes:
- Installation becomes more easy. **FitTrackee** can be now be installed from PyPi.
⚠️ Warning: please read [installation documentation](https://samr1.github.io/FitTrackee/installation.html), some environment variables and files have been renamed.
⚠️ Warning: please read [installation documentation](https://samr1.github.io/FitTrackee/en/installation.html), some environment variables and files have been renamed.
- It's now possible to change the tile provider for maps. The default tile server is now **OpenStreetMap**'s standard tile layer (replacing **ThunderForest Outdoors**),
see [Map tile server in documentation](https://samr1.github.io/FitTrackee/installation.html#map-tile-server).
see [Map tile server in documentation](https://samr1.github.io/FitTrackee/en/installation.html#map-tile-server).
### Issues Closed
@ -880,8 +880,8 @@ In this release 2 issues were closed.
## Version 0.3.0 - Administration (2020/07/15)
This version introduces some major changes:
- FitTrackee administration is now available (see [documentation](https://samr1.github.io/FitTrackee/features.html#administration))
⚠️ Warning: some application parameters move from environment variables to database (see [installation](https://samr1.github.io/FitTrackee/installation.html#environment-variables)).
- FitTrackee administration is now available (see [documentation](https://samr1.github.io/FitTrackee/en/features.html#administration))
⚠️ Warning: some application parameters move from environment variables to database (see [installation](https://samr1.github.io/FitTrackee/en/installation.html#environment-variables)).
- in order to send emails, Redis is now a mandatory dependency
### Issues Closed

View File

@ -59,7 +59,7 @@ Thanks to the contributors:
- @jat255
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.15 (2023/04/12)
@ -117,7 +117,7 @@ Thanks to the contributors:
- mondstern from Weblate
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.14 (2023/03/08)
@ -165,7 +165,7 @@ Thanks to the contributors:
- @bjornclauw
- @qwerty287
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.12 (2023/02/16)
@ -185,7 +185,7 @@ Thanks to the contributors:
### Features and enhancements
* [PR#265](https://github.com/SamR1/FitTrackee/pull/265) - Implementing alternative weather API (VisualCrossing.com)
**Note**: A new environment variable must be to set to configure the weather data provider: `WEATHER_API_PROVIDER` (see [documentation](https://samr1.github.io/FitTrackee/installation.html#weather-data))
**Note**: A new environment variable must be to set to configure the weather data provider: `WEATHER_API_PROVIDER` (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#weather-data))
### Translations
@ -213,7 +213,7 @@ FitTrackee is now available in Italian (thanks to @dperruso).
* [c88a515](https://github.com/SamR1/FitTrackee/commit/c88a5158fea5f9e2fa8c41ecc2c100f6d9319371) - Translations update from Hosted Weblate (Dutch, thanks to @bjornclauw)
* [f96dcef](https://github.com/SamR1/FitTrackee/commit/f96dcef0dc69d00f65a036fa2e33c22612004cb1) - Translations update (German)
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.9 (2022/12/11)
@ -227,7 +227,7 @@ FitTrackee is now available in Italian (thanks to @dperruso).
* [PR#278](https://github.com/SamR1/FitTrackee/pull/278) - Translations update from Hosted Weblate (German, thanks to @qwerty287)
* [PR#282](https://github.com/SamR1/FitTrackee/pull/282) - Init italian translation files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.8 (2022/11/30)
@ -259,7 +259,7 @@ FitTrackee is now available in Dutch (thanks to @bjornclauw).
* [PR#274](https://github.com/SamR1/FitTrackee/pull/274) - Tests parallelization
* [PR#275](https://github.com/SamR1/FitTrackee/pull/275) - Disable worker entry point
**Note:** `fittrackee_worker` command is disabled, please use existing flask-dramatiq CLI (see [documentation](https://samr1.github.io/FitTrackee/installation.html#from-pypi))
**Note:** `fittrackee_worker` command is disabled, please use existing flask-dramatiq CLI (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#from-pypi))
## Version 0.7.6 (2022/11/09)
@ -321,7 +321,7 @@ Thanks to @jat255
* [PR#252](https://github.com/SamR1/FitTrackee/issues/252) - init Norwegian Bokmål translations files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.2 (2022/09/21)
@ -360,7 +360,7 @@ Thanks to @jat255
* [PR#212](https://github.com/SamR1/FitTrackee/issues/212) - Translations update from Hosted Weblate (thanks to J. Lavoie)
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.6.12 (2022/09/14)
@ -381,7 +381,7 @@ Thanks to @Skylan0916
In this release 1 issue was closed.
**Note:** This release contains a fix on the last database migration that will be executed only on versions lower than v0.6.11 (no data differences with v0.6.11, the fix allows to execute the migration on Postgres<12)
(see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade)).
(see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade)).
## Version 0.6.11 (2022/07/27)
@ -403,7 +403,7 @@ In this release 1 issue was closed.
Thanks to @Fmstrat
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
### Version 0.6.10 (2022/07/13)
@ -413,7 +413,7 @@ In this release 1 issue was closed.
#### Bugs Fixed
* [#210](https://github.com/SamR1/FitTrackee/issues/210) - ERROR - could not download 6 tiles
**Note**: for tile server requiring subdomains, see the new environment variable [`STATICMAP_SUBDOMAINS`](https://samr1.github.io/FitTrackee/installation.html#envvar-STATICMAP_SUBDOMAINS)
**Note**: for tile server requiring subdomains, see the new environment variable [`STATICMAP_SUBDOMAINS`](https://samr1.github.io/FitTrackee/en/installation.html#envvar-STATICMAP_SUBDOMAINS)
### Pull Requests
@ -493,10 +493,10 @@ No new features in this release, only dependencies update and code refacto befor
## Version 0.6.5 (2022/04/24)
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/installation.html#emails)).
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#emails)).
It reduces pre-requisites for single-user instances.
To manage users, a new [CLI](https://samr1.github.io/FitTrackee/cli.html) is available.
To manage users, a new [CLI](https://samr1.github.io/FitTrackee/en/cli.html) is available.
### Issues Closed
@ -555,7 +555,7 @@ In this release 1 issue was closed.
## Version 0.6.0 (2022/03/27)
This version introduces some changes on [user registration](https://samr1.github.io/FitTrackee/features.html#account-preferences).
This version introduces some changes on [user registration](https://samr1.github.io/FitTrackee/en/features.html#account-preferences).
From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration).
@ -580,7 +580,7 @@ From now on, a user needs to confirm his account after registration (an email wi
Thanks to @Fmstrat
In this release 3 issues were closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.5.7 (2022/02/13)
@ -590,7 +590,7 @@ Thanks to @DanielSiersleben for the report.
And from now on, admin account is not created on application initialization.
A new command is added to set administration rights on the account created after registration
(see [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
(see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
### Issues Closed
@ -634,7 +634,7 @@ In this release 1 issue was closed.
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.5.5 (2022/01/19)
@ -863,9 +863,9 @@ In this release 1 issue was closed.
This version introduces some major changes:
- Installation becomes more easy. **FitTrackee** can be now be installed from PyPi.
⚠️ Warning: please read [installation documentation](https://samr1.github.io/FitTrackee/installation.html), some environment variables and files have been renamed.
⚠️ Warning: please read [installation documentation](https://samr1.github.io/FitTrackee/en/installation.html), some environment variables and files have been renamed.
- It's now possible to change the tile provider for maps. The default tile server is now **OpenStreetMap**'s standard tile layer (replacing **ThunderForest Outdoors**),
see [Map tile server in documentation](https://samr1.github.io/FitTrackee/installation.html#map-tile-server).
see [Map tile server in documentation](https://samr1.github.io/FitTrackee/en/installation.html#map-tile-server).
### Issues Closed
@ -880,8 +880,8 @@ In this release 2 issues were closed.
## Version 0.3.0 - Administration (2020/07/15)
This version introduces some major changes:
- FitTrackee administration is now available (see [documentation](https://samr1.github.io/FitTrackee/features.html#administration))
⚠️ Warning: some application parameters move from environment variables to database (see [installation](https://samr1.github.io/FitTrackee/installation.html#environment-variables)).
- FitTrackee administration is now available (see [documentation](https://samr1.github.io/FitTrackee/en/features.html#administration))
⚠️ Warning: some application parameters move from environment variables to database (see [installation](https://samr1.github.io/FitTrackee/en/installation.html#environment-variables)).
- in order to send emails, Redis is now a mandatory dependency
### Issues Closed

View File

@ -297,7 +297,7 @@
<li><p>&#64;jat255</p></li>
<li><p>&#64;xmgz</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-15-2023-04-12">
@ -359,7 +359,7 @@
<li><p>J. Lavoie from Weblate</p></li>
<li><p>mondstern from Weblate</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-14-2023-03-08">
@ -414,7 +414,7 @@
<li><p>&#64;bjornclauw</p></li>
<li><p>&#64;qwerty287</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-12-2023-02-16">
@ -438,7 +438,7 @@
<section id="id12">
<h3>Features and enhancements<a class="headerlink" href="#id12" title="Permalink to this heading">#</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/265">PR#265</a> - Implementing alternative weather API (VisualCrossing.com)<br /><strong>Note</strong>: A new environment variable must be to set to configure the weather data provider: <code class="docutils literal notranslate"><span class="pre">WEATHER_API_PROVIDER</span></code> (see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#weather-data">documentation</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/265">PR#265</a> - Implementing alternative weather API (VisualCrossing.com)<br /><strong>Note</strong>: A new environment variable must be to set to configure the weather data provider: <code class="docutils literal notranslate"><span class="pre">WEATHER_API_PROVIDER</span></code> (see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#weather-data">documentation</a>)</p></li>
</ul>
</section>
<section id="id13">
@ -471,7 +471,7 @@
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/commit/c88a5158fea5f9e2fa8c41ecc2c100f6d9319371">c88a515</a> - Translations update from Hosted Weblate (Dutch, thanks to &#64;bjornclauw)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/commit/f96dcef0dc69d00f65a036fa2e33c22612004cb1">f96dcef</a> - Translations update (German)</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-9-2022-12-11">
@ -488,7 +488,7 @@
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/278">PR#278</a> - Translations update from Hosted Weblate (German, thanks to &#64;qwerty287)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/282">PR#282</a> - Init italian translation files</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-8-2022-11-30">
@ -527,7 +527,7 @@
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/274">PR#274</a> - Tests parallelization</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/275">PR#275</a> - Disable worker entry point</p></li>
</ul>
<p><strong>Note:</strong> <code class="docutils literal notranslate"><span class="pre">fittrackee_worker</span></code> command is disabled, please use existing flask-dramatiq CLI (see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#from-pypi">documentation</a>)</p>
<p><strong>Note:</strong> <code class="docutils literal notranslate"><span class="pre">fittrackee_worker</span></code> command is disabled, please use existing flask-dramatiq CLI (see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#from-pypi">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-6-2022-11-09">
@ -606,7 +606,7 @@
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/252">PR#252</a> - init Norwegian Bokmål translations files</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-7-2-2022-09-21">
@ -656,7 +656,7 @@
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/212">PR#212</a> - Translations update from Hosted Weblate (thanks to J. Lavoie)</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-6-12-2022-09-14">
@ -678,7 +678,7 @@
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/225">#225</a> - Fix grammar issue</p></li>
</ul>
<p>Thanks to &#64;Skylan0916</p>
<p>In this release 1 issue was closed.<br /><strong>Note:</strong> This release contains a fix on the last database migration that will be executed only on versions lower than v0.6.11 (no data differences with v0.6.11, the fix allows to execute the migration on Postgres&lt;12)<br />(see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>).</p>
<p>In this release 1 issue was closed.<br /><strong>Note:</strong> This release contains a fix on the last database migration that will be executed only on versions lower than v0.6.11 (no data differences with v0.6.11, the fix allows to execute the migration on Postgres&lt;12)<br />(see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>).</p>
</section>
</section>
</section>
@ -703,7 +703,7 @@
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/162">#162</a> - Added total elevation to dashboard</p></li>
</ul>
<p>Thanks to &#64;Fmstrat</p>
<p>In this release 1 issue was closed.<br /><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p>In this release 1 issue was closed.<br /><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-6-10-2022-07-13">
@ -714,7 +714,7 @@
<section id="id44">
<h4>Bugs Fixed<a class="headerlink" href="#id44" title="Permalink to this heading">#</a></h4>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/210">#210</a> - ERROR - could not download 6 tiles<br /><strong>Note</strong>: for tile server requiring subdomains, see the new environment variable <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#envvar-STATICMAP_SUBDOMAINS"><code class="docutils literal notranslate"><span class="pre">STATICMAP_SUBDOMAINS</span></code></a></p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/210">#210</a> - ERROR - could not download 6 tiles<br /><strong>Note</strong>: for tile server requiring subdomains, see the new environment variable <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#envvar-STATICMAP_SUBDOMAINS"><code class="docutils literal notranslate"><span class="pre">STATICMAP_SUBDOMAINS</span></code></a></p></li>
</ul>
</section>
</section>
@ -808,9 +808,9 @@
</section>
<section id="version-0-6-5-2022-04-24">
<h2>Version 0.6.5 (2022/04/24)<a class="headerlink" href="#version-0-6-5-2022-04-24" title="Permalink to this heading">#</a></h2>
<p>It is now possible to start FitTrackee without a configured SMTP provider (see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#emails">documentation</a>).
<p>It is now possible to start FitTrackee without a configured SMTP provider (see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#emails">documentation</a>).
It reduces pre-requisites for single-user instances.</p>
<p>To manage users, a new <a class="reference external" href="https://samr1.github.io/FitTrackee/cli.html">CLI</a> is available.</p>
<p>To manage users, a new <a class="reference external" href="https://samr1.github.io/FitTrackee/en/cli.html">CLI</a> is available.</p>
<section id="id57">
<h3>Issues Closed<a class="headerlink" href="#id57" title="Permalink to this heading">#</a></h3>
<section id="id58">
@ -881,7 +881,7 @@ It reduces pre-requisites for single-user instances.</p>
</section>
<section id="version-0-6-0-2022-03-27">
<h2>Version 0.6.0 (2022/03/27)<a class="headerlink" href="#version-0-6-0-2022-03-27" title="Permalink to this heading">#</a></h2>
<p>This version introduces some changes on <a class="reference external" href="https://samr1.github.io/FitTrackee/features.html#account-preferences">user registration</a>.<br />From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration).</p>
<p>This version introduces some changes on <a class="reference external" href="https://samr1.github.io/FitTrackee/en/features.html#account-preferences">user registration</a>.<br />From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration).</p>
<section id="id67">
<h3>Issues Closed<a class="headerlink" href="#id67" title="Permalink to this heading">#</a></h3>
<section id="id68">
@ -907,7 +907,7 @@ It reduces pre-requisites for single-user instances.</p>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/160">#160</a> - Minor translation issue on APP_ERROR</p></li>
</ul>
<p>Thanks to &#64;Fmstrat</p>
<p>In this release 3 issues were closed.<br /><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p>In this release 3 issues were closed.<br /><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
</section>
@ -915,7 +915,7 @@ It reduces pre-requisites for single-user instances.</p>
<h2>Version 0.5.7 (2022/02/13)<a class="headerlink" href="#version-0-5-7-2022-02-13" title="Permalink to this heading">#</a></h2>
<p>This release contains several fixes including security fixes.<br />Thanks to &#64;DanielSiersleben for the report.</p>
<p>And from now on, admin account is not created on application initialization.<br />A new command is added to set administration rights on the account created after registration
(see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
(see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
<section id="id72">
<h3>Issues Closed<a class="headerlink" href="#id72" title="Permalink to this heading">#</a></h3>
<section id="id73">
@ -975,7 +975,7 @@ It reduces pre-requisites for single-user instances.</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/145">#145</a> - fix on database models</p></li>
</ul>
<p>In this release 1 issue was closed.<br /><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#upgrade">documentation</a>)</p>
<p>In this release 1 issue was closed.<br /><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>
<section id="version-0-5-5-2022-01-19">
@ -1244,9 +1244,9 @@ new features.</p>
<h2>Version 0.4.0 - FitTrackee on PyPI (2020/09/19)<a class="headerlink" href="#version-0-4-0-fittrackee-on-pypi-2020-09-19" title="Permalink to this heading">#</a></h2>
<p>This version introduces some major changes:</p>
<ul class="simple">
<li><p>Installation becomes more easy. <strong>FitTrackee</strong> can be now be installed from PyPi.<br />⚠️ Warning: please read <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html">installation documentation</a>, some environment variables and files have been renamed.</p></li>
<li><p>Installation becomes more easy. <strong>FitTrackee</strong> can be now be installed from PyPi.<br />⚠️ Warning: please read <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html">installation documentation</a>, some environment variables and files have been renamed.</p></li>
<li><p>Its now possible to change the tile provider for maps. The default tile server is now <strong>OpenStreetMap</strong>s standard tile layer (replacing <strong>ThunderForest Outdoors</strong>),
see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#map-tile-server">Map tile server in documentation</a>.</p></li>
see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#map-tile-server">Map tile server in documentation</a>.</p></li>
</ul>
<section id="id115">
<h3>Issues Closed<a class="headerlink" href="#id115" title="Permalink to this heading">#</a></h3>
@ -1264,7 +1264,7 @@ see <a class="reference external" href="https://samr1.github.io/FitTrackee/insta
<h2>Version 0.3.0 - Administration (2020/07/15)<a class="headerlink" href="#version-0-3-0-administration-2020-07-15" title="Permalink to this heading">#</a></h2>
<p>This version introduces some major changes:</p>
<ul class="simple">
<li><p>FitTrackee administration is now available (see <a class="reference external" href="https://samr1.github.io/FitTrackee/features.html#administration">documentation</a>)<br />⚠️ Warning: some application parameters move from environment variables to database (see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#environment-variables">installation</a>).</p></li>
<li><p>FitTrackee administration is now available (see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/features.html#administration">documentation</a>)<br />⚠️ Warning: some application parameters move from environment variables to database (see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#environment-variables">installation</a>).</p></li>
<li><p>in order to send emails, Redis is now a mandatory dependency</p></li>
</ul>
<section id="id117">

View File

@ -59,7 +59,7 @@ Thanks to the contributors:
- @jat255
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.15 (2023/04/12)
@ -117,7 +117,7 @@ Thanks to the contributors:
- mondstern from Weblate
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.14 (2023/03/08)
@ -165,7 +165,7 @@ Thanks to the contributors:
- @bjornclauw
- @qwerty287
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.12 (2023/02/16)
@ -185,7 +185,7 @@ Thanks to the contributors:
### Features and enhancements
* [PR#265](https://github.com/SamR1/FitTrackee/pull/265) - Implementing alternative weather API (VisualCrossing.com)
**Note**: A new environment variable must be to set to configure the weather data provider: `WEATHER_API_PROVIDER` (see [documentation](https://samr1.github.io/FitTrackee/installation.html#weather-data))
**Note**: A new environment variable must be to set to configure the weather data provider: `WEATHER_API_PROVIDER` (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#weather-data))
### Translations
@ -213,7 +213,7 @@ FitTrackee is now available in Italian (thanks to @dperruso).
* [c88a515](https://github.com/SamR1/FitTrackee/commit/c88a5158fea5f9e2fa8c41ecc2c100f6d9319371) - Translations update from Hosted Weblate (Dutch, thanks to @bjornclauw)
* [f96dcef](https://github.com/SamR1/FitTrackee/commit/f96dcef0dc69d00f65a036fa2e33c22612004cb1) - Translations update (German)
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.9 (2022/12/11)
@ -227,7 +227,7 @@ FitTrackee is now available in Italian (thanks to @dperruso).
* [PR#278](https://github.com/SamR1/FitTrackee/pull/278) - Translations update from Hosted Weblate (German, thanks to @qwerty287)
* [PR#282](https://github.com/SamR1/FitTrackee/pull/282) - Init italian translation files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.8 (2022/11/30)
@ -259,7 +259,7 @@ FitTrackee is now available in Dutch (thanks to @bjornclauw).
* [PR#274](https://github.com/SamR1/FitTrackee/pull/274) - Tests parallelization
* [PR#275](https://github.com/SamR1/FitTrackee/pull/275) - Disable worker entry point
**Note:** `fittrackee_worker` command is disabled, please use existing flask-dramatiq CLI (see [documentation](https://samr1.github.io/FitTrackee/installation.html#from-pypi))
**Note:** `fittrackee_worker` command is disabled, please use existing flask-dramatiq CLI (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#from-pypi))
## Version 0.7.6 (2022/11/09)
@ -321,7 +321,7 @@ Thanks to @jat255
* [PR#252](https://github.com/SamR1/FitTrackee/issues/252) - init Norwegian Bokmål translations files
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.7.2 (2022/09/21)
@ -360,7 +360,7 @@ Thanks to @jat255
* [PR#212](https://github.com/SamR1/FitTrackee/issues/212) - Translations update from Hosted Weblate (thanks to J. Lavoie)
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.6.12 (2022/09/14)
@ -381,7 +381,7 @@ Thanks to @Skylan0916
In this release 1 issue was closed.
**Note:** This release contains a fix on the last database migration that will be executed only on versions lower than v0.6.11 (no data differences with v0.6.11, the fix allows to execute the migration on Postgres<12)
(see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade)).
(see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade)).
## Version 0.6.11 (2022/07/27)
@ -403,7 +403,7 @@ In this release 1 issue was closed.
Thanks to @Fmstrat
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
### Version 0.6.10 (2022/07/13)
@ -413,7 +413,7 @@ In this release 1 issue was closed.
#### Bugs Fixed
* [#210](https://github.com/SamR1/FitTrackee/issues/210) - ERROR - could not download 6 tiles
**Note**: for tile server requiring subdomains, see the new environment variable [`STATICMAP_SUBDOMAINS`](https://samr1.github.io/FitTrackee/installation.html#envvar-STATICMAP_SUBDOMAINS)
**Note**: for tile server requiring subdomains, see the new environment variable [`STATICMAP_SUBDOMAINS`](https://samr1.github.io/FitTrackee/en/installation.html#envvar-STATICMAP_SUBDOMAINS)
### Pull Requests
@ -493,10 +493,10 @@ No new features in this release, only dependencies update and code refacto befor
## Version 0.6.5 (2022/04/24)
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/installation.html#emails)).
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#emails)).
It reduces pre-requisites for single-user instances.
To manage users, a new [CLI](https://samr1.github.io/FitTrackee/cli.html) is available.
To manage users, a new [CLI](https://samr1.github.io/FitTrackee/en/cli.html) is available.
### Issues Closed
@ -555,7 +555,7 @@ In this release 1 issue was closed.
## Version 0.6.0 (2022/03/27)
This version introduces some changes on [user registration](https://samr1.github.io/FitTrackee/features.html#account-preferences).
This version introduces some changes on [user registration](https://samr1.github.io/FitTrackee/en/features.html#account-preferences).
From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration).
@ -580,7 +580,7 @@ From now on, a user needs to confirm his account after registration (an email wi
Thanks to @Fmstrat
In this release 3 issues were closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.5.7 (2022/02/13)
@ -590,7 +590,7 @@ Thanks to @DanielSiersleben for the report.
And from now on, admin account is not created on application initialization.
A new command is added to set administration rights on the account created after registration
(see [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
(see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
### Issues Closed
@ -634,7 +634,7 @@ In this release 1 issue was closed.
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/installation.html#upgrade))
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
## Version 0.5.5 (2022/01/19)
@ -863,9 +863,9 @@ In this release 1 issue was closed.
This version introduces some major changes:
- Installation becomes more easy. **FitTrackee** can be now be installed from PyPi.
⚠️ Warning: please read [installation documentation](https://samr1.github.io/FitTrackee/installation.html), some environment variables and files have been renamed.
⚠️ Warning: please read [installation documentation](https://samr1.github.io/FitTrackee/en/installation.html), some environment variables and files have been renamed.
- It's now possible to change the tile provider for maps. The default tile server is now **OpenStreetMap**'s standard tile layer (replacing **ThunderForest Outdoors**),
see [Map tile server in documentation](https://samr1.github.io/FitTrackee/installation.html#map-tile-server).
see [Map tile server in documentation](https://samr1.github.io/FitTrackee/en/installation.html#map-tile-server).
### Issues Closed
@ -880,8 +880,8 @@ In this release 2 issues were closed.
## Version 0.3.0 - Administration (2020/07/15)
This version introduces some major changes:
- FitTrackee administration is now available (see [documentation](https://samr1.github.io/FitTrackee/features.html#administration))
⚠️ Warning: some application parameters move from environment variables to database (see [installation](https://samr1.github.io/FitTrackee/installation.html#environment-variables)).
- FitTrackee administration is now available (see [documentation](https://samr1.github.io/FitTrackee/en/features.html#administration))
⚠️ Warning: some application parameters move from environment variables to database (see [installation](https://samr1.github.io/FitTrackee/en/installation.html#environment-variables)).
- in order to send emails, Redis is now a mandatory dependency
### Issues Closed

View File

@ -356,8 +356,8 @@
<li><p>&#64;gallegonovato</p></li>
<li><p>&#64;qwerty287</p></li>
<li><p>&#64;xmgz</p></li>
<li><p>J. Lavoie from Weblate</p></li>
<li><p>mondstern from Weblate</p></li>
<li><p>J. Lavoie sur Weblate</p></li>
<li><p>mondstern sur Weblate</p></li>
</ul>
<p>Note: Cette version contient des migrations de base de données (voir les instructions dans la documentation)</p>
</section>
@ -438,7 +438,7 @@
<section id="id12">
<h3>Fonctionnalités et améliorations<a class="headerlink" href="#id12" title="Lien permanent vers cette rubrique">#</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/265">PR#265</a> - Implementing alternative weather API (VisualCrossing.com)<br /><strong>Note</strong>: A new environment variable must be to set to configure the weather data provider: <code class="docutils literal notranslate"><span class="pre">WEATHER_API_PROVIDER</span></code> (see <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#weather-data">documentation</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/265">PR#265</a> - Implementing alternative weather API (VisualCrossing.com)<br /><strong>Note</strong>: A new environment variable must be to set to configure the weather data provider: <code class="docutils literal notranslate"><span class="pre">WEATHER_API_PROVIDER</span></code> (see <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#weather-data">documentation</a>)</p></li>
</ul>
</section>
<section id="id13">
@ -714,7 +714,7 @@
<section id="id44">
<h4>Bugs corrigés<a class="headerlink" href="#id44" title="Lien permanent vers cette rubrique">#</a></h4>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/210">#210</a> - ERROR - could not download 6 tiles<br /><strong>Note</strong>: for tile server requiring subdomains, see the new environment variable <a class="reference external" href="https://samr1.github.io/FitTrackee/installation.html#envvar-STATICMAP_SUBDOMAINS"><code class="docutils literal notranslate"><span class="pre">STATICMAP_SUBDOMAINS</span></code></a></p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/210">#210</a> - ERROR - could not download 6 tiles<br /><strong>Note</strong>: for tile server requiring subdomains, see the new environment variable <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#envvar-STATICMAP_SUBDOMAINS"><code class="docutils literal notranslate"><span class="pre">STATICMAP_SUBDOMAINS</span></code></a></p></li>
</ul>
</section>
</section>
@ -759,7 +759,7 @@
<p>Merci aux contributeurs :</p>
<ul class="simple">
<li><p>&#64;gorgobacka</p></li>
<li><p>J. Lavoie (from Weblate)</p></li>
<li><p>J. Lavoie (sur Weblate)</p></li>
</ul>
</section>
</section>

View File

@ -1867,11 +1867,11 @@ msgstr ""
#: ../source/changelog.md:116
msgid "J. Lavoie from Weblate"
msgstr ""
msgstr "J. Lavoie sur Weblate"
#: ../source/changelog.md:117
msgid "mondstern from Weblate"
msgstr ""
msgstr "mondstern sur Weblate"
#: ../source/changelog.md:123
msgid "Version 0.7.14 (2023/03/08)"
@ -2403,7 +2403,7 @@ msgstr ""
#: ../source/changelog.md:455
msgid "J. Lavoie (from Weblate)"
msgstr ""
msgstr "J. Lavoie (sur Weblate)"
#: ../source/changelog.md:458
msgid "Version 0.6.8 (2022/06/22)"