Skip to content

Releases: solitone/josm_strava_cookies

Version 3.1

12 May 11:12
Compare
Choose a tag to compare

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

07 May 16:43
Compare
Choose a tag to compare

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

02 Dec 17:41
Compare
Choose a tag to compare

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

31 Oct 10:13
Compare
Choose a tag to compare
  • 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

31 Oct 10:06
Compare
Choose a tag to compare

First release, for macOS / Safari only.