Skip to content

Commit

Permalink
Merge branch 'release-v0.8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed May 9, 2024
2 parents f0fbbc1 + 325c461 commit 5cdc0c5
Show file tree
Hide file tree
Showing 140 changed files with 4,384 additions and 3,979 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change log

## Version 0.8.3 (2024/05/09)

### Bugs Fixed

* [#546](https://github.com/SamR1/FitTrackee/issues/546) - workout data are not refreshed after displaying segment

### Translations

* [PR#545](https://github.com/SamR1/FitTrackee/pull/545) - Translations update (Basque, Czech)

Translation status:
- Basque: 100%
- Czech: 25%
- Dutch: 98%
- English: 100%
- French: 100%
- Galician: 100%
- German: 100%
- Italian: 74%
- Norwegian Bokmål: 53%
- Polish: 88%
- Spanish: 100%


Thanks to the contributors:
- @jmlich
- @urtzai


## Version 0.8.2 (2024/05/08)

### Translations
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion docs/en/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 2d04143e89899513cef2a19855687079
config: 59787cf4ace2c9f663c8f58093a1b21f
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/en/_images/fittrackee_screenshot-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/_images/fittrackee_screenshot-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change log

## Version 0.8.3 (2024/05/09)

### Bugs Fixed

* [#546](https://github.com/SamR1/FitTrackee/issues/546) - workout data are not refreshed after displaying segment

### Translations

* [PR#545](https://github.com/SamR1/FitTrackee/pull/545) - Translations update (Basque, Czech)

Translation status:
- Basque: 100%
- Czech: 25%
- Dutch: 98%
- English: 100%
- French: 100%
- Galician: 100%
- German: 100%
- Italian: 74%
- Norwegian Bokmål: 53%
- Polish: 88%
- Spanish: 100%


Thanks to the contributors:
- @jmlich
- @urtzai


## Version 0.8.2 (2024/05/08)

### Translations
Expand Down
2 changes: 1 addition & 1 deletion docs/en/_sources/features.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ OAuth Apps
^^^^^^^^^^
(*new in 0.7.0*)

- A user can create `clients <apps.html>`__ for third-party applications.
- A user can create `clients <oauth.html>`__ for third-party applications.

Administration
^^^^^^^^^^^^^^
Expand Down
16 changes: 8 additions & 8 deletions docs/en/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,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.8.2):
- Download the last release (for now, it is the release v0.8.3):

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.2.tar.gz
$ tar -xzf v0.8.2.tar.gz
$ mv FitTrackee-0.8.2 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.3.tar.gz
$ tar -xzf v0.8.3.tar.gz
$ mv FitTrackee-0.8.3 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
Expand Down Expand Up @@ -666,13 +666,13 @@ Prod environment

- Change to the directory where FitTrackee directory is located

- Download the last release (for now, it is the release v0.8.2) and overwrite existing files:
- Download the last release (for now, it is the release v0.8.3) and overwrite existing files:

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.2.tar.gz
$ tar -xzf v0.8.2.tar.gz
$ cp -R FitTrackee-0.8.2/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.3.tar.gz
$ tar -xzf v0.8.3.tar.gz
$ cp -R FitTrackee-0.8.3/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
Expand Down
2 changes: 1 addition & 1 deletion docs/en/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.8.2',
VERSION: '0.8.3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions docs/en/api/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Configuration" href="configuration.html" /><link rel="prev" title="API documentation" href="index.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.05.06 -->
<title>Authentication and account - FitTrackee 0.8.2 documentation</title>
<title>Authentication and account - FitTrackee 0.8.3 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -182,7 +182,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.2
<a href="../index.html"><div class="brand">FitTrackee 0.8.3
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -210,7 +210,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.2
<span class="sidebar-brand-text">FitTrackee 0.8.3
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -1668,7 +1668,7 @@ <h1>Authentication and account<a class="headerlink" href="#authentication-and-ac

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=f9948e0f"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=5dec0a16"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
12 changes: 6 additions & 6 deletions docs/en/api/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Equipments" href="equipments.html" /><link rel="prev" title="Authentication and account" href="auth.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.05.06 -->
<title>Configuration - FitTrackee 0.8.2 documentation</title>
<title>Configuration - FitTrackee 0.8.3 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -182,7 +182,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.2
<a href="../index.html"><div class="brand">FitTrackee 0.8.3
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -210,7 +210,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.2
<span class="sidebar-brand-text">FitTrackee 0.8.3
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -322,7 +322,7 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Permalink to
<span class="w"> </span><span class="nt">&quot;map_attribution&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;&amp;copy; &lt;a href=http://www.openstreetmap.org/copyright&gt;OpenStreetMap&lt;/a&gt; contributors&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;privacy_policy&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;privacy_policy_date&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;version&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;0.8.2&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;version&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;0.8.3&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;weather_provider&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;success&quot;</span>
Expand Down Expand Up @@ -367,7 +367,7 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Permalink to
<span class="w"> </span><span class="nt">&quot;map_attribution&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;&amp;copy; &lt;a href=http://www.openstreetmap.org/copyright&gt;OpenStreetMap&lt;/a&gt; contributors&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;privacy_policy&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;privacy_policy_date&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;version&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;0.8.2&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;version&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;0.8.3&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;weather_provider&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;success&quot;</span>
Expand Down Expand Up @@ -493,7 +493,7 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Permalink to

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=f9948e0f"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=5dec0a16"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/api/equipment_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="OAuth2" href="oauth2.html" /><link rel="prev" title="Equipments" href="equipments.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.05.06 -->
<title>Equipment Types - FitTrackee 0.8.2 documentation</title>
<title>Equipment Types - FitTrackee 0.8.3 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -182,7 +182,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.2
<a href="../index.html"><div class="brand">FitTrackee 0.8.3
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -210,7 +210,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.2
<span class="sidebar-brand-text">FitTrackee 0.8.3
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -639,7 +639,7 @@ <h1>Equipment Types<a class="headerlink" href="#equipment-types" title="Permalin

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=f9948e0f"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=5dec0a16"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/api/equipments.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Equipment Types" href="equipment_types.html" /><link rel="prev" title="Configuration" href="configuration.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.05.06 -->
<title>Equipments - FitTrackee 0.8.2 documentation</title>
<title>Equipments - FitTrackee 0.8.3 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -182,7 +182,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.2
<a href="../index.html"><div class="brand">FitTrackee 0.8.3
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -210,7 +210,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.2
<span class="sidebar-brand-text">FitTrackee 0.8.3
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -859,7 +859,7 @@ <h1>Equipments<a class="headerlink" href="#equipments" title="Permalink to this

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=f9948e0f"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=5dec0a16"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Authentication and account" href="auth.html" /><link rel="prev" title="Third-party tools" href="../third_party_tools.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.05.06 -->
<title>API documentation - FitTrackee 0.8.2 documentation</title>
<title>API documentation - FitTrackee 0.8.3 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -182,7 +182,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.2
<a href="../index.html"><div class="brand">FitTrackee 0.8.3
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -210,7 +210,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.2
<span class="sidebar-brand-text">FitTrackee 0.8.3
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -366,7 +366,7 @@ <h1>API documentation<a class="headerlink" href="#api-documentation" title="Perm

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=f9948e0f"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=5dec0a16"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/api/oauth2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Records" href="records.html" /><link rel="prev" title="Equipment Types" href="equipment_types.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.05.06 -->
<title>OAuth2 - FitTrackee 0.8.2 documentation</title>
<title>OAuth2 - FitTrackee 0.8.3 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -182,7 +182,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.2
<a href="../index.html"><div class="brand">FitTrackee 0.8.3
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -210,7 +210,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.2
<span class="sidebar-brand-text">FitTrackee 0.8.3
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -889,7 +889,7 @@ <h1>OAuth2<a class="headerlink" href="#oauth2" title="Permalink to this heading"

</aside>
</div>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=f9948e0f"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=5dec0a16"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
Loading

0 comments on commit 5cdc0c5

Please sign in to comment.