Releases: solitone/josm_strava_cookies
Version 3.1
Application logic involved in getting cookies from Strava servers has been moved to a separate python package--stravacookies
. It is now necessary to install this package in order to run josm_strava_prefs_upd.py
or carto_strava_omapdef.py
:
pip3 install stravacookies
Version 3.0
Version 3.0 is a major change. Now josm_strava_cookies
does no longer rely in 3rd party browsers to get Strava authentication cookies. It is now capable of fetching them on its own.
Version 2.1
Heatmap definition files for Cartograph are now created through carto_strava_omapdef.py
. It is possible to save the omapdef file either in the working directory or (macOS users only) in the Cartograph folder in iCloud. It is also possible to choose the heatmap colour (e.g. hot).
Version 2.0
- Added support for Chrome and Safari under macOS, linux and Windows.
- Corrected a minor bug which prevented the heatmap for all activities to load.
Version 1.6
First release, for macOS / Safari only.