From f53dfb27e26a22aaf12e77298d23e7367562b0b9 Mon Sep 17 00:00:00 2001 From: pagedown Date: Fri, 24 Dec 2021 12:37:54 +0800 Subject: [PATCH] Docs: Add macOS mouse wheel scrolling and title bar options changes --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4026e0bbb..36c7e8c7d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -154,6 +154,12 @@ To update |kitty|, :doc:`follow the instructions `. - A new mappable action ``nth_os_window`` to to focus the specified nth OS window. (:pull:`4316`) +- macOS: The kitty window can be scrolled by the mouse wheel when OS window not + in focus. (:pull:`4371`) + +- macOS: Light or dark system appearance can be specified in + :opt:`macos_titlebar_color` and used in kitty themes. (:pull:`4378`) + 0.23.1 [2021-08-17] ----------------------