diff --git a/docu/changelog.md b/docu/changelog.md
index 7722cfa09..09ace85eb 100644
--- a/docu/changelog.md
+++ b/docu/changelog.md
@@ -1,3 +1,4 @@
+v0.11.20
v0.11.19
v0.11.18
v0.11.17
@@ -42,6 +43,44 @@
v0.10
Earlier changelog
+---
+## v0.11.20:
+
+
If you click the "Create PQ(s)" button, the GC little helper II will open as many pop-ups as PQs should be created. The number of simultaneously loaded pop-ups is limited to 5. All PQs will get the name that you entered in the field above and an ongoing digit prefix. The pop-ups close by themselves after the associated PQ has been created. We will display a message if all PQs are created. Please wait until all pop-ups are loaded.
'; html += 'Please make sure you do not have a pop-up blocker enabled. Otherwise this feature will not work as expected.
'; + html += 'This is a feature of GC little helper II.
'; html += ''; $(side).append(html); $(side).find('.pq_name')[0].addEventListener("change", function() { @@ -2304,7 +2305,7 @@ var mainGC = function() { dd.style.minWidth = "190px"; var gccode = $('#ctl00_ContentBody_CoordInfoLinkControl1_uxCoordInfoCode')[0].innerHTML; getFavoriteScore(gccode, function(score) { - if ($('.favorite-value')[0]) $('.favorite-value').after('('+score+"%)"+''); + if ($('.favorite-value')[0]) $('.favorite-value').after(''+score+"%"+''); }); } else {waitCount++; if (waitCount <= 100) setTimeout(function(){gclh_load_score(waitCount);}, 100);} } @@ -3821,7 +3822,7 @@ var mainGC = function() { // new logging page else gccode = window.location.href.split('/').at(-2); if (favoritePoints) getFavoriteScore(gccode, function(score) { - $('.favorite_percent')[0].innerHTML = ' (' + score + '%)'; + $('.favorite_percent')[0].innerHTML = ' ' + score + '%'; }); } }); @@ -12705,8 +12706,8 @@ var mainGC = function() { //--> $$002 code += ' 100) score = 100; func(score); @@ -13878,6 +13879,7 @@ var mainGC = function() { html += thanksLineBuild("BlueEagle23", "", false, false, false, true, false); html += thanksLineBuild("Cappa-d", "", false, false, false, true, false); html += thanksLineBuild("Chrono81", "", false, false, false, true, false); + html += thanksLineBuild("Die C-SAU Bande", "UJstr", false, false, false, true, false); html += thanksLineBuild("Donnerknispel", "", false, false, false, true, false); html += thanksLineBuild("", "gboye", false, false, false, true, false); html += thanksLineBuild("", "jet2mike", false, false, false, true, false); @@ -13899,7 +13901,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 = "26.07.2022"; + var thanksLastUpdate = "02.10.2022"; //<-- $$006 html += " "; html += ""; diff --git a/images/0.11.20/Screen01.jpg b/images/0.11.20/Screen01.jpg new file mode 100644 index 000000000..ff1b23172 Binary files /dev/null and b/images/0.11.20/Screen01.jpg differ diff --git a/images/0.11.20/Screen02.jpg b/images/0.11.20/Screen02.jpg new file mode 100644 index 000000000..2960fa8cd Binary files /dev/null and b/images/0.11.20/Screen02.jpg differ diff --git a/images/0.11.20/Screen03.jpg b/images/0.11.20/Screen03.jpg new file mode 100644 index 000000000..2ced47e1f Binary files /dev/null and b/images/0.11.20/Screen03.jpg differ diff --git a/images/0.11.20/Screen04.jpg b/images/0.11.20/Screen04.jpg new file mode 100644 index 000000000..ab6796ba6 Binary files /dev/null and b/images/0.11.20/Screen04.jpg differ