update sphinx and documentation

This commit is contained in:
Sam
2021-11-06 21:26:02 +01:00
parent a7b752fa3b
commit 3d66f6dd70
43 changed files with 923 additions and 792 deletions

View File

@ -2,21 +2,33 @@
## Version 0.5.0 (unreleased)
### Issues Closed
#### New Features
* [#18](https://github.com/SamR1/FitTrackee/issues/18) - Better UI
#### Bugs Fixed
### Pull Requests
* [#84/#93](https://github.com/SamR1/FitTrackee/pull/93) - Add elevation data and new sports
#### Misc
* [#104](https://github.com/SamR1/FitTrackee/issues/104) - Switch to AGPLv3 license
## Version 0.4.9 (2021/07/16)
### Issues Closed
#### New Features
* [#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`
* [#81](https://github.com/SamR1/Fittrackee/issues/81) - display remaining characters in textarea
### Issues Closed
#### Bugs Fixed
* [#82](https://github.com/SamR1/Fittrackee/issues/82) - a user can not modify his birth day

View File

@ -39,12 +39,17 @@ Account
Workouts
^^^^^^^^
- 6 sports are supported:
- 11 sports are supported:
- Cycling (Sport)
- Cycling (Transport)
- Hiking
- Montain Biking
- Mountain Biking
- Mountain Biking (Electric) (**new in 0.5.0**)
- Rowing (**new in 0.5.0**)
- Running
- Skiing (Alpine) (**new in 0.5.0**)
- Skiing (Cross Country) (**new in 0.5.0**)
- Trail (**new in 0.5.0**)
- Walking
- Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user settings). The calendar displays up to 100 workouts.
- Workout creation by uploading a gpx file. A workout can even be created without gpx (the user must enter date, time, duration and distance)