Module Version
Hydenv Exercise Application This is the version of the Exercises GUI application. Reference it if you experience issues with the user interface. {{ versions.app }}
Tracks Sync Status This is the last version, that has been synced from our database to your device. Reference this version in issues with exercises that might not be up to date. {{ versions.tracks ? versions.tracks : 'not in sync' }}
Exercises Sync Status This is the last version, that has been synced from our database to your device. Reference this version in issues with tracks that might not be up to date. {{ versions.exercises ? versions.exercises : 'not in sync' }}
Backend CLI Version The backend is a local webserver started by the hydenv CLI. Check this version against the latest version on PyPI: https://pypi.org/project/hydenv/ {{ versions.backend ? versions.backend : 'not connected' }}
Backend Python Version The Backend is written in Python. Your Python version should be 3.7 or later. Reference this version if you experience general problems with a non-starting CLI. {{ versions.python ? versions.python : 'not connected' }}