Skip to content

Commit

Permalink
bump to 0.9.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Dec 14, 2024
1 parent 3065f10 commit 20704db
Show file tree
Hide file tree
Showing 141 changed files with 4,864 additions and 4,623 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change log

## Version 0.9.0b1 (2024/12/14)

**This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.**
If you find bugs, please report them.

### Features and enhancements

* [#16](https://github.com/SamR1/FitTrackee/issues/16) - Add social features [1s part]
* [#125](https://github.com/SamR1/FitTrackee/issues/125) - Add followers/following and visibility levels
* [#296](https://github.com/SamR1/FitTrackee/issues/296) - Add comments
* [#298](https://github.com/SamR1/FitTrackee/issues/298) - Add likes
* [#299](https://github.com/SamR1/FitTrackee/issues/299) - UI notifications
* [#381](https://github.com/SamR1/FitTrackee/issues/381) - Block a user to hide unwanted content
* [#382](https://github.com/SamR1/FitTrackee/issues/382) - Moderation tools
* [#655](https://github.com/SamR1/FitTrackee/issues/655) - Add moderator and owner roles

**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))

## Version 0.8.12 (2024/11/17)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.12
0.9.0b1
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: 3569b0304590d86389f79e54c10d6b9a
config: e8944542e889bb19717c6b4989339d27
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/en/_images/administration-menu.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/dashboard.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/equipment-detail.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/equipments-list.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/notifications.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/oauth2-app-authorization.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/oauth2-client-creation.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/sports-administration.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/statistics-by-sport.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/statistics-by-time-period.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/users-directory.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/workout-detail.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/workouts-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change log

## Version 0.9.0b1 (2024/12/14)

**This is a pre-release. Don't install this version in production, you may not be able to safely downgrade to a stable version.**
If you find bugs, please report them.

### Features and enhancements

* [#16](https://github.com/SamR1/FitTrackee/issues/16) - Add social features [1s part]
* [#125](https://github.com/SamR1/FitTrackee/issues/125) - Add followers/following and visibility levels
* [#296](https://github.com/SamR1/FitTrackee/issues/296) - Add comments
* [#298](https://github.com/SamR1/FitTrackee/issues/298) - Add likes
* [#299](https://github.com/SamR1/FitTrackee/issues/299) - UI notifications
* [#381](https://github.com/SamR1/FitTrackee/issues/381) - Block a user to hide unwanted content
* [#382](https://github.com/SamR1/FitTrackee/issues/382) - Moderation tools
* [#655](https://github.com/SamR1/FitTrackee/issues/655) - Add moderator and owner roles

**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))

## Version 0.8.12 (2024/11/17)

### Bugs Fixed
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.12',
VERSION: '0.9.0b1',
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.12 documentation</title>
<title>Authentication and account - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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/comments.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="Configuration" href="configuration.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Comments - FitTrackee 0.8.12 documentation</title>
<title>Comments - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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/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="Comments" href="comments.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.12 documentation</title>
<title>Configuration - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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="Follow requests" href="follow_requests.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.12 documentation</title>
<title>Equipment Types - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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="Comments" href="comments.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Equipments - FitTrackee 0.8.12 documentation</title>
<title>Equipments - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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/follow_requests.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="Equipment Types" href="equipment_types.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Follow requests - FitTrackee 0.8.12 documentation</title>
<title>Follow requests - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
Expand Down Expand Up @@ -547,7 +547,7 @@ <h1>Follow requests<a class="headerlink" href="#follow-requests" title="Link to

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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.12 documentation</title>
<title>API documentation - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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/notifications.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="OAuth2" href="oauth2.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>Notifications - FitTrackee 0.8.12 documentation</title>
<title>Notifications - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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="Notifications" href="notifications.html" /><link rel="prev" title="Follow requests" href="follow_requests.html" />

<!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
<title>OAuth2 - FitTrackee 0.8.12 documentation</title>
<title>OAuth2 - FitTrackee 0.9.0b1 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.12
<a href="../index.html"><div class="brand">FitTrackee 0.9.0b1
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.12
<span class="sidebar-brand-text">FitTrackee 0.9.0b1
documentation</span>

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

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=ad8d0c89"></script>
</div><script src="../_static/documentation_options.js?v=62a07440"></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 20704db

Please sign in to comment.