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 --- * weltschmerz.1: The manual page now contains updated contact and author information. Changes in version 1.2.0, released on December 30, 2019: --- MINOR NEW FEATURES --- * If the SHELL environment variable is unset or empty, weltschmerz will now fall back to the corresponding entry in /etc/passwd, and finally /bin/sh. * An XDG Desktop Entry is now included. Changes in version 1.1.0, released on August 31, 2019: --- MINOR NEW FEATURES --- * The font scale can now be adjusted at runtime. Changes in version 1.0.1, released on August 4, 2019: --- MINOR BUGFIXES --- * weltschmerz.1: The manual page now contains the correct signal for configuration reloading (SIGUSR1 instead of SIGHUP).