From f4aba9fc41d9ce18bd0093ca87384694112604cd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Dec 2021 13:23:49 +0530 Subject: [PATCH] Update changelog with new window_logo setting --- docs/changelog.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8a04f0126..322b5ec33 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,9 @@ To update |kitty|, :doc:`follow the instructions `. the keyboard. Pressing it causes numbers to appear over each visible window and you can press the number to focus the corresponding window (:iss:`4110`) +- A new facility :opt:`window_logo_path` to draw an arbitrary PNG image as + logo in the corner of a kitty window (:pull:`4167`) + - Allow rendering the cursor with a *reverse video* effect. See :opt:`cursor` for details (:iss:`126`) @@ -34,10 +37,6 @@ To update |kitty|, :doc:`follow the instructions `. - A new remote control command to :program:`visually select a window ` (:iss:`4165`) -- A new option :opt:`background_image_anchor` to *anchor* the background image - to a position in the OS Window, useful for displaying images with logos or - similar (:pull:`4167`) - - Add support for reporting mouse events with pixel co-ordinates using the ``SGR_PIXEL_PROTOCOL`` introduced in xterm 359