Skip to content

Releases: S0S-90/geocachingTooly

geoTooly v4.1.1

19 May 19:18
Compare
Choose a tag to compare

small change: can now also work with gpx-files that are changed by GPS (i.e. names of the files are in lower case letters

See readme for a description of the program and help how to download and start it.

geoTooly v4.1

10 Dec 13:07
Compare
Choose a tag to compare
geoTooly v4.1 Pre-release
Pre-release

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

22 Oct 18:29
Compare
Choose a tag to compare

very small bugfix

See readme for a description of the program and help how to download and start it.

geoTooly v4.0.2

15 Oct 10:26
Compare
Choose a tag to compare
geoTooly v4.0.2 Pre-release
Pre-release

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

14 Oct 19:06
Compare
Choose a tag to compare
geoTooly v4.0.1-beta Pre-release
Pre-release

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

09 Oct 19:26
Compare
Choose a tag to compare
geoTooly v4.0-beta Pre-release
Pre-release

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

03 Oct 11:26
Compare
Choose a tag to compare

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

25 Jul 21:03
Compare
Choose a tag to compare

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

23 Jul 18:27
Compare
Choose a tag to compare
geoTooly v2.1.3 Pre-release
Pre-release

only bugfix

See readme for a description of the program and help how to download and start it.

geoTooly v2.1.2

23 Jul 11:31
Compare
Choose a tag to compare
geoTooly v2.1.2 Pre-release
Pre-release

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.