Skip to content

Commit

Permalink
Merge branch 'dev' into add-social-features
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Oct 30, 2024
2 parents 45711d2 + e886af3 commit 0a8392b
Show file tree
Hide file tree
Showing 156 changed files with 7,177 additions and 6,497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--health-retries 5
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v4
- name: Install Poetry and Dependencies
Expand Down
42 changes: 40 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,49 @@
# Change log

## Version 0.8.11 (2024/10/30)

**FitTrackee** is now available for Python 3.13.
Python 3.8 is no longer supported, the minimum version is now Python 3.9.

### Translations

* [PR#640](https://github.com/SamR1/FitTrackee/pull/640) - Translations update (Basque)
* [PR#645](https://github.com/SamR1/FitTrackee/pull/645) - Translations update (Russian, Polish)

Translation status:
- Basque: 100%
- Bulgarian: 98%
- Czech: 72%
- Dutch: 99%
- English: 100%
- French: 100%
- Galician: 100%
- German: 100%
- Italian: 81%
- Norwegian Bokmål: 52%
- Polish: 100%
- Portuguese: 97%
- Russian: 62%
- Spanish: 100%

### Misc

* [#455](https://github.com/SamR1/FitTrackee/issues/455) - Drop support for Python 3.8
* [#639](https://github.com/SamR1/FitTrackee/issues/639) - Add support for Python 3.13


Thanks to the contributors:
- @erral
- @sikmir
- Mariuz


## Version 0.8.10 (2024/10/09)

### Features and enhancements

* [#635](https://github.com/SamR1/FitTrackee/issues/635) - Add ability to replace gpx title when adding a workout
* [#636](https://github.com/SamR1/FitTrackee/issues/636) - Get description from gpx file if present
* [PR#635](https://github.com/SamR1/FitTrackee/pull/635) - Add ability to replace gpx title when adding a workout
* [PR#636](https://github.com/SamR1/FitTrackee/pull/636) - Get description from gpx file if present

### Translations

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.10
0.8.11
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: 3f1a7c7a517f73a338a86191f7b14de1
config: 402d84671af91d3ac8a757df19cf65bf
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.
42 changes: 40 additions & 2 deletions docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,49 @@
# Change log

## Version 0.8.11 (2024/10/30)

**FitTrackee** is now available for Python 3.13.
Python 3.8 is no longer supported, the minimum version is now Python 3.9.

### Translations

* [PR#640](https://github.com/SamR1/FitTrackee/pull/640) - Translations update (Basque)
* [PR#645](https://github.com/SamR1/FitTrackee/pull/645) - Translations update (Russian, Polish)

Translation status:
- Basque: 100%
- Bulgarian: 98%
- Czech: 72%
- Dutch: 99%
- English: 100%
- French: 100%
- Galician: 100%
- German: 100%
- Italian: 81%
- Norwegian Bokmål: 52%
- Polish: 100%
- Portuguese: 97%
- Russian: 62%
- Spanish: 100%

### Misc

* [#455](https://github.com/SamR1/FitTrackee/issues/455) - Drop support for Python 3.8
* [#639](https://github.com/SamR1/FitTrackee/issues/639) - Add support for Python 3.13


Thanks to the contributors:
- @erral
- @sikmir
- Mariuz


## Version 0.8.10 (2024/10/09)

### Features and enhancements

* [#635](https://github.com/SamR1/FitTrackee/issues/635) - Add ability to replace gpx title when adding a workout
* [#636](https://github.com/SamR1/FitTrackee/issues/636) - Get description from gpx file if present
* [PR#635](https://github.com/SamR1/FitTrackee/pull/635) - Add ability to replace gpx title when adding a workout
* [PR#636](https://github.com/SamR1/FitTrackee/pull/636) - Get description from gpx file if present

### Translations

Expand Down
18 changes: 9 additions & 9 deletions docs/en/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prerequisites
~~~~~~~~~~~~~

- mandatory
- Python >= 3.8.1, <3.13
- Python 3.9+
- PostgreSQL 12+
- optional
- Redis for task queue (if email sending is enabled and for data export requests) and API rate limits
Expand Down 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.10):
- Download the last release (for now, it is the release v0.8.11):

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

.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.8.10.tar.gz
$ tar -xzf v0.8.10.tar.gz
$ cp -R FitTrackee-0.8.10/* FitTrackee/
$ 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/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
Expand Down
6 changes: 5 additions & 1 deletion docs/en/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down
2 changes: 1 addition & 1 deletion docs/en/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
5 changes: 2 additions & 3 deletions docs/en/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.8.10',
const DOCUMENTATION_OPTIONS = {
VERSION: '0.8.11',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions docs/en/_static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, is available */
/* Non-minified version is copied as a separate JS file, if available */

/**
* Porter Stemmer
Expand Down
Loading

0 comments on commit 0a8392b

Please sign in to comment.