2019-01-08 10:57:34 +01:00
# Change log
2022-04-24 16:02:49 +02:00
## Version 0.6.5 (2022/04/24)
It is now possible to start FitTrackee without a configured SMTP provider (see [documentation ](https://samr1.github.io/FitTrackee/installation.html#emails )).
It reduces pre-requisites for single-user instances.
To manage users, a new [CLI ](https://samr1.github.io/FitTrackee/cli.html ) is available.
### Issues Closed
#### Features
* [#180 ](https://github.com/SamR1/FitTrackee/issues/180 ) - allow using FitTrackee without SMTP server
In this release 1 issue was closed.
2022-04-23 08:28:41 +02:00
## Version 0.6.4 (2022/04/23)
### Issues Closed
#### Bugs Fixed
* [#178 ](https://github.com/SamR1/FitTrackee/issues/178 ) - cannot send email with TLS
In this release 1 issue was closed.
2022-04-09 11:01:20 +02:00
## Version 0.6.3 (2022/04/09)
### Pull Requests
#### Bugs Fixed
* [#177 ](https://github.com/SamR1/FitTrackee/pull/177 ) - Minor fixes
* add missing translation
* fix 'Add Workout' card position on small screens
2022-04-03 19:47:40 +02:00
## Version 0.6.2 (2022/04/03)
### Issues Closed
#### Bugs Fixed
* [#175 ](https://github.com/SamR1/FitTrackee/issues/175 ) - Distance card on dashboard is not refreshed
* [#173 ](https://github.com/SamR1/FitTrackee/issues/173 ) - link to user profile in workout card is incorrect
In this release 2 issues were closed.
2022-03-27 20:31:50 +02:00
## Version 0.6.1 (2022/03/27)
### Issues Closed
#### Bugs Fixed
* [#171 ](https://github.com/SamR1/FitTrackee/issues/171 ) - Stats chart is not updated correctly
In this release 1 issue was closed.
2022-03-27 15:11:12 +02:00
## Version 0.6.0 (2022/03/27)
This version introduces some changes on [user registration ](https://samr1.github.io/FitTrackee/features.html#account-preferences ).
From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration).
### Issues Closed
#### Features
* [#155 ](https://github.com/SamR1/FitTrackee/issues/155 ) - Improve user registration
* [#106 ](https://github.com/SamR1/FitTrackee/issues/106 ) - Allow user to update email
#### Bugs Fixed
* [#169 ](https://github.com/SamR1/FitTrackee/issues/169 ) - user picture is not refreshed after update
### Pull Requests
#### Bugs Fixed
* [#161 ](https://github.com/SamR1/FitTrackee/pull/161 ) - Minor translation issue on 'Farthest'
* [#160 ](https://github.com/SamR1/FitTrackee/pull/160 ) - Minor translation issue on APP_ERROR
Thanks to @Fmstrat
In this release 3 issues were closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation ](https://samr1.github.io/FitTrackee/installation.html#upgrade ))
2022-02-13 16:08:48 +01:00
## Version 0.5.7 (2022/02/13)
This release contains several fixes including security fixes.
Thanks to @DanielSiersleben for the report.
And from now on, admin account is not created on application initialization.
A new command is added to set administration rights on the account created after registration
(see [documentation ](https://samr1.github.io/FitTrackee/installation.html#upgrade ))
### Issues Closed
#### Misc
* [#149 ](https://github.com/SamR1/FitTrackee/issues/149 ) - improve database initialisation
### Pull Requests
#### Security
* [#152 ](https://github.com/SamR1/FitTrackee/pull/152 ) - Fixes and improvements:
- set autoescape on jinja templates
* [#151 ](https://github.com/SamR1/FitTrackee/pull/151 ) - fix security issues:
- sanitize input when serving images
- sanitize inputs when serving map tiles
- allow only alphanumeric characters and '_' in username
#### Misc
* [#152 ](https://github.com/SamR1/FitTrackee/pull/152 ) - Fixes and improvements:
- fix dramatiq warning when launching workers w/ script entrypoint
- check app config before dropping database, to avoid deleting data on production
- remove dotenv warning
In this release 1 issue was closed.
2022-02-05 22:09:17 +01:00
## Version 0.5.6 (2022/02/05)
### Issues Closed
#### Bugs Fixed
* [#146 ](https://github.com/SamR1/FitTrackee/issues/146 ) - incorrect label on workouts filters
### Pull Requests
* [#145 ](https://github.com/SamR1/FitTrackee/pull/145 ) - fix on database models
In this release 1 issue was closed.
**Note:** This release contains database migration (see upgrade instructions in [documentation ](https://samr1.github.io/FitTrackee/installation.html#upgrade ))
2022-01-19 16:06:41 +01:00
## Version 0.5.5 (2022/01/19)
### Issues Closed
#### New Features
* [#140 ](https://github.com/SamR1/FitTrackee/issues/140 ) - Add a fullscreen control to workout map
* [#138 ](https://github.com/SamR1/FitTrackee/issues/138 ) - Add control to reset map to initial position
* [#135 ](https://github.com/SamR1/FitTrackee/issues/135 ) - Start and finish markers
* [#134 ](https://github.com/SamR1/FitTrackee/issues/134 ) - Wind direction
#### Bugs Fixed
* [877fa0f ](https://github.com/SamR1/FitTrackee/commit/877fa0faaabc0130402638905fe04f84563eb278 ) - fix sport icon color (when changed) on calendar on small resolutions
In this release 4 issues were closed.
2022-01-01 22:47:01 +01:00
## Version 0.5.4 (2022/01/01)
### Issues Closed
#### Bugs Fixed
* [#131 ](https://github.com/SamR1/FitTrackee/issues/131 ) - No workouts displayed on calendar
In this release 1 issue was closed.
2022-01-01 19:44:45 +01:00
## Version 0.5.3 (2022/01/01)
### Issues Closed
#### Bugs Fixed
* [#129 ](https://github.com/SamR1/FitTrackee/issues/129 ) - Display only active sports when editing a workout
* [#127 ](https://github.com/SamR1/FitTrackee/issues/127 ) - parse_email_url() can't validate a legitimate EMAIL_URI such as "smtp://localhost:25"
In this release 2 issues were closed.
2021-12-19 15:59:39 +01:00
## Version 0.5.2 (2021/12/19)
### Issues Closed
#### New Features
* [#123 ](https://github.com/SamR1/FitTrackee/issues/123 ) - Allow user to reset preferences for a sport
* [#121 ](https://github.com/SamR1/FitTrackee/issues/121 ) - Add activity : snowshoes
2022-01-01 19:44:45 +01:00
In this release 2 issues were closed.
2021-12-19 15:59:39 +01:00
**Note:** This release contains database migration.
2021-11-30 09:42:09 +01:00
## Version 0.5.1 (2021/11/30)
2021-11-28 11:39:11 +01:00
### Issues Closed
#### New Features
2021-11-28 15:39:06 +01:00
* [#116 ](https://github.com/SamR1/FitTrackee/issues/116 ) - Better UI for Speed and Elevation buttons in the graph of the Workout screen
2021-11-29 18:24:22 +01:00
* [#115 ](https://github.com/SamR1/FitTrackee/issues/115 ) - Add option to download the GPX file of a Workout
2021-11-28 11:39:11 +01:00
* [#5 ](https://github.com/SamR1/FitTrackee/issues/5 ) - Display a chart with average speed
2022-01-01 19:44:45 +01:00
In this release 3 issues were closed.
2021-11-28 11:39:11 +01:00
2021-11-14 22:12:29 +01:00
## Version 0.5.0 (2021/11/14)
2021-11-03 12:41:23 +01:00
2021-11-06 21:26:02 +01:00
### Issues Closed
2021-11-03 12:41:23 +01:00
#### New Features
2021-11-14 17:56:38 +01:00
* [#99 ](https://github.com/SamR1/FitTrackee/issues/99 ) - Display workout with imperial units
2021-11-11 10:39:32 +01:00
* [#91 ](https://github.com/SamR1/FitTrackee/issues/91 ) - Display elevation chart with min and max altitude of workout
2021-11-12 19:25:31 +01:00
* [#90 ](https://github.com/SamR1/FitTrackee/issues/90 ) - Add user sports preferences
2021-11-03 12:41:23 +01:00
* [#18 ](https://github.com/SamR1/FitTrackee/issues/18 ) - Better UI
2021-11-06 21:26:02 +01:00
#### Bugs Fixed
2021-11-10 21:33:14 +01:00
* [#95 ](https://github.com/SamR1/FitTrackee/issues/95 ) - Some workouts seem to be missing on statistics chart
2021-11-06 21:26:02 +01:00
#### Misc
* [#104 ](https://github.com/SamR1/FitTrackee/issues/104 ) - Switch to AGPLv3 license
2021-11-10 21:33:14 +01:00
### Pull Requests
2021-11-14 22:12:29 +01:00
* [#101 ](https://github.com/SamR1/FitTrackee/pull/101 ) - Docker updates for full files
* [#100 ](https://github.com/SamR1/FitTrackee/pull/100 ) - Add client application in docker for development
2021-11-11 17:33:30 +01:00
* [#98/#109 ](https://github.com/SamR1/FitTrackee/pull/109 ) - Added stopped_speed_threshold to support slow movement
2021-11-10 21:33:14 +01:00
* [#84/#93 ](https://github.com/SamR1/FitTrackee/pull/93 ) - Add elevation data and new sports
2021-11-14 22:56:14 +01:00
In this release 6 issues were closed.
2021-11-14 22:12:29 +01:00
**Note:** This release contains database migrations.
2021-11-12 19:25:31 +01:00
2021-11-14 22:56:14 +01:00
Thanks to the contributors:
- @Fmstrat
- @paf38
2021-11-03 12:41:23 +01:00
2021-07-16 20:33:03 +02:00
## Version 0.4.9 (2021/07/16)
2021-07-14 20:39:26 +02:00
2021-11-06 21:26:02 +01:00
### Issues Closed
2021-07-14 20:39:26 +02:00
#### New Features
2021-07-16 20:33:03 +02:00
* [#83 ](https://github.com/SamR1/Fittrackee/issues/83 ) - allow using configured tile server to generate static maps
**Note** : to keep using the default tile server, set environment variable `DEFAULT_STATICMAP` to `True`
2021-07-14 20:39:26 +02:00
* [#81 ](https://github.com/SamR1/Fittrackee/issues/81 ) - display remaining characters in textarea
#### Bugs Fixed
* [#82 ](https://github.com/SamR1/Fittrackee/issues/82 ) - a user can not modify his birth day
* [#80 ](https://github.com/SamR1/Fittrackee/issues/80 ) - can not save notes with control characters
2021-11-14 22:12:29 +01:00
In this release 4 issues were closed.
2021-07-14 20:39:26 +02:00
2021-07-03 11:48:34 +02:00
## Version 0.4.8 (2021/07/03)
### Issues Closed
#### Bugs Fixed
* [#79 ](https://github.com/SamR1/Fittrackee/issues/79 ) - Fails to start after make rebuild
In this release 1 issue was closed.
2021-04-07 10:14:29 +02:00
## Version 0.4.7 (2021/04/07)
2021-04-06 14:26:51 +02:00
2021-04-07 10:43:20 +02:00
### Issues Closed
2021-04-06 16:03:10 +02:00
#### Bugs Fixed
* [#75 ](https://github.com/SamR1/Fittrackee/issues/75 ) - Workouts on the same day are not displayed in right order
2021-04-07 10:43:20 +02:00
### Misc
2021-04-06 14:26:51 +02:00
* Update Python and Javascript dependencies
2021-04-06 16:03:10 +02:00
**IMPORTANT**: Due to [SQLAlchemy update (1.4+) ](https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b ), engine URLs starting with `postgres://` are no longer supported. Please update `DATABASE_URL` with `postgresql://` .
In this release 1 issue was closed.
2021-04-06 14:26:51 +02:00
2021-02-21 20:15:31 +01:00
## Version 0.4.6 (2021/02/21)
### Issues Closed
#### Bugs Fixed
* [#72 ](https://github.com/SamR1/Fittrackee/issues/72 ) - Error message when file exceeding size is incorrect
* [#71 ](https://github.com/SamR1/Fittrackee/issues/71 ) - max size or max number of files must be greater than 0
* [#70 ](https://github.com/SamR1/Fittrackee/issues/70 ) - max size for an archive must not be less than uploaded files max size
In this release 3 issues were closed.
2021-04-07 10:43:20 +02:00
2021-02-17 17:34:03 +01:00
## Version 0.4.5 (2021/02/17)
### Issues Closed
#### Bugs Fixed
* [#66 ](https://github.com/SamR1/Fittrackee/issues/66 ) - invalid gpx limit used when importing zip archive
* [#64 ](https://github.com/SamR1/Fittrackee/issues/64 ) - Only 50 workouts per month shown in calendar
2021-02-21 20:15:31 +01:00
In this release 2 issues were closed.
2021-02-17 17:34:03 +01:00
2021-01-31 19:23:45 +01:00
## Version 0.4.4 (2021/01/31)
2021-01-31 10:52:35 +01:00
### Issues Closed
#### Bugs Fixed
* [#62 ](https://github.com/SamR1/Fittrackee/issues/62 ) - Error when sending reset password email
2021-01-10 14:55:17 +01:00
2021-01-31 10:52:35 +01:00
### Misc
* Refactoring before introducing new features.
2021-01-31 18:06:56 +01:00
* Add docker files for evaluation purposes.
2021-01-31 10:52:35 +01:00
In this release 1 issue was closed.
## Version 0.4.3 (2021/01/10)
2021-01-10 14:55:17 +01:00
### Issues Closed
#### New Features
* [#58 ](https://github.com/SamR1/Fittrackee/issues/58 ) - Standardize terms used for workouts
**Note:** Database model, upload directory for workouts and API endpoints are also updated.
#### Bugs Fixed
* [#59 ](https://github.com/SamR1/Fittrackee/issues/59 ) - No message displayed on uploading image error
In this release 2 issues were closed.
2021-01-03 09:44:47 +01:00
## Version 0.4.2 (2021/01/03)
### Misc
No new features in this release, only some refactorings before introducing
new features.
2020-12-31 11:47:55 +01:00
## Version 0.4.1 (2020/12/31)
### Issues Closed
#### New Features
* [#57 ](https://github.com/SamR1/Fittrackee/issues/57 ) - Use uuid for activities
In this release 1 issue was closed.
2020-09-19 15:10:13 +02:00
## Version 0.4.0 - FitTrackee on PyPI (2020/09/19)
2020-09-19 13:56:14 +02:00
This version introduces some major changes:
2020-09-19 15:10:13 +02:00
- Installation becomes more easy. **FitTrackee** can be now be installed from PyPi.
2020-09-19 13:56:14 +02:00
⚠️ Warning: please read [installation documentation ](https://samr1.github.io/FitTrackee/installation.html ), some environment variables and files have been renamed.
- It's now possible to change the tile provider for maps. The default tile server is now **OpenStreetMap** 's standard tile layer (replacing **ThunderForest Outdoors** ),
see [Map tile server in documentation ](https://samr1.github.io/FitTrackee/installation.html#map-tile-server ).
2020-09-16 13:01:15 +02:00
### Issues Closed
#### New Features
* [#54 ](https://github.com/SamR1/Fittrackee/issues/54 ) - Tile server can be changed
2020-09-19 13:56:14 +02:00
* [#53 ](https://github.com/SamR1/Fittrackee/issues/53 ) - Simplify FitTrackee installation
2020-09-16 13:01:15 +02:00
2020-09-19 13:56:14 +02:00
In this release 2 issue were closed.
2020-09-16 13:01:15 +02:00
2020-07-15 17:19:37 +02:00
## Version 0.3.0 - Administration (2020/07/15)
2020-07-15 15:30:41 +02:00
This version introduces some major changes:
- FitTrackee administration is now available (see [documentation ](https://samr1.github.io/FitTrackee/features.html#administration ))
2020-07-15 17:19:37 +02:00
⚠️ Warning: some application parameters move from environment variables to database (see [installation ](https://samr1.github.io/FitTrackee/installation.html#environment-variables )).
2020-07-15 15:30:41 +02:00
- in order to send emails, Redis is now a mandatory dependency
### Issues Closed
#### New Features
* [#50 ](https://github.com/SamR1/Fittrackee/issues/50 ) - A user can reset his password
* [#17 ](https://github.com/SamR1/Fittrackee/issues/17 ) - A user can delete his account
* [#15 ](https://github.com/SamR1/Fittrackee/issues/15 ) - Complete the administration
In this release 3 issues were closed.
2020-01-31 14:23:09 +01:00
## Version 0.2.5 - Fix and improvements (2020/01/31)
### Misc
This version contains minor fix and improvements on client side:
* [4c3fc34 ](https://github.com/SamR1/FitTrackee/commit/4c3fc343d51b9c27d3ebab71df648bcf7d7bae59 ) - empty user data on logout
* [34614d5 ](https://github.com/SamR1/FitTrackee/commit/34614d5a6c29f4911d92db33d36fe95721b39f33 ) - add spinner on loading activities
2020-01-31 15:23:57 +01:00
* [b862a77 ](https://github.com/SamR1/FitTrackee/commit/b862a77344abbb07d98fe3ce8b157b5cef0e8d1c ),
[2e1ee2c ](https://github.com/SamR1/FitTrackee/commit/2e1ee2c7a1456eb2fe0c0255959c695cc7908975 ) -
add URL interceptors to simplify routes definition
2020-01-31 14:23:09 +01:00
2020-01-30 21:54:44 +01:00
## Version 0.2.4 - Minor fix (2020/01/30)
### Issues Closed
#### Bugs Fixed
* [#47 ](https://github.com/SamR1/Fittrackee/issues/47 ) - timezone drop-down is not displayed correctly
* [#46 ](https://github.com/SamR1/Fittrackee/issues/46 ) - calendar cannot display more than 5 or 6 activities on the same day
In this release 2 issues were closed.
2019-12-29 12:02:04 +01:00
## Version 0.2.3 - FitTrackee available in French (2019/12/29)
2019-12-28 21:32:50 +01:00
### Issues Closed
#### New Features
2019-12-29 12:02:04 +01:00
* [#43 ](https://github.com/SamR1/Fittrackee/issues/43 ) - Display weekend days with a different background color on calendar
2019-12-28 21:32:50 +01:00
* [#40 ](https://github.com/SamR1/Fittrackee/issues/40 ) - Localize FitTrackee (i18n)
2019-12-29 12:02:04 +01:00
#### Bugs Fixed
* [#44 ](https://github.com/SamR1/Fittrackee/issues/44 ) - Cannot edit an activity that does not have a gpx file
In this release 3 issues were closed.
2019-12-28 21:32:50 +01:00
2019-09-24 09:01:19 +02:00
## Version 0.2.2 - Statistics fix (2019/09/23)
2019-09-23 15:04:15 +02:00
### Issues Closed
#### Bugs Fixed
* [#41 ](https://github.com/SamR1/Fittrackee/issues/41 ) - User statistics are incorrect
In this release 1 issue was closed.
2019-09-01 11:50:44 +02:00
## Version 0.2.1 - Fix and improvements (2019/09/01)
2019-08-31 19:11:46 +02:00
### Issues Closed
2019-07-07 15:34:44 +02:00
#### New Features
2019-08-25 21:21:34 +02:00
* [#4 ](https://github.com/SamR1/Fittrackee/issues/4 ) - Show points on the map when mouse over the chart
* [#14 ](https://github.com/SamR1/Fittrackee/issues/14 ) - Display segments informations
2019-07-20 22:13:28 +02:00
* [#21 ](https://github.com/SamR1/Fittrackee/issues/21 ) - Document the API
2019-08-31 17:56:10 +02:00
* [#23 ](https://github.com/SamR1/Fittrackee/issues/23 ) - The user can choose the first day of the week
2019-08-25 13:27:23 +02:00
* [#36 ](https://github.com/SamR1/Fittrackee/issues/36 ) - Disable user registration
2019-08-31 15:54:12 +02:00
* [#33 ](https://github.com/SamR1/Fittrackee/issues/33 ) - Add file size limit on file upload
2019-08-31 20:35:05 +02:00
* [#37 ](https://github.com/SamR1/Fittrackee/issues/37 ) - Display map on activities list
2019-07-07 15:34:44 +02:00
#### Bugs Fixed
2019-07-24 16:18:38 +02:00
* [#34 ](https://github.com/SamR1/Fittrackee/issues/34 ) - Weather is not displayed anymore
2019-07-21 22:14:55 +02:00
2019-08-31 19:11:46 +02:00
### Misc
* **[Poetry](https://poetry.eustace.io/)** replaces ** [pipenv ](https://docs.pipenv.org )** for Python packages management
2019-09-23 15:04:15 +02:00
In this release 8 issues were closed.
2019-07-21 22:14:55 +02:00
2019-07-07 15:34:44 +02:00
## Version 0.2.0 - Statistics (2019/07/07)
2019-05-05 14:31:43 +02:00
### Issues Closed
#### New Features
* [#13 ](https://github.com/SamR1/Fittrackee/issues/13 ) - Detailed statistics
2019-08-31 19:11:46 +02:00
### Misc
2019-07-07 14:17:43 +02:00
* Update dependencies
2019-05-05 14:31:43 +02:00
In this release 1 issue was closed.
2019-02-06 23:26:37 +01:00
## Version 0.1.1 - Fix and improvements (2019/02/07)
2019-01-08 10:57:34 +01:00
### Issues Closed
2019-02-06 23:26:37 +01:00
#### New Features
* [#25 ](https://github.com/SamR1/FitTrackee/issues/25 ) - Display records on calendar
* [#22 ](https://github.com/SamR1/FitTrackee/issues/22 ) - Add a total on current month statistics
2019-01-08 10:57:34 +01:00
#### Bugs Fixed
2019-01-13 11:23:12 +01:00
* [#31 ](https://github.com/SamR1/FitTrackee/issues/31 ) - Use moving duration for stats
2019-01-08 10:57:34 +01:00
* [#29 ](https://github.com/SamR1/FitTrackee/issues/29 ) - Pause duration calculation with segments
2019-02-06 23:26:37 +01:00
* [#28 ](https://github.com/SamR1/FitTrackee/issues/28 ) - Error on uploading gpx file
2019-01-08 10:57:34 +01:00
* [#26 ](https://github.com/SamR1/FitTrackee/issues/26 ) - Total is incorrect in tooltip when duration is displayed
* [#24 ](https://github.com/SamR1/FitTrackee/issues/24 ) - Some distances are not displayed correctly on current month statistics
2019-02-06 23:26:37 +01:00
In this release 7 issues were closed.
2019-01-08 10:57:34 +01:00
2019-08-31 19:11:46 +02:00
## Version 0.1.0 - First release 🎉 (2018-07-04)
**Features:**
- Account creation (only standard user, not admin)
- 6 sports supported:
- Cycling (Sport)
- Cycling (Transport)
- Hiking
- Montain Biking
- Running
- Walking
- Activity creation by uploading a gpx file. An activity can even be created without gpx (the user must enter date, time, duration and distance)
- Activity edition and deletion
- An activity can be displayed with map (if with gpx), weather (if the DarkSky API key is provided) and charts (speed and elevation)
- A user can add a note
- Month calendar with activities
- Current month statistics
- Records by sports:
- average speed
- farest distance
- longest duration
- maximum speed
- Activities list and search
**Notes:**
- only activity owner can see his activity
- no administration for now
2020-07-15 15:30:41 +02:00
➡️ more informations: see [documentation ](https://samr1.github.io/FitTrackee/ ) and [current issues ](https://github.com/SamR1/FitTrackee/issues )
2019-08-31 19:11:46 +02:00
2019-01-08 10:57:34 +01:00
### Issues Closed
#### New Features
* [#11 ](https://github.com/SamR1/FitTrackee/issues/11 ) - Timezone support
* [#10 ](https://github.com/SamR1/FitTrackee/issues/10 ) - Add a note to an activity
* [#9 ](https://github.com/SamR1/FitTrackee/issues/9 ) - User statistics on dashboard
* [#8 ](https://github.com/SamR1/FitTrackee/issues/8 ) - Add weather to activities
* [#3 ](https://github.com/SamR1/FitTrackee/issues/3 ) - Search filter for activities
* [#2 ](https://github.com/SamR1/FitTrackee/issues/2 ) - Calendar to view activities
In this release 6 issues were closed.