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:
+
+
+ -
+ New: [Global] Rewrite the function for remove a blue banner - activate [X] button for user interaction. [2351 / Dratenik]
+ 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.
+
+ Settings -> Global:
+
+ This parameter is not new. If you want to use this feature, maybe you have to activate it.
+
+ -
+ New: [New Dashboard] Copy to clipboard for log text in Latest Activity list. [2353 / ChristianGK]
+ With the new button the log text is copied to the clipboard.
+
+
+ -
+ New: [Event Listing] Show event time in 24 hours format. [2358 / 2Abendsegler]
+ The start time and end time of an event are generated on the website using the language in which you are signed in. In English, the preferred language when using the GClh, but also in some other languages, the start time and end time of an event is shown in 12 hour format with AM and PM. If you want to change it to a 24 hour format, you can activate this parameter.
+ Event time in 12 hours format:
+
+ Event time in 24 hours format:
+
+ Settings -> Listing - Listing Header:
+
+ If you want to use this feature, you have to activate it.
+
+ -
+ Fix: [New Dashboard] If there are more than ten unpublished hides, the display no longer works correctly. [2354 / 2Abendsegler]
+
+ -
+ Fix: [Cache Listing] The possible layers on Flopp's Map have changed. [2364 / 2Abendsegler]
+
+ -
+ Fix: [Cache Listing] Overview map shows only the signs '>. [2355 / 2Abendsegler]
+
+ -
+ Fix: [Sync] Dropbox authentication keeps getting lost. [2360 / 2Abendsegler]
+
+
+
+(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 += "";
@@ -14748,7 +14748,7 @@ var mainGC = function() {
html += checkboxy('settings_hide_socialshare', 'Hide social sharing via Facebook, Twitter') + "
";
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