Releases: S0S-90/geocachingTooly
geoTooly v4.1.1
geoTooly v4.1
geoTooly can now also use gpx-files created by geocaching.com itself, not only those that are created by the geocaching.com gpx-downloader for firefox because this addon is not supported by the newest firefox version
See readme for a description of the program and help how to download and start it.
geoTooly v4.0.3
very small bugfix
See readme for a description of the program and help how to download and start it.
geoTooly v4.0.2
Bugfix: when waypoints are assigned to found geocaches show and delete them together with found caches
furthermore tests are added for this feature and for dealing with logfiles without BOM
See readme for a description of the program and help how to download and start it.
geoTooly v4.0.1-beta
only bugfix: update GPS content didn't work with default path (this bug also exists in v3.0 - will not be fixed there)
See readme for a description of the program and help how to download and start it.
geoTooly v4.0-beta
This release contains no new features. The only difference to version 3.0 is that it is written in python3 whereas all versions before are written in python 2.7. It is a pre-release so it is only tested a little so if you want a stable version it is recommended to download version 3.0. However new features and bugfixes will only be implemented in the python3 version of the programme.
See readme for a description of the program and help how to download and start it.
geoTooly v3.0
New in this release:
Now geocachingTooly does not only read the geocaches from your GPS device but also the waypoints. You can assign them to geocaches, delete them or add new waypoints to your GPS. If you delete a geocache all waypoints that are assigned to it are automatically deleted, too.
See readme for a description of the program and help how to download and start it.
geoTooly v2.1.4
BIG BUGFIX! (this is the first release that can be run like it was described in manual)
if you want to run any older release, open the file ownfunctions.py, search for the following line:
with open("../src/cp1252.htm") as codingfile: # read website www.cp1252.com (downloaded on 15.06.2017)
and replace it by:
with open("cp1252.htm") as codingfile: # read website www.cp1252.com (downloaded on 15.06.2017)
Then everything should work as described again.
See readme for a description of the program and help how to download and start it.
geoTooly v2.1.3
only bugfix
See readme for a description of the program and help how to download and start it.
geoTooly v2.1.2
only small fix: ask for gps-path more than once if path is wrong the first time
See readme for a description of the program and help how to download and start it.