From 431a8af08b98b756c2fe25f049d5ecf8eac89e0b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Sep 2020 10:35:46 +0530 Subject: [PATCH] Add changelog entry for hyperlinks support Fixes #68 --- docs/changelog.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 67b37a707..b46ee1987 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,8 +7,12 @@ To update |kitty|, :doc:`follow the instructions `. 0.18.4 [2020-08-11] ------------------- +- Add support for `hyperlinks from terminal programs + `_. + Controlled via :opt:`allow_hyperlinks` (:iss:`68`) + - Improve rendering of borders when using minimal borders. Use less space and - do not display a box around active windows. + do not display a box around active windows - Add a new extensible escape code to allow terminal programs to trigger desktop notifications. See :ref:`desktop_notifications` (:iss:`1474`) @@ -17,7 +21,7 @@ To update |kitty|, :doc:`follow the instructions `. for Legacy Computing" from the Unicode 13 standard - Allow specifying border sizes in either pts or pixels. Change the default to - 0.5pt borders as this works best with the new minimal border style. + 0.5pt borders as this works best with the new minimal border style - Add support for displaying correct colors with non-sRGB PNG files (Adds a dependency on liblcms2)