diff --git a/data/config_standard.txt b/data/config_standard.txt
index 4e7bdc0c..7017a807 100644
--- a/data/config_standard.txt
+++ b/data/config_standard.txt
@@ -1,7 +1,6 @@
{
"settings_submit_log_button": true,
"settings_log_inline": false,
- "settings_log_inline_tb": false,
"settings_log_inline_pmo4basic": true,
"settings_bookmarks_show": true,
"settings_change_header_layout": true,
@@ -94,6 +93,8 @@
"settings_switch_to_flopps_in_same_tab": false,
"settings_add_link_geohack_on_gc_map": true,
"settings_switch_to_geohack_in_same_tab": false,
+ "settings_add_link_komoot_on_gc_map": true,
+ "settings_switch_to_komoot_in_same_tab": false,
"settings_sort_default_bookmarks": true,
"settings_make_vip_lists_hideable": true,
"settings_show_latest_logs_symbols": true,
@@ -160,7 +161,12 @@
"settings_hide_archived_in_owned": false,
"settings_show_button_for_hide_archived": true,
"settings_hide_visits_in_profile": false,
+ "settings_add_log_templates": false,
+ "settings_add_cache_log_signature_as_log_template": false,
+ "settings_add_tb_log_signature_as_log_template": false,
+ "settings_add_cache_log_signature": false,
"settings_log_signature_on_fieldnotes": true,
+ "settings_add_tb_log_signature": false,
"settings_map_hide_sidebar": true,
"settings_vip_show_nofound": true,
"settings_use_gclh_layercontrol": true,
@@ -363,5 +369,6 @@
"settings_dashboard_show_logs_in_markdown": true,
"settings_public_profile_smaller_privacy_btn": false,
"settings_searchmap_improve_add_to_list_height": 130,
- "settings_searchmap_improve_add_to_list": true
+ "settings_searchmap_improve_add_to_list": true,
+ "settings_improve_notifications": true
}
diff --git a/docu/changelog.md b/docu/changelog.md
index b92f98c6..b0a04c71 100644
--- a/docu/changelog.md
+++ b/docu/changelog.md
@@ -2,6 +2,7 @@
+v0.15
v0.14.6
v0.14.5
v0.14.4
@@ -37,6 +38,152 @@
v0.11
Earlier changelog
+---
+## v0.15:
+
+
+ -
+ New: [Log Form] Improve Log Form. [Collection of issues / 2Abendsegler / capoaira]
+ Please note that the automatic insertion of a signature or a log template in the log text is not stable. In order to receive a signature or a log template in the log text, you have to enter something manually in the log text, after the automatic insertion. The website only notices a change in the log text, when the data is entered manually. It is enough to insert any character, which can also be removed immediately.
+ There are some older parameters in the Log area for the setting. Only the new parameters are presented below.
+
+
+ -
+ Additional cache info, like favorite points, favorites in percent, number of watcher, difficulty and terrain behind the name of a cache or an event.
+
+ -
+ VIP, VUP, message and mail icon behind the owner.
+
+ -
+ Set default log types. This feature is new here. It was previously only available for the old log form. The log type is set depending on whether it is a cache, an event or a TB and whether you are the owner or not.
+
+ -
+ Log templates.
+ Settings -> Log:
+
+ If you want to use this feature, you have to activate it.
+ Settings -> Log:
+
+ If you want to use this feature, you have to activate it.
+
+ -
+ Cache log signature or TB log signature.
+ Settings -> Log:
+
+ If you want to use this feature, you have to activate it.
+ Settings -> Log:
+
+ If you want to use this feature, you have to activate it.
+
+ -
+ Show message in case of unsaved log.
+
+ -
+ Show length of logtext and word count.
+
+
+
+
+ -
+ TB auto visit.
+
+ -
+ Replicate TB-Header to bottom.
+
+ -
+ F2 key for send the log. This feature is new here. It was previously only available for the old log form.
+
+
+
+ -
+ New: [Notification] Improve notification list and notifications. [2454 / 2Abendsegler]
+ Settings -> Other:
+
+ Notification list:
+
+
+ -
+ Sorting the columns by clicking on the column header.
+
+ -
+ Button in the header to create a new notification.
+
+ -
+ Button in the header to load, show, hide the missing notification data coordinates, distance and send to.
+
+ -
+ Button in the header to hide, show page info.
+
+ -
+ Enable, disable a notification without reloading the page.
+
+ -
+ Button to start a copy process to copy the data into a new notification.
+
+
+ Notification: Copy process
+
+
+ -
+ During the copy process the contents of all fields are set.
+
+ -
+ After changing the cache type, the log types are also set again as far as possible.
+
+
+ Notification:
+
+
+ -
+ The coordinates can alternatively be entered using a single field.
+
+
+
+
+ -
+ Add or save with the F2 key.
+
+
+
+ -
+ New: [Maps] Add link to Komoot on Browse and Search Map. [2433 / 2Abendsegler]
+ Browse Map:
+
+ Search Map:
+
+ Settings -> Map - Komoot Page:
+
+
+ -
+ New: [Cache Listing] Allow "Search in logs" to be case sensitive. [2381 / 2Abendsegler]
+
+ The "Search in logs" feature is not new, only the possibility to search case sensitive.
+
+ -
+ New: [TB Listing] Button to copy TB Code in trackable listing to clipboard. [2413 / 2Abendsegler]
+
+
+ -
+ Fix: [Cache Listing] GC Code is not copyable when PGC script is running. [2420 / 2Abendsegler / capoaira]
+
+ -
+ Fix: [Cache Listing] VIP-List "Not Found" does not work on Webcam Caches. [2412 / 2Abendsegler]
+
+ -
+ Fix: [Old Log Form] Markdown smilies have been changed. [2411 / capoaira]
+
+ -
+ Fix: [Old Log Form] Log date not changeable for passed events in old log form. [2418 / 2Abendsegler]
+
+ -
+ Fix: [Log Form] GClh header disappears. [2443 / 2Abendsegler]
+
+
+
+(25.11.2023)
+released by 2Abendsegler
+
+
---
## v0.14.6:
diff --git a/images/0.15/Screen01.jpg b/images/0.15/Screen01.jpg
new file mode 100644
index 00000000..c3b1bede
Binary files /dev/null and b/images/0.15/Screen01.jpg differ
diff --git a/images/0.15/Screen02.jpg b/images/0.15/Screen02.jpg
new file mode 100644
index 00000000..adf8402d
Binary files /dev/null and b/images/0.15/Screen02.jpg differ
diff --git a/images/0.15/Screen03.gif b/images/0.15/Screen03.gif
new file mode 100644
index 00000000..8157995a
Binary files /dev/null and b/images/0.15/Screen03.gif differ
diff --git a/images/0.15/Screen04.gif b/images/0.15/Screen04.gif
new file mode 100644
index 00000000..1ec489ac
Binary files /dev/null and b/images/0.15/Screen04.gif differ
diff --git a/images/0.15/Screen05.jpg b/images/0.15/Screen05.jpg
new file mode 100644
index 00000000..8240f3a3
Binary files /dev/null and b/images/0.15/Screen05.jpg differ
diff --git a/images/0.15/Screen06.jpg b/images/0.15/Screen06.jpg
new file mode 100644
index 00000000..5478254c
Binary files /dev/null and b/images/0.15/Screen06.jpg differ
diff --git a/images/0.15/Screen07.jpg b/images/0.15/Screen07.jpg
new file mode 100644
index 00000000..79474240
Binary files /dev/null and b/images/0.15/Screen07.jpg differ
diff --git a/images/0.15/Screen08.jpg b/images/0.15/Screen08.jpg
new file mode 100644
index 00000000..f081ec62
Binary files /dev/null and b/images/0.15/Screen08.jpg differ
diff --git a/images/0.15/Screen09.jpg b/images/0.15/Screen09.jpg
new file mode 100644
index 00000000..d7ddf26d
Binary files /dev/null and b/images/0.15/Screen09.jpg differ
diff --git a/images/0.15/Screen10.gif b/images/0.15/Screen10.gif
new file mode 100644
index 00000000..86dabff1
Binary files /dev/null and b/images/0.15/Screen10.gif differ
diff --git a/images/0.15/Screen11.jpg b/images/0.15/Screen11.jpg
new file mode 100644
index 00000000..8cba013e
Binary files /dev/null and b/images/0.15/Screen11.jpg differ
diff --git a/images/0.15/Screen12.jpg b/images/0.15/Screen12.jpg
new file mode 100644
index 00000000..6d2f7b64
Binary files /dev/null and b/images/0.15/Screen12.jpg differ
diff --git a/images/0.15/Screen13.jpg b/images/0.15/Screen13.jpg
new file mode 100644
index 00000000..de8c1ff2
Binary files /dev/null and b/images/0.15/Screen13.jpg differ
diff --git a/images/0.15/Screen14.jpg b/images/0.15/Screen14.jpg
new file mode 100644
index 00000000..5c090cfd
Binary files /dev/null and b/images/0.15/Screen14.jpg differ
diff --git a/images/0.15/Screen15.jpg b/images/0.15/Screen15.jpg
new file mode 100644
index 00000000..60138885
Binary files /dev/null and b/images/0.15/Screen15.jpg differ
diff --git a/images/0.15/Screen16.jpg b/images/0.15/Screen16.jpg
new file mode 100644
index 00000000..9070a899
Binary files /dev/null and b/images/0.15/Screen16.jpg differ