Skip to content

Commit

Permalink
Merge branch 'v0.9.x' into add-social-features_ap
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Jan 5, 2025
2 parents d952a31 + 31e162c commit d796927
Show file tree
Hide file tree
Showing 229 changed files with 10,859 additions and 6,627 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.tests-and-publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ jobs:
images: |
fittrackee/fittrackee
${{ env.GITHUB_REGISTRY }}/${{ env.GITHUB_IMAGE_NAME}}
tags: |
type=pep440,pattern={{version}},prefix=v
- name: Build and push Docker images
id: push
Expand Down
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,51 @@
# Change log

## Version 0.9.0b6 (2025/01/05)

**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

* [PR#677](https://github.com/SamR1/FitTrackee/pull/677) - Add notification preferences
* [PR#678](https://github.com/SamR1/FitTrackee/pull/678) - Display users who like comment/workout

### Bugs Fixed

* [d743abf](https://github.com/SamR1/FitTrackee/commit/d743abf0e59a3c7cc1e11adbd9c8d0214d0c7da7) - display missing errors in user profile


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


## Version 0.9.0b5 (2024/12/30)

**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

* [PR#675](https://github.com/SamR1/FitTrackee/pull/675) - CLI - create user with provided role

### Bugs Fixed

* [PR#671](https://github.com/SamR1/FitTrackee/pull/671) - Fix sport icon when unauthenticated user displays user profile
* [PR#674](https://github.com/SamR1/FitTrackee/pull/674) - Fix display of privacy policy message with privacy extension
* [2e9f9d](https://github.com/SamR1/FitTrackee/commit/2e9f9d69eb38d5f310236944d45b4b60d8faff20) - fix translations
* [edc677](https://github.com/SamR1/FitTrackee/commit/edc6776c922925746762f7ac76c267feda7cde2f) - Fix notification icons

### Misc

* [174240](https://github.com/SamR1/FitTrackee/commit/174240f1d9dc702d4346c85e6add4022af2a88c6) - add tags input to docker image build job


## Version 0.8.13 (2024/12/29)

### Translations

* [PR#667](https://github.com/SamR1/FitTrackee/pull/667) - Translations update (Galicien)
* [PR#667](https://github.com/SamR1/FitTrackee/pull/667) - Translations update (Galician)

Translation status:
- Basque: 100%
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0b4
0.9.0b6
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: 1f40293afebca1273c520c0d2b420351
config: 99d8b9a616473d517d6f312337cba177
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.
1 change: 1 addition & 0 deletions docs/en/_sources/api/auth.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Authentication and account
auth.edit_user_preferences,
auth.edit_user_sport_preferences,
auth.reset_user_sport_preferences,
auth.edit_user_notifications_preferences,
auth.edit_picture,
auth.del_picture,
auth.request_password_reset,
Expand Down
1 change: 1 addition & 0 deletions docs/en/_sources/api/comments.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Comments
comments.update_workout_comment,
comments.like_comment,
comments.undo_comment_like,
comments.get_comment_likes,
comments.appeal_comment_suspension,
comments.delete_workout_comment

1 change: 1 addition & 0 deletions docs/en/_sources/api/workouts.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Workouts
workouts.delete_workout,
workouts.like_workout,
workouts.undo_workout_like,
workouts.get_workout_likes,
workouts.appeal_workout_suspension
43 changes: 42 additions & 1 deletion docs/en/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,51 @@
# Change log

## Version 0.9.0b6 (2025/01/05)

**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

* [PR#677](https://github.com/SamR1/FitTrackee/pull/677) - Add notification preferences
* [PR#678](https://github.com/SamR1/FitTrackee/pull/678) - Display users who like comment/workout

### Bugs Fixed

* [d743abf](https://github.com/SamR1/FitTrackee/commit/d743abf0e59a3c7cc1e11adbd9c8d0214d0c7da7) - display missing errors in user profile


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


## Version 0.9.0b5 (2024/12/30)

**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

* [PR#675](https://github.com/SamR1/FitTrackee/pull/675) - CLI - create user with provided role

### Bugs Fixed

* [PR#671](https://github.com/SamR1/FitTrackee/pull/671) - Fix sport icon when unauthenticated user displays user profile
* [PR#674](https://github.com/SamR1/FitTrackee/pull/674) - Fix display of privacy policy message with privacy extension
* [2e9f9d](https://github.com/SamR1/FitTrackee/commit/2e9f9d69eb38d5f310236944d45b4b60d8faff20) - fix translations
* [edc677](https://github.com/SamR1/FitTrackee/commit/edc6776c922925746762f7ac76c267feda7cde2f) - Fix notification icons

### Misc

* [174240](https://github.com/SamR1/FitTrackee/commit/174240f1d9dc702d4346c85e6add4022af2a88c6) - add tags input to docker image build job


## Version 0.8.13 (2024/12/29)

### Translations

* [PR#667](https://github.com/SamR1/FitTrackee/pull/667) - Translations update (Galicien)
* [PR#667](https://github.com/SamR1/FitTrackee/pull/667) - Translations update (Galician)

Translation status:
- Basque: 100%
Expand Down
5 changes: 4 additions & 1 deletion docs/en/_sources/cli.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Remove blacklisted tokens expired for more than provided number of days.
""""""""""""""""""""""
.. versionadded:: 0.7.15
.. versionchanged:: 0.8.4 User preference for interface language is added.
.. versionchanged:: 0.9.0 Add option for user role.

Create a user account.

Expand All @@ -121,6 +122,8 @@ Create a user account.
- 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').
* - ``--role [owner|admin|moderator|user]``
- User role (default: 'user').



Expand Down Expand Up @@ -160,7 +163,7 @@ Modify a user account (role, active status, email and password).
- Username.
* - ``--set-admin BOOLEAN``
- [DEPRECATED] Add/remove admin rights (when adding admin rights, it also activates user account if not active).
* - ``--set-role ROLE``
* - ``--set-role [owner|admin|moderator|user]``
- Set user role (when setting 'moderator', 'admin' and 'owner' role, it also activates user account if not active).
* - ``--activate``
- Activate user account.
Expand Down
8 changes: 8 additions & 0 deletions docs/en/_sources/features.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,14 @@ Notifications

- Users with administration rights can also receive notifications on user creation.
- Users can mark notifications as read or unread.
- Notifications can be disabled or enabled the following events in user preferences:

- follow request and follow
- follow request approval when follow request approval is manual
- like on comment or workout
- comment on workout
- mention on comment
- user registration (if authenticated user has administration rights)

Dashboard
=========
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.9.0b4',
VERSION: '0.9.0b6',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading

0 comments on commit d796927

Please sign in to comment.