Skip to content

Commit

Permalink
Go live v0.11.15
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Mar 31, 2022
2 parents a98e0a8 + 44e4611 commit 06c0250
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 8 deletions.
5 changes: 3 additions & 2 deletions data/config_standard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
"settings_drafts_color_visited_link": true,
"settings_drafts_old_log_form": false,
"settings_drafts_log_icons": true,
"settings_drafts_go_back_automatic": false,
"settings_listing_hide_external_link_warning": false
"settings_drafts_go_automatic_back": false,
"settings_listing_hide_external_link_warning": false,
"settings_listing_links_new_tab": false
}
41 changes: 41 additions & 0 deletions docu/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href="#v01115" title="GClh II version 0.11.15 (31.03.2022)">v0.11.15</a> &nbsp;
<a href="#v01114" title="GClh II version 0.11.14 (12.03.2022)">v0.11.14</a> &nbsp;
<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;
Expand Down Expand Up @@ -37,6 +38,46 @@
<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.15:
&nbsp; &nbsp; <img src="../images/flag_uk.png" alt="" title="Stand with Ukraine"><br>
<ul>
<li>
<strong>New:</strong> [Draft] Show log type icons and show time always. [<a href="https://github.com/2Abendsegler/GClh/issues/2095" title="Issue 2095">2095</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
Times in drafts are now always shown instead of just when you mouse over them.<br>
Icons of the log type are displayed instead of the log type texts, if the parameter is activated.<br>
<img src="../images/0.11.15/Screen04.jpg" alt="Screen04.jpg"><br>
<a href="https://www.geocaching.com/my/#GClhShowConfig#a#settings_drafts_log_icons" title="Link to your GClh II Config">Settings -> Draft:</a><br>
<img src="../images/0.11.15/Screen03.jpg" alt="Screen03.jpg"><br><br>
</li>
<li>
<strong>New:</strong> [Draft] Automatic go back to Drafts after sending to log. [<a href="https://github.com/2Abendsegler/GClh/issues/2098" title="Issue 2098">2098</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
<a href="https://www.geocaching.com/my/#GClhShowConfig#a#settings_drafts_go_automatic_back" title="Link to your GClh II Config">Settings -> Draft:</a><br>
<img src="../images/0.11.15/Screen02.jpg" alt="Screen02.jpg"><br>
If you want to use this feature, you have to activate it.<br><br>
</li>
<li>
<strong>New:</strong> [Statistic] Mark current date on "Finds for Each Day of the Year" statistic. [<a href="https://github.com/2Abendsegler/GClh/issues/2092" title="Issue 2092">2092</a> / <span title="Thanks to sdennler">sdennler</a>]<br>
<img src="../images/0.11.15/Screen05.jpg" alt="Screen05.jpg"><br><br>
</li>
<li>
<strong>New:</strong> [Cache Listing] Open Links in a new Tab. [<a href="https://github.com/2Abendsegler/GClh/issues/2084" title="Issue 2084">2084</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
<a href="https://www.geocaching.com/my/#GClhShowConfig#a#settings_listing_links_new_tab" title="Link to your GClh II Config">Settings -> Listing - Cache Description:</a><br>
<img src="../images/0.11.15/Screen01.jpg" alt="Screen01.jpg"><br>
If you want to use this feature, you have to activate it.<br><br>
</li>
<li>
<strong>Fix:</strong> [Cache Listing] Log from Listing for Basic Members does not work. [<a href="https://github.com/2Abendsegler/GClh/issues/2096" title="Issue 2096">2096</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
<li>
<strong>Fix:</strong> [Statistic] Link to map in 81er does not work. [<a href="https://github.com/2Abendsegler/GClh/issues/2093" title="Issue 2093">2093</a> / <a href="https://www.geocaching.com/profile/?u=capoaira" title="Thanks to capoaira">capoaira</a>]<br>
</li>
</ul>
<br>
(31.03.2022)<br>
released by <a href="https://www.geocaching.com/profile/?u=2Abendsegler">2Abendsegler</a><br>
<br>

---
## v0.11.14:
&nbsp; &nbsp; <img src="../images/flag_uk.png" alt="" title="Stand with Ukraine"><br>
Expand Down
13 changes: 7 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
// @description Some little things to make life easy (on www.geocaching.com).
//--> $$000
// @version 0.11.14
// @version 0.11.15
//<-- $$000
// @copyright 2010-2016 Torsten Amshove, 2016-2022 2Abendsegler, 2017-2022 Ruko2010
// @author Torsten Amshove; 2Abendsegler; Ruko2010
Expand Down Expand Up @@ -6207,13 +6207,13 @@ var mainGC = function() {
}
css += '.draft-content a:visited {color: #551a8b !important;}';
}
// Icons
// Show Logtype as icon.
if (settings_drafts_log_icons) {
css += '.gclh_icon {position: relative;}'
css += '.status-icon {position: absolute; top: 0; left: 0;}';
css += '.meta dt, .draft-icon > svg {display: none !important;}';
}
// Show time
// Always show time.
css += '.timestamp {display: inline !important;}';
appendCssStyle(css);
} catch(e) {gclh_error("New drafts page",e);}
Expand Down Expand Up @@ -12370,8 +12370,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/ibq"' + 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;
code += '<img src="https://www.worldflagcounter.com/icJ"' + prop;
code += '<img src="https://s11.flagcounter.com/count2/LJqg/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 @@ -13529,6 +13529,7 @@ var mainGC = function() {
html += thanksLineBuild("ColleIsarco", "", false, false, true, true, false);
html += thanksLineBuild("Pzi", "PetziAt", false, false, true, false, false);
html += thanksLineBuild("ChristianGK", "ChristianGK-GC", false, false, true, false, false);
html += thanksLineBuild("", "sdennler", false, false, true, false, false);
html += thanksLineBuild("ztNFny", "", false, false, true, true, true);
// Bug Reporting alphabetisch.
html += thanksLineBuild("", "allyourcodearebelongtous", false, false, false, true, false);
Expand Down Expand Up @@ -13561,7 +13562,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 = "11.03.2022";
var thanksLastUpdate = "31.03.2022";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down
Binary file added images/0.11.15/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.15/Screen02.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.15/Screen03.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.15/Screen04.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.15/Screen05.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 06c0250

Please sign in to comment.