diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 --- |