Skip to content

Commit

Permalink
Prepare v0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Mar 8, 2022
2 parents 14e6d7b + 6287d86 commit 4ec2259
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/init.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions docu/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href="#v01113" title="GClh II version 0.11.13 (08.03.2022)">v0.11.13</a> &nbsp;
<a href="#v01112" title="GClh II version 0.11.12 (03.02.2022)">v0.11.12</a> &nbsp;
<a href="#v01111" title="GClh II version 0.11.11 (02.02.2022)">v0.11.11</a> &nbsp;
<a href="#v01110" title="GClh II version 0.11.10 (25.01.2022)">v0.11.10</a> &nbsp;
Expand Down Expand Up @@ -35,6 +36,36 @@
<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.11.13:
&nbsp; &nbsp; <img src="../images/flag_uk.png" alt="" title="Stand with Ukraine"><br>
<ul>
<li>
<strong>New:</strong> [Cache Listing] Set language in Driving Directions links for the cache coordinates and the waypoints to system language. [<a href="https://github.com/2Abendsegler/GClh/issues/2045" title="Issue 2045">2045</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br><br>
</li>
<li>
<strong>Fix:</strong> [Cache Listing / Browse Map / Search Map] Log type counters are no longer displayed correct. [<a href="https://github.com/2Abendsegler/GClh/issues/2044" title="Issue 2044">2044</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
<li>
<strong>Fix:</strong> [Cache Listing] "Show log counter" button doesn't work anymore. [<a href="https://github.com/2Abendsegler/GClh/issues/2060" title="Issue 2060">2060</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
<li>
<strong>Fix:</strong> [Pocket Query] "Add to Queue" and "Delete" buttons doesn't work anymore. [<a href="https://github.com/2Abendsegler/GClh/issues/2028" title="Issue 2028">2028</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
</li>
<li>
<strong>Fix:</strong> [New Log Form] Favorite percentages are displayed incorrectly. [<a href="https://github.com/2Abendsegler/GClh/issues/2061" title="Issue 2061">2061</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
<li>
<strong>Fix:</strong> [Header] Submenu is displayed on wrong position on wide screens. [<a href="https://github.com/2Abendsegler/GClh/issues/2035" title="Issue 2035">2035</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
<li>
<strong>Fix:</strong> [Config] Typo in settings. [<a href="https://github.com/2Abendsegler/GClh/issues/2054" title="Issue 2054">2054</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
</ul>
<br>
(08.03.2022)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
<br>

---
## v0.11.12:
Expand Down
9 changes: 6 additions & 3 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
// @description Some little things to make life easy (on www.geocaching.com).
//--> $$000
// @version 0.11.12
// @version 0.11.13
//<-- $$000
// @copyright 2010-2016 Torsten Amshove, 2016-2022 2Abendsegler, 2017-2022 Ruko2010
// @author Torsten Amshove; 2Abendsegler; Ruko2010
Expand Down Expand Up @@ -12412,7 +12412,7 @@ var mainGC = function() {
//--> $$002
code += '<img src="https://c.andyhoppe.com/1643060379"' + prop; // Besucher
code += '<img src="https://c.andyhoppe.com/1643060408"' + prop; // Seitenaufrufe
code += '<img src="https://www.worldflagcounter.com/h6W"' + prop;
code += '<img src="https://www.worldflagcounter.com/iba"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/QLT1/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;
Expand Down Expand Up @@ -13514,6 +13514,7 @@ var mainGC = function() {
html += "<div class='gclh_content'>";

html += "<div id='gclh_config_content1'>";
html += "<img src='" + urlImages + "flag_uk.png' alt='' title='Stand with Ukraine' style='margin-bottom: -14px;'>";
html += "&nbsp;" + "<font style='float: right; font-size: 11px; ' >";
html += "<a href='"+urlFaqHelp+"' title='How can I get help? (GitHub)' target='_blank'>Help</a> | ";
html += "<a href='"+urlFaq+"' title='Frequently asked questions (GitHub)' target='_blank'>FAQ</a> | ";
Expand Down Expand Up @@ -13581,12 +13582,14 @@ var mainGC = function() {
html += thanksLineBuild("bogmen", "Bogmen", false, false, false, true, false);
html += thanksLineBuild("BlueEagle23", "", false, false, false, true, false);
html += thanksLineBuild("Cappa-d", "", false, false, false, true, false);
html += thanksLineBuild("Chrono81", "", false, false, false, true, false);
html += thanksLineBuild("Donnerknispel", "", false, false, false, true, false);
html += thanksLineBuild("", "gboye", false, false, false, true, false);
html += thanksLineBuild("", "jet2mike", false, false, false, true, false);
html += thanksLineBuild("Jipem", "", false, false, false, true, false);
html += thanksLineBuild("joemadder", "", false, false, false, true, false);
html += thanksLineBuild("lostinthegarden", "Gitve3jf", false, false, false, true, false);
html += thanksLineBuild("Lineflyer", "", false, false, false, true, false);
html += thanksLineBuild("Magpie42", "MagpieFourtyTwo", false, false, false, true, false);
html += thanksLineBuild("☺Mitchsa & firefly70", "Mitchsa", false, false, false, true, false);
html += thanksLineBuild("muddypuddles", "MuddyPuddles", false, false, false, true, false);
Expand All @@ -13600,7 +13603,7 @@ var mainGC = function() {
html += thanksLineBuild("V60", "V60GC", false, false, false, true, false);
html += thanksLineBuild("vylda", "", false, false, false, true, false);
html += thanksLineBuild("winkamol", "", false, false, false, true, false);
var thanksLastUpdate = "02.02.2022";
var thanksLastUpdate = "08.03.2022";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down
Binary file added images/flag_uk.png
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 4ec2259

Please sign in to comment.