Change logΒΆ
Version 0.4.7 (2021/04/07)ΒΆ
MiscΒΆ
- Update Python and Javascript dependencies 
 IMPORTANT: Due to SQLAlchemy update (1.4+), engine URLs starting with- postgres://are no longer supported. Please update- DATABASE_URLwith- postgresql://.
In this release 1 issue was closed.
Version 0.4.6 (2021/02/21)ΒΆ
Version 0.4.5 (2021/02/17)ΒΆ
Version 0.4.4 (2021/01/31)ΒΆ
MiscΒΆ
- Refactoring before introducing new features. 
- Add docker files for evaluation purposes. 
In this release 1 issue was closed.
Version 0.4.3 (2021/01/10)ΒΆ
Version 0.4.2 (2021/01/03)ΒΆ
MiscΒΆ
No new features in this release, only some refactorings before introducing new features.
Version 0.4.1 (2020/12/31)ΒΆ
Version 0.4.0 - FitTrackee on PyPI (2020/09/19)ΒΆ
This version introduces some major changes:
- Installation becomes more easy. FitTrackee can be now be installed from PyPi. 
 β οΈ Warning: please read installation documentation, 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. 
Version 0.3.0 - Administration (2020/07/15)ΒΆ
This version introduces some major changes:
- FitTrackee administration is now available (see documentation) 
 β οΈ Warning: some application parameters move from environment variables to database (see installation).
- in order to send emails, Redis is now a mandatory dependency 
Version 0.2.5 - Fix and improvements (2020/01/31)ΒΆ
Version 0.2.4 - Minor fix (2020/01/30)ΒΆ
Version 0.2.3 - FitTrackee available in French (2019/12/29)ΒΆ
Version 0.2.2 - Statistics fix (2019/09/23)ΒΆ
Version 0.2.0 - Statistics (2019/07/07)ΒΆ
Version 0.1.1 - Fix and improvements (2019/02/07)ΒΆ
Issues ClosedΒΆ
Bugs FixedΒΆ
- #31 - Use moving duration for stats 
- #29 - Pause duration calculation with segments 
- #28 - Error on uploading gpx file 
- #26 - Total is incorrect in tooltip when duration is displayed 
- #24 - Some distances are not displayed correctly on current month statistics 
In this release 7 issues were closed.
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 
β‘οΈ more informations: see documentation and current issues