diff options
author | Wolfgang Müller | 2021-11-27 14:04:46 +0100 |
---|---|---|
committer | Wolfgang Müller | 2021-11-27 14:09:00 +0100 |
commit | 76c05a8a53faf4489ec766b0fdfcef76f7fb242d (patch) | |
tree | 087bc86c10dfed9fe40b58bc35b1bac1d26ced16 | |
parent | 3dff3d32d0bc7dd23e1ac782cbcab965f66c3a82 (diff) | |
download | weltschmerz-76c05a8a53faf4489ec766b0fdfcef76f7fb242d.tar.gz |
Prepare release of version 1.5.01.5.0
Diffstat (limited to '')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,27 @@ This file lists important changes to the weltschmerz terminal emulator. +Changes in version 1.5.0, released on November 27, 2021 + + --- MAJOR NEW FEATURES --- + * Custom "Open with ..." handlers can now be added to the URI context + menu using the 'open-with' setting. + + --- MINOR NEW FEATURES --- + * weltschmerz now falls back to obtaining the current directory from + procfs if no valid local path could be obtained from OSC 7. + * Using the new 'prefer-osc7' setting, users may now specify which + method to use for obtaining the current directory. + + --- MINOR BUGFIXES --- + * Punctuation is no longer matched at the end of URLs. + + --- TRANSLATIONS --- + * The manual has been translated into Finnish. + + --- THANKS TO --- + * nortti for 'open-with', further URI regex improvements, procfs + support, and the Finnish translation of the manual. + Changes in version 1.4.1, released on July 16, 2021: --- MINOR NEW FEATURES --- |