Skip to content

Commit

Permalink
Merge pull request #1140 from 2Abendsegler/prepare_v0.10.1
Browse files Browse the repository at this point in the history
Prepare v0.10.1
  • Loading branch information
2Abendsegler authored Dec 19, 2019
2 parents d9cfa4a + 861a0a2 commit d29f903
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you need any help with the installation, you can have a look at our [Installa
## Our Goal
*GC little helper II* is a tool to enhance and extend the functionality on www.geocaching.com. All functions can be configured in a configuration menue. It uses english as language.

Is free of charge and without any advertising.
It is free of charge and without any advertising.

The tool is developed in Javascript and can be used with the script manager Tampermonkey under Firefox, Google Chrome, Safari, Opera, Microsoft Edge und Vivaldi.

Expand Down
29 changes: 28 additions & 1 deletion docu/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
<a href="#v010" title="GClh II version 0.10 (??.??.2019)">v0.10</a> &nbsp;
<a href="#v0101" title="GClh II version 0.10.1 (20.12.2019)">v0.10.1</a> &nbsp;
<a href="#v010" title="GClh II version 0.10 (13.12.2019)">v0.10</a> &nbsp;
<a href="changelog_before.md" title="Go to earlier changelog">Earlier changelog</a> &nbsp;

---
## v0.10.1:
<ul>
<li>
<strong>Info:</strong> Please check your settings for the elevation data. [<a href="https://github.com/2Abendsegler/GClh/issues/1138" title="Issue 1131">1131</a>]<br>
Because the number of calls of Google Elevation is limited and Open-Elevation is very slow and sometimes providing erroneous data, Geonames-Elevation has been implemented with version 0.9.15. Geonames-Elevation is very fast and providing almost no erroneous data.<br>
Therefore we recommend the following settings.<br>
<a href="https://www.geocaching.com/my/#GClhShowConfig#a#settings_show_elevation_of_waypoints" title="Link to your GClh Config">Settings -> Listing:<br>
<img src="../images/0.9.15/Screen01.jpg" alt="Screen01.jpg"></a><br><br>
</li>
<li>
<strong>New:</strong> Show an overflowed username in a cache listing log when hovering over with the mouse. [<a href="https://github.com/2Abendsegler/GClh/issues/1138" title="Issue 1138">1138</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
<img src="../images/0.10.1/Screen01.jpg" alt="Screen01.jpg"><br><br>
</li>
<li>
<strong>Fix:</strong> One click watching feature doesn't work in other languages than english. [<a href="https://github.com/2Abendsegler/GClh/issues/1129" title="Issue 1129">1129</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
</li>
<li>
<strong>Fix:</strong> The add to list loading and success message in cache listing are displaced. [<a href="https://github.com/2Abendsegler/GClh/issues/1133" title="Issue 1133">1133</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
</li>
</ul>
<br>
(20.12.2019)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
<br>

---
## v0.10:

Expand Down
12 changes: 6 additions & 6 deletions gc_little_helper_II.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name GC little helper II
// @namespace http://www.amshove.net
//--> $$000
// @version 0.10
// @version 0.10.1
//<-- $$000
// @include http*://www.geocaching.com/*
// @include http*://maps.google.tld/*
Expand Down Expand Up @@ -10240,10 +10240,10 @@ var mainGC = function() {
div.setAttribute("style", "margin-top: -50px;");
var prop = ' style="border: none; visibility: hidden; width: 2px; height: 2px;" alt="">';
//--> $$002
var code = '<img src="https://c.andyhoppe.com/1573469947"' + prop +
'<img src="https://c.andyhoppe.com/1573469999"' + prop +
'<img src="https://www.worldflagcounter.com/gF0"' + prop +
'<img src="https://s11.flagcounter.com/count2/gypL/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
var code = '<img src="https://c.andyhoppe.com/1576776073"' + prop +
'<img src="https://c.andyhoppe.com/1576776007"' + prop +
'<img src="https://www.worldflagcounter.com/gGk"' + prop +
'<img src="https://s11.flagcounter.com/count2/5vuy/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
//<-- $$002
div.innerHTML = code;
side.appendChild(div);
Expand Down Expand Up @@ -11213,7 +11213,7 @@ var mainGC = function() {
html += thanksLineBuild("stepborc", "", false, false, false, true, false);
html += thanksLineBuild("V60", "V60GC", false, false, false, true, false);
html += thanksLineBuild("winkamol", "", false, false, false, true, false);
var thanksLastUpdate = "13.12.2019";
var thanksLastUpdate = "20.12.2019";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down
Binary file added images/0.10.1/Screen01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d29f903

Please sign in to comment.