diff --git a/docu/changelog.md b/docu/changelog.md index 22b1af2a..3c8e38fb 100644 --- a/docu/changelog.md +++ b/docu/changelog.md @@ -2,6 +2,7 @@

+v0.14.3   v0.14.2   v0.14.1   v0.14   @@ -33,6 +34,52 @@ v0.11   Earlier changelog   +--- +## v0.14.3: +   
+ +
+(25.02.2023)
+released by 2Abendsegler
+
+ --- ## v0.14.2:    
diff --git a/gc_little_helper_II.user.js b/gc_little_helper_II.user.js index 8ab0ad66..80b0ff1a 100644 --- a/gc_little_helper_II.user.js +++ b/gc_little_helper_II.user.js @@ -2,7 +2,7 @@ // @name GC little helper II // @description Some little things to make life easy (on www.geocaching.com). //--> $$000 -// @version 0.14.2 +// @version 0.14.3 //<-- $$000 // @copyright 2010-2016 Torsten Amshove, 2016-2023 2Abendsegler, 2017-2021 Ruko2010, 2019-2023 capoaira // @author Torsten Amshove; 2Abendsegler; Ruko2010; capoaira @@ -13306,8 +13306,8 @@ var mainGC = function() { //--> $$002 code += '"; html += checkboxy('settings_hide_feedback_icon', 'Hide green feedback icon') + "
"; html += checkboxy('settings_hide_warning_message', 'Hide warning message') + show_help("With this option you can choose the possibility to hide a potential warning message of the masters of the GC pages.

One example is the down time warning message which comes from time to time and is placed unnecessarily a lot of days at the top of pages. You can hide it except for a small line in the top right side of the pages. You can activate the warning message again if your mouse goes to this area.

If the warning message is deleted of the masters, this small area is deleted too.") + "
"; - html += checkboxy('settings_remove_banner', 'Hide a blue banner (added close button to each of them)') + show_help("Banners are often where a new page layout is forced upon you. If you don't want it, you don't have the option to hide the annoying bar. This option adds a button that lets you decide which banners you see. If you change the option, the list of hidden banners will be forgotten.") + "
"; + html += checkboxy('settings_remove_banner', 'Hide a blue banner (added close button to each of them)') + show_help("With blue banners below the page header, new page layouts or new features are pointed out. If you don't want that, you don't have the option to hide the annoying banner. This parameter adds a button to decide which banners to hide. If the parameter is deactivated, the hidden banners are deleted again.") + "
"; html += "
List Layout" + "
"; html += ""; @@ -15725,7 +15725,7 @@ var mainGC = function() { $('label[for="settings_use_gclh_layercontrol"], label[for="settings_show_homezone"]').addClass('gclh_ref'); $('#settings_show_homezone,#settings_use_gclh_layercontrol,#settings_bookmarks_top_menu,#settings_bookmarks_top_menu_h').addClass('shadowBig'); setSpecialLinks(); - $(".gclh_content svg.browse_map_icon, .gclh_content svg.search_map_icon,").each(function(){$(this)[0].setAttribute("viewBox", "0 0 25 25");}); + $(".gclh_content svg.browse_map_icon, .gclh_content svg.search_map_icon").each(function(){$(this)[0].setAttribute("viewBox", "0 0 25 25");}); // Config Content: Hauptbereiche hideable machen. // --------------- diff --git a/images/0.14.3/Screen01.jpg b/images/0.14.3/Screen01.jpg new file mode 100644 index 00000000..88d15ac0 Binary files /dev/null and b/images/0.14.3/Screen01.jpg differ diff --git a/images/0.14.3/Screen02.jpg b/images/0.14.3/Screen02.jpg new file mode 100644 index 00000000..42c32d68 Binary files /dev/null and b/images/0.14.3/Screen02.jpg differ diff --git a/images/0.14.3/Screen03.jpg b/images/0.14.3/Screen03.jpg new file mode 100644 index 00000000..97769eb9 Binary files /dev/null and b/images/0.14.3/Screen03.jpg differ diff --git a/images/0.14.3/Screen04.jpg b/images/0.14.3/Screen04.jpg new file mode 100644 index 00000000..a75f2afc Binary files /dev/null and b/images/0.14.3/Screen04.jpg differ diff --git a/images/0.14.3/Screen05.jpg b/images/0.14.3/Screen05.jpg new file mode 100644 index 00000000..e5003d7e Binary files /dev/null and b/images/0.14.3/Screen05.jpg differ diff --git a/images/0.14.3/Screen06.jpg b/images/0.14.3/Screen06.jpg new file mode 100644 index 00000000..1c46a126 Binary files /dev/null and b/images/0.14.3/Screen06.jpg differ diff --git a/last_version.txt b/last_version.txt index e867cc2a..ac4a7962 100644 --- a/last_version.txt +++ b/last_version.txt @@ -1 +1 @@ -0.14.2 +0.14.3