aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/NEWS
diff options
context:
space:
mode:
authorWolfgang Müller2023-08-27 17:18:54 +0200
committerWolfgang Müller2023-08-27 17:18:54 +0200
commitb41adce621c4e6260405303f9b6c2617928c8b6f (patch)
treeb9dbb70833f72a79532be82689417de3998c700a /NEWS
parent2fdbf96d6ff9828c946197e17d803f45510c2aa4 (diff)
downloadweltschmerz-master.tar.gz
Prepare release of version 1.6.0HEAD1.6.0nextmaster
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8535ba1..3a0185c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
This file lists important changes to the weltschmerz terminal emulator.
+Changes in version 1.6.0, released on August 27, 2023
+
+ --- MAJOR NEW FEATURES ---
+ * weltschmerz now acts as a drop target for text and URIs that were dragged
+ from other applications. If file:// URIs are dropped, weltschmerz normalizes
+ them for use in the shell.
+
+ --- MINOR NEW FEATURES ---
+ * URL matching now supports rtmp:// URLs.
+ * rtmp:// and gopher:// hostnames for display in OSC 8 hyperlink tooltips are
+ now correctly normalized.
+
+ --- BUGFIXES ---
+ * weltschmerz now uses spawn_async instead of the deprecated spawn_sync method
+
+ --- THANKS TO ---
+ * nortti for the hostname normalization fix.
+
Changes in version 1.5.0, released on November 27, 2021
--- MAJOR NEW FEATURES ---