Skip to content

Commit

Permalink
bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed May 1, 2024
1 parent a1b615f commit 567c9f9
Show file tree
Hide file tree
Showing 133 changed files with 5,242 additions and 4,633 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Change log

## Version 0.8.1 (2024/05/01)

### Features and enhancements

* [PR#527](https://github.com/SamR1/FitTrackee/pull/527) - improve Sports endpoints response time

### Bugs Fixed

* [PR#531](https://github.com/SamR1/FitTrackee/pull/531) - Minor navigation fixes on mobile
* [PR#532](https://github.com/SamR1/FitTrackee/pull/532) - Fix footer color on dark mode
* [PR#536](https://github.com/SamR1/FitTrackee/pull/536) - Accessibility fixes

### Translations

* [PR#526](https://github.com/SamR1/FitTrackee/pull/526) - Translations update (Dutch, Galician, Norwegian Bokmål)
* [PR#533](https://github.com/SamR1/FitTrackee/pull/533) - Translations update (Czech)
* [#534](https://github.com/SamR1/FitTrackee/issues/534) - [translations request] Czech
* [PR#537](https://github.com/SamR1/FitTrackee/pull/537) - Translations update (Spanish)
* [PR#538](https://github.com/SamR1/FitTrackee/pull/538) - Translations update (Galician)

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

### Misc

* [PR#528](https://github.com/SamR1/FitTrackee/pull/528) - README reworked
* [PR#530](https://github.com/SamR1/FitTrackee/pull/530) - specify AGPLv3 license


Thanks to the contributors:
- @comradekingu
- @gallegonovato
- @jderuiter
- @jmlich
- @xmgz


## Version 0.8.0 (2024/04/21)

**FitTrackee** now lets you associate [equipment](https://samr1.github.io/FitTrackee/en/features.html#equipments) with workouts and filter workouts on notes.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,19 @@ It is also possible to add a workout without a GPX file.

Map data from [OpenStreetMap](https://www.openstreetmap.org).

## Documentation

- [List of features](https://samr1.github.io/FitTrackee/en/features.html)
- [Installation instructions](https://samr1.github.io/FitTrackee/en/installation.html)
- [Changelog](https://samr1.github.io/FitTrackee/en/changelog.html)

**Under heavy development (some features may be unstable).**
(see [issues](https://github.com/SamR1/FitTrackee/issues) and [documentation](https://samr1.github.io/FitTrackee) for more info.)

![FitTrackee Dashboard Screenshot](https://samr1.github.io/FitTrackee/en/_images/fittrackee_screenshot-01.png)

## Translations

<a href="https://hosted.weblate.org/engage/fittrackee/">
<img src="https://hosted.weblate.org/widget/fittrackee/horizontal-auto.svg" alt="Translation status" />
</a>
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
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: 10043307c9c6a1e66e043b352e705329
config: e7c7bda9de824e2c5d93e8b9caaf022f
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.
47 changes: 47 additions & 0 deletions docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Change log

## Version 0.8.1 (2024/05/01)

### Features and enhancements

* [PR#527](https://github.com/SamR1/FitTrackee/pull/527) - improve Sports endpoints response time

### Bugs Fixed

* [PR#531](https://github.com/SamR1/FitTrackee/pull/531) - Minor navigation fixes on mobile
* [PR#532](https://github.com/SamR1/FitTrackee/pull/532) - Fix footer color on dark mode
* [PR#536](https://github.com/SamR1/FitTrackee/pull/536) - Accessibility fixes

### Translations

* [PR#526](https://github.com/SamR1/FitTrackee/pull/526) - Translations update (Dutch, Galician, Norwegian Bokmål)
* [PR#533](https://github.com/SamR1/FitTrackee/pull/533) - Translations update (Czech)
* [#534](https://github.com/SamR1/FitTrackee/issues/534) - [translations request] Czech
* [PR#537](https://github.com/SamR1/FitTrackee/pull/537) - Translations update (Spanish)
* [PR#538](https://github.com/SamR1/FitTrackee/pull/538) - Translations update (Galician)

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

### Misc

* [PR#528](https://github.com/SamR1/FitTrackee/pull/528) - README reworked
* [PR#530](https://github.com/SamR1/FitTrackee/pull/530) - specify AGPLv3 license


Thanks to the contributors:
- @comradekingu
- @gallegonovato
- @jderuiter
- @jmlich
- @xmgz


## Version 0.8.0 (2024/04/21)

**FitTrackee** now lets you associate [equipment](https://samr1.github.io/FitTrackee/en/features.html#equipments) with workouts and filter workouts on notes.
Expand Down
13 changes: 7 additions & 6 deletions docs/en/_sources/features.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ Account & preferences
.. note::
For now, it's not possible to import these files into another **FitTrackee** instance.

OAuth Apps
^^^^^^^^^^
(*new in 0.7.0*)

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

Equipments
^^^^^^^^^^
(*new in 0.8.0*)
Expand Down Expand Up @@ -186,6 +180,12 @@ Equipments
.. note::
| An equipment type can be deactivated by an administrator.
OAuth Apps
^^^^^^^^^^
(*new in 0.7.0*)

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

Administration
^^^^^^^^^^^^^^
(*new in 0.3.0*)
Expand Down Expand Up @@ -264,6 +264,7 @@ FitTrackee is available in the following languages (which can be saved in the us
- Norwegian Bokmål (*new in 0.7.15*)
- Polish (*new in 0.7.18*)
- Basque (*new in 0.7.31*)
- Czech (*new in 0.8.1*)

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

Expand Down
8 changes: 4 additions & 4 deletions docs/en/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ deployment method.


Emails
^^^^^^
~~~~~~
.. versionadded:: 0.3.0

To send emails, a valid ``EMAIL_URL`` must be provided:
Expand Down Expand Up @@ -305,7 +305,7 @@ For instance with password ``passwordwith@and&and?``, the encoded password will


Map tile server
^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~
.. versionadded:: 0.4.0

Default tile server is now **OpenStreetMap**'s standard tile layer (if environment variables are not initialized).
Expand Down Expand Up @@ -338,7 +338,7 @@ The default URL is updated: **OpenStreetMap**'s tile server no longer requires s


API rate limits
^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~
.. versionadded:: 0.7.0

| API rate limits are managed by `Flask-Limiter <https://flask-limiter.readthedocs.io/en/stable>`_, based on IP with fixed window strategy.
Expand Down Expand Up @@ -374,7 +374,7 @@ API rate limits
Weather data
^^^^^^^^^^^^
~~~~~~~~~~~~
.. versionchanged:: 0.7.11

The following weather data providers are supported by **FitTrackee**:
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.0',
VERSION: '0.8.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion docs/en/_static/scripts/furo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/en/_static/scripts/furo.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/en/_static/styles/furo.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/en/_static/styles/furo.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 567c9f9

Please sign in to comment.