Skip to content

Commit

Permalink
Prepare go live v0.11.19
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Jul 26, 2022
2 parents 2b32b78 + 8704e60 commit 5ec4b0a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
3 changes: 2 additions & 1 deletion data/config_standard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,6 @@
"settings_listing_hide_external_link_warning": false,
"settings_listing_links_new_tab": false,
"settings_show_compact_certitude_information": true,
"settings_anonymous_on_certitude": false
"settings_anonymous_on_certitude": false,
"settings_show_cache_type_icons_in_dashboard": false
}
29 changes: 29 additions & 0 deletions docu/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href="#v01119" title="GClh II version 0.11.19 (26.07.2022)">v0.11.19</a> &nbsp;
<a href="#v01118" title="GClh II version 0.11.18 (04.07.2022)">v0.11.18</a> &nbsp;
<a href="#v01117" title="GClh II version 0.11.17 (23.06.2022)">v0.11.17</a> &nbsp;
<a href="#v01116" title="GClh II version 0.11.16 (07.05.2022)">v0.11.16</a> &nbsp;
Expand Down Expand Up @@ -41,6 +42,34 @@
<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.19:
&nbsp; &nbsp; <img src="../images/flag_uk.png" alt="" title="Stand with Ukraine"><br>
<ul>
<li>
<strong>Info:</strong> [Browse Map] Map overlay "Hillshadow" doesn't work. [<a href="https://github.com/2Abendsegler/GClh/issues/2016" title="Issue 2016">2016</a>]<br>
The "Hillshadow" service is no longer available. We have removed the feature. We'll keep an eye on it, maybe the service will be reactivated, then we'll reinstall it.<br>
See also the earlier note in <a href="https://github.com/2Abendsegler/GClh/blob/collector/docu/changelog.md#v01114" title="Issue 2016">changelog to v0.11.14</a>.<br><br>
</li>
<li>
<strong>New:</strong> [New Dashboard] Show cache/TB type in front of log type in Latest Activity list. [<a href="https://github.com/2Abendsegler/GClh/issues/2164" title="Issue 2164">2164</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
<img src="../images/0.11.19/Screen02.jpg" alt="Screen02.jpg"><br>
<a href="https://www.geocaching.com/my/#GClhShowConfig#a#settings_show_cache_type_icons_in_dashboard" title="Link to your GClh II Config">Settings -> Dashboard:</a><br>
<img src="../images/0.11.19/Screen01.jpg" alt="Screen01.jpg"><br>
If you want to use this feature, you have to activate it.<br><br>
<li>
<strong>Fix:</strong> [Friends List] Friends List will not work. [<a href="https://github.com/2Abendsegler/GClh/issues/2159" title="Issue 2159">2159</a> / <a href="https://www.geocaching.com/profile/?u=Herr Ma" title="Thanks to Herr Ma">Herr Ma</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
<li>
<strong>Fix:</strong> [Drafts / Old log form] Bugfix - Automatic go back to drafts after sending to log with old log form. [<a href="https://github.com/2Abendsegler/GClh/issues/2161" title="Issue 2161">2161</a> / <a href="https://www.geocaching.com/profile/?u=ChristianGK" title="Thanks to ChristianGK">ChristianGK</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
</li>
</li>
</ul>
<br>
(26.07.2022)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
<br>

---
## v0.11.18:
&nbsp; &nbsp; <img src="../images/flag_uk.png" alt="" title="Stand with Ukraine"><br>
Expand Down
8 changes: 4 additions & 4 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.18
// @version 0.11.19
//<-- $$000
// @copyright 2010-2016 Torsten Amshove, 2016-2022 2Abendsegler, 2017-2022 Ruko2010, 2019-2022 capoaira
// @author Torsten Amshove; 2Abendsegler; Ruko2010; capoaira
Expand Down Expand Up @@ -12668,8 +12668,8 @@ 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/iis"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/1yZr/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
code += '<img src="https://www.worldflagcounter.com/ijV"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/2jCy/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 @@ -13862,7 +13862,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 = "04.07.2022";
var thanksLastUpdate = "26.07.2022";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down
Binary file added images/0.11.19/Screen01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/0.11.19/Screen02.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 5ec4b0a

Please sign in to comment.