aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-13 16:16:03 +0200
committerWynn Wolf Arbor2020-04-13 16:16:03 +0200
commit2fff0645130766eb2e38fce6c817d039a3c9dabd (patch)
tree54d8b1804c7f8f3ea4be1b28d3ea4f6d177976d4
parentb9162f395b930c73cb23b2847e9fef86b98217df (diff)
downloadweltschmerz-1.3.0.tar.gz (sig)
Prepare release of version 1.3.01.3.0
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e1c329..9d8be59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
This file lists important changes to the weltschmerz terminal emulator.
+Changes in version 1.3.0, released on April 13, 2020:
+
+ --- MAJOR NEW FEATURES ---
+ * Add support for OSC 8 hyperlinks. If enabled, weltschmerz will render
+ tooltips when hovering over them, and open the URI in an appropriate
+ application when clicked.
+
+ --- MINOR NEW FEATURES ---
+ * The selection can now be copied as HTML.
+ * The current directory can now be opened in the default file manager.
+ This functionality requires OSC 7 escapes to be sent by the child
+ application.
+
+ --- STRUCTURAL CHANGES ---
+ * Configuration handling has been improved and simplified.
+
+ --- BUGFIXES ---
+ * Fix a segfault if a palette entry contains an invalid value.
+
Changes in version 1.2.1, released on January 17, 2020:
--- MINOR BUGFIXES ---