Skip to content

Commit

Permalink
GoLive v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Jan 11, 2024
2 parents cd46d24 + 50a5790 commit e743171
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
20 changes: 17 additions & 3 deletions docu/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<a href="//"><img src="https://img.shields.io/badge/dynamic/xml?url=http://c.andyhoppe.com/1676270686?output=text&label=installations&color=success&query=/" title="installations and updates"></a>
<a href="//"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/2Abendsegler/GClh/master/docu/changelog.md&count_bg=%2349c91b&title_bg=%23555555&icon=&title=hits&edge_flat=false" title="hits day / total"></a><br>
<br>
<a href="#v0155" title="GClh II version 0.15.5 (11.01.2024)">v0.15.5</a> &nbsp;
<a href="#v0154" title="GClh II version 0.15.4 (09.01.2024)">v0.15.4</a> &nbsp;
<a href="#v0153" title="GClh II version 0.15.3 (20.12.2023)">v0.15.3</a> &nbsp;
<a href="#v0152" title="GClh II version 0.15.2 (09.12.2023)">v0.15.2</a> &nbsp;
Expand Down Expand Up @@ -43,6 +44,19 @@
<a href="changelog_before.md" title="Go to earlier changelog">Earlier changelog</a> &nbsp;
<span id="readme"></span>

---
## v0.15.5:
&nbsp; &nbsp; <img src="../images/flag_ua.png" alt="" title="Stand with Ukraine"><br>
<ul>
<li>
<strong>New:</strong> [Log Form] Default logtypes run into error: can't convert null to object. [<a href="https://github.com/2Abendsegler/GClh/issues/2549" title="Issue 2549">2549</a> / <a href="https://www.geocaching.com/profile/?u=Die Batzen" title="Thanks to Die Batzen">Die Batzen</a>]<br><br>
</li>
</ul>
<br>
(12.01.2024)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
<br>

---
## v0.15.4:
&nbsp; &nbsp; <img src="../images/flag_ua.png" alt="" title="Stand with Ukraine"><br>
Expand All @@ -54,7 +68,7 @@
<strong>New:</strong> [Search Map] Preserve a specified URL zoom parameter on page load. [<a href="https://github.com/2Abendsegler/GClh/issues/2545" title="Issue 2545">2545</a> / <a href="https://www.geocaching.com/profile/?u=Die Batzen" title="Thanks to Die Batzen">Die Batzen</a>]<br>
On page load a specified URL zoom parameter is ignored and zoom level is set to 14. This happens e.g. on <a href="https://www.geocaching.com/my/statistics.aspx#DifficultyTerrainCaches">mapped matrix searches</a>, calling the <a href="https://www.geocaching.com/play/map?lat=52.5245&lng=13.4101&zoom=16">search map from the browse map</a> or calling a stored search from a bookmark.<br><br>
</li>
</ul>
</ul>
<br>
(09.01.2024)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
Expand Down Expand Up @@ -111,7 +125,7 @@ released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abends
<li>
<strong>Fix:</strong> [Log Edit] Default log type must not be set in edit mode. [<a href="https://github.com/2Abendsegler/GClh/issues/2518" title="Issue 2518">2518</a> / <a href="https://www.geocaching.com/profile/?u=2Abendsegler" title="Thanks to 2Abendsegler">2Abendsegler</a>]<br>
</li>
</ul>
</ul>
<br>
(20.12.2023)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
Expand All @@ -137,7 +151,7 @@ released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abends
<img src="../images/0.15.2/Screen05.gif" alt="Screen05.gif"><br>
You can also undo the deletion with one click.<br>
</li>
</ul>
</ul>
<br>
(09.12.2023)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
Expand Down
10 changes: 5 additions & 5 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.15.4
// @version 0.15.5
//<-- $$000
// @copyright 2010-2016 Torsten Amshove, 2016-2024 2Abendsegler, 2017-2021 Ruko2010, 2019-2024 capoaira
// @author Torsten Amshove; 2Abendsegler; Ruko2010; capoaira
Expand Down Expand Up @@ -4822,7 +4822,7 @@ var mainGC = function() {
const logtype = decode_innerText($('.hidden-by a')[0]) == global_me ? settings_default_logtype_owner
: pageData.isEvent ? settings_default_logtype_event
: isTB ? settings_default_tb_logtype : settings_default_logtype;
// Get index of default logtype from available logtypes.
// Get index of default logtype from available logtypes.
const ind = pageData.logTypes.map(v => v.value).indexOf(Number(logtype));
// Return if no logtype is selected or selected logtype is not available for this cache.
if (logtype == -1 || ind == -1) return;
Expand Down Expand Up @@ -14817,8 +14817,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://s11.flagcounter.com/count2/lzUt/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/iGU"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/Z628/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/iG0"' + prop;
//<-- $$002
div.innerHTML = code;
side.appendChild(div);
Expand Down Expand Up @@ -16198,7 +16198,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 = "08.01.2024";
var thanksLastUpdate = "11.01.2024";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down
2 changes: 1 addition & 1 deletion last_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.4
0.15.5

0 comments on commit e743171

Please sign in to comment.