diff options
author | Wolfgang Müller | 2023-08-27 17:18:54 +0200 |
---|---|---|
committer | Wolfgang Müller | 2023-08-27 17:18:54 +0200 |
commit | b41adce621c4e6260405303f9b6c2617928c8b6f (patch) | |
tree | b9dbb70833f72a79532be82689417de3998c700a | |
parent | 2fdbf96d6ff9828c946197e17d803f45510c2aa4 (diff) | |
download | weltschmerz-1.6.0.tar.gz (sig) |
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 --- |