Skip to content

Commit

Permalink
Merge branch 'release-v0.8.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Nov 17, 2024
2 parents abb8282 + 0bcafca commit 1d13bdf
Show file tree
Hide file tree
Showing 135 changed files with 5,317 additions and 5,178 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## Version 0.8.12 (2024/11/17)

### Bugs Fixed

* [#652](https://github.com/SamR1/FitTrackee/issues/652) - User can not login on new installation

### Misc

* [PR#651](https://github.com/SamR1/FitTrackee/pull/651) - Tests - add databases to parallelize more tests



## Version 0.8.11 (2024/10/30)

**FitTrackee** is now available for Python 3.13.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![PyPI version](https://img.shields.io/pypi/v/fittrackee.svg)](https://pypi.org/project/fittrackee/)
[![Python Version](https://img.shields.io/pypi/pyversions/fittrackee.svg)](https://python.org)
[![Flask Version](https://img.shields.io/badge/flask-3.0-brightgreen.svg)](http://flask.pocoo.org/)
[![Flask Version](https://img.shields.io/badge/flask-3.1-brightgreen.svg)](http://flask.pocoo.org/)
[![code formatter: ruff](https://img.shields.io/badge/code%20formatter-ruff-d7ff64)](https://docs.astral.sh/ruff/)
[![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.5-brightgreen.svg)](https://v3.vuejs.org/)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.11
0.8.12
8 changes: 8 additions & 0 deletions db/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ DROP DATABASE IF EXISTS fittrackee_test_gw0;
DROP DATABASE IF EXISTS fittrackee_test_gw1;
DROP DATABASE IF EXISTS fittrackee_test_gw2;
DROP DATABASE IF EXISTS fittrackee_test_gw3;
DROP DATABASE IF EXISTS fittrackee_test_gw4;
DROP DATABASE IF EXISTS fittrackee_test_gw5;
DROP DATABASE IF EXISTS fittrackee_test_gw6;
DROP DATABASE IF EXISTS fittrackee_test_gw7;
DROP SCHEMA IF EXISTS fittrackee;
DROP USER IF EXISTS fittrackee;

Expand All @@ -15,3 +19,7 @@ CREATE DATABASE fittrackee_test_gw0 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw1 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw2 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw3 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw4 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw5 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw6 OWNER fittrackee;
CREATE DATABASE fittrackee_test_gw7 OWNER fittrackee;
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: 402d84671af91d3ac8a757df19cf65bf
config: 3569b0304590d86389f79e54c10d6b9a
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.
Binary file modified docs/en/_images/fittrackee_screenshot-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## Version 0.8.12 (2024/11/17)

### Bugs Fixed

* [#652](https://github.com/SamR1/FitTrackee/issues/652) - User can not login on new installation

### Misc

* [PR#651](https://github.com/SamR1/FitTrackee/pull/651) - Tests - add databases to parallelize more tests



## Version 0.8.11 (2024/10/30)

**FitTrackee** is now available for Python 3.13.
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.11):
- Download the last release (for now, it is the release v0.8.12):

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.11.tar.gz
$ tar -xzf v0.8.11.tar.gz
$ mv FitTrackee-0.8.11 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.12.tar.gz
$ tar -xzf v0.8.12.tar.gz
$ mv FitTrackee-0.8.12 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.11) and overwrite existing files:
- Download the last release (for now, it is the release v0.8.12) and overwrite existing files:

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.11.tar.gz
$ tar -xzf v0.8.11.tar.gz
$ cp -R FitTrackee-0.8.11/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.12.tar.gz
$ tar -xzf v0.8.12.tar.gz
$ cp -R FitTrackee-0.8.12/* 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,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.8.11',
VERSION: '0.8.12',
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.4.7 and Furo 2024.08.06 -->
<title>Authentication and account - FitTrackee 0.8.11 documentation</title>
<title>Authentication and account - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></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.4.7 and Furo 2024.08.06 -->
<title>Configuration - FitTrackee 0.8.11 documentation</title>
<title>Configuration - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -310,7 +310,7 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Link to this
<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;stats_workouts_limit&quot;</span><span class="p">:</span><span class="w"> </span><span class="mi">10000</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.11&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.12&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 @@ -356,7 +356,7 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Link to this
<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;stats_workouts_limit&quot;</span><span class="p">:</span><span class="w"> </span><span class="mi">10000</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.11&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.12&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 @@ -494,7 +494,7 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Link to this

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></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.4.7 and Furo 2024.08.06 -->
<title>Equipment Types - FitTrackee 0.8.11 documentation</title>
<title>Equipment Types - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></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.4.7 and Furo 2024.08.06 -->
<title>Equipments - FitTrackee 0.8.11 documentation</title>
<title>Equipments - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></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.4.7 and Furo 2024.08.06 -->
<title>API documentation - FitTrackee 0.8.11 documentation</title>
<title>API documentation - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></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.4.7 and Furo 2024.08.06 -->
<title>OAuth2 - FitTrackee 0.8.11 documentation</title>
<title>OAuth2 - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/api/records.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="Sports" href="sports.html" /><link rel="prev" title="OAuth2" href="oauth2.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Records - FitTrackee 0.8.11 documentation</title>
<title>Records - FitTrackee 0.8.12 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -169,7 +169,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FitTrackee 0.8.11
<a href="../index.html"><div class="brand">FitTrackee 0.8.12
documentation</div></a>
</div>
<div class="header-right">
Expand Down Expand Up @@ -197,7 +197,7 @@
<img class="sidebar-logo" src="../_static/ft-logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">FitTrackee 0.8.11
<span class="sidebar-brand-text">FitTrackee 0.8.12
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -453,7 +453,7 @@ <h1>Records<a class="headerlink" href="#records" title="Link to this heading">¶

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=9a7586e3"></script>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
Loading

0 comments on commit 1d13bdf

Please sign in to comment.