MyTraL 1.53.0
This MyTraL minor release brings:
Added
- Added Ubuntu PPA distribution for Ubuntu via Launchpad (
ppa:ultradvorka/sport). - Added
distro-ubuntu-debMakefile target to build.debpackage locally. - Added Snap package distribution for universal Linux package management. Opens a native
desktop window via FlaskUI via classic confinement. User data stored in default
locations.
Fixed
- Fixed elevation chart rendering in the application's analysis page by smoothing
the GPX points. - Fixed
.debpackaging: Python dependencies are installed into an isolated virtualenv at
/opt/mytral/venv/- system Python environment is never polluted. - Fixed
.debwrapper scripts to exportMYTRAL_INCARNATION,MYTRAL_USER_REGISTRATION,
andMYTRAL_ENABLE_CACHEenvironment variables for correct desktop startup.
Performance
- Fixed top calendar week navigation which was slooow as it was build on the frontend -
moved it to the backend. - Fixed top feed day navigation which was slooow as it was build on the frontend -
moved it to the backend. - Fixed duplicated activities list loading by the
routes.py::calendar_view()
Documentation
- Added MyTraL configuration guide.
- Added Ubuntu PPA installation guide.
- Added Ubuntu .deb installation guide.