Skip to content

Commit

Permalink
bump to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed May 22, 2024
1 parent a84c043 commit 036223a
Show file tree
Hide file tree
Showing 137 changed files with 5,056 additions and 4,510 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change log

## Version 0.8.4 (2024/05/22)

**FitTrackee** is now available in Portuguese.

### Features and enhancements

* [f2aec30](https://github.com/SamR1/FitTrackee/commit/f2aec301e18bdf0ae506db6eb013f76d5c99eff1) - add password strength estimation for Czech
* [#563](https://github.com/SamR1/FitTrackee/issues/563) - CLI - init language preference on user creation

### Translations

* [#550](https://github.com/SamR1/FitTrackee/issues/550) - Typo: par page instead of per page
* [PR#551](https://github.com/SamR1/FitTrackee/pull/551) - Translations update (Czech)
* [PR#555](https://github.com/SamR1/FitTrackee/pull/555) - Translations update (Czech)
* [#558](https://github.com/SamR1/FitTrackee/issues/558) - [translations request] Portuguese

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

### Misc

* [PR#556](https://github.com/SamR1/FitTrackee/pull/556) - API - minor refacto
* [PR#557](https://github.com/SamR1/FitTrackee/pull/557) - API - prepare SQLAlchemy migration

Thanks to the contributors:
- @jmlich
- @voodoopt


## Version 0.8.3 (2024/05/09)

### Bugs Fixed
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ check-python: bandit lint-python type-check test-python
clean:
rm -rf .mypy_cache
rm -rf .pytest_cache
rm -rf .ruff_cache
rm -rf e2e/.pytest_cache

clean-install: clean
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4
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: 59787cf4ace2c9f663c8f58093a1b21f
config: 42643fae6b1677a0d8a66131eabe2269
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.
40 changes: 40 additions & 0 deletions docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change log

## Version 0.8.4 (2024/05/22)

**FitTrackee** is now available in Portuguese.

### Features and enhancements

* [f2aec30](https://github.com/SamR1/FitTrackee/commit/f2aec301e18bdf0ae506db6eb013f76d5c99eff1) - add password strength estimation for Czech
* [#563](https://github.com/SamR1/FitTrackee/issues/563) - CLI - init language preference on user creation

### Translations

* [#550](https://github.com/SamR1/FitTrackee/issues/550) - Typo: par page instead of per page
* [PR#551](https://github.com/SamR1/FitTrackee/pull/551) - Translations update (Czech)
* [PR#555](https://github.com/SamR1/FitTrackee/pull/555) - Translations update (Czech)
* [#558](https://github.com/SamR1/FitTrackee/issues/558) - [translations request] Portuguese

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

### Misc

* [PR#556](https://github.com/SamR1/FitTrackee/pull/556) - API - minor refacto
* [PR#557](https://github.com/SamR1/FitTrackee/pull/557) - API - prepare SQLAlchemy migration

Thanks to the contributors:
- @jmlich
- @voodoopt


## Version 0.8.3 (2024/05/09)

### Bugs Fixed
Expand Down
5 changes: 5 additions & 0 deletions docs/en/_sources/cli.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ Create a user account.
- the newly created account is already active.
- the CLI allows to create users when registration is disabled.

.. versionchanged:: 0.8.4

User preference for interface language is added.

.. cssclass:: table-bordered
.. list-table::
Expand All @@ -118,6 +121,8 @@ Create a user account.
- User email (mandatory).
* - ``--password PASSWORD``
- User password (if not provided, a random password is generated).
* - ``--lang LANGUAGE``
- User preference for interface language (two-letter code, ISO 639-1). If not provided or not supported, it falls back to English ('en').



Expand Down
2 changes: 2 additions & 0 deletions docs/en/_sources/features.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Features
########

| **FitTrackee** allows you to store and display **gpx** files and some statistics from your **outdoor** activities.
| Equipments can be associated with workouts.
| For now, this app is kind of a single-user application. Even if several users can register, a user can only view his own workouts.
Gpx files are stored in an upload directory (**without encryption**).
Expand Down Expand Up @@ -265,6 +266,7 @@ FitTrackee is available in the following languages (which can be saved in the us
- Polish (*new in 0.7.18*)
- Basque (*new in 0.7.31*)
- Czech (*new in 0.8.1*)
- Portuguese (*new in 0.8.4*)

Application translations status on `Weblate <https://hosted.weblate.org/engage/fittrackee/>`__ (may differ from the released version):

Expand Down
15 changes: 9 additions & 6 deletions docs/en/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,12 @@ 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.3):
- Download the last release (for now, it is the release v0.8.4):

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.3.tar.gz
$ tar -xzf v0.8.3.tar.gz
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.4.tar.gz
$ tar -xzf v0.8.4.tar.gz
$ mv FitTrackee-0.8.3 FitTrackee
$ cd FitTrackee
Expand Down Expand Up @@ -666,12 +666,12 @@ Prod environment

- Change to the directory where FitTrackee directory is located

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

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.3.tar.gz
$ tar -xzf v0.8.3.tar.gz
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.4.tar.gz
$ tar -xzf v0.8.4.tar.gz
$ cp -R FitTrackee-0.8.3/* FitTrackee/
$ cd FitTrackee
Expand Down Expand Up @@ -841,6 +841,9 @@ Installation

For **evaluation** purposes, docker files are available, installing **FitTrackee** from **sources**.

.. warning::
Docker files are not suitable for production installation.

- To install **FitTrackee**:

.. code-block:: bash
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.3',
VERSION: '0.8.4',
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.3 documentation</title>
<title>Authentication and account - FitTrackee 0.8.4 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.3
<a href="../index.html"><div class="brand">FitTrackee 0.8.4
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.3
<span class="sidebar-brand-text">FitTrackee 0.8.4
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=5dec0a16"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=96659adb"></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.3 documentation</title>
<title>Configuration - FitTrackee 0.8.4 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.3
<a href="../index.html"><div class="brand">FitTrackee 0.8.4
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.3
<span class="sidebar-brand-text">FitTrackee 0.8.4
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.3&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.4&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.3&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.4&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=5dec0a16"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=96659adb"></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.3 documentation</title>
<title>Equipment Types - FitTrackee 0.8.4 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.3
<a href="../index.html"><div class="brand">FitTrackee 0.8.4
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.3
<span class="sidebar-brand-text">FitTrackee 0.8.4
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=5dec0a16"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=96659adb"></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.3 documentation</title>
<title>Equipments - FitTrackee 0.8.4 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.3
<a href="../index.html"><div class="brand">FitTrackee 0.8.4
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.3
<span class="sidebar-brand-text">FitTrackee 0.8.4
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=5dec0a16"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=96659adb"></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.3 documentation</title>
<title>API documentation - FitTrackee 0.8.4 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.3
<a href="../index.html"><div class="brand">FitTrackee 0.8.4
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.3
<span class="sidebar-brand-text">FitTrackee 0.8.4
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=5dec0a16"></script>
</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=96659adb"></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 036223a

Please sign in to comment.