From 5e60329adff3f088f6033cd2456ad3c6111752f6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Jan 2020 21:37:20 +0530 Subject: [PATCH] Changelog entry to titlebar-only --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f98dab079..8b28af924 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,9 @@ To update |kitty|, :doc:`follow the instructions `. - When triple-click+dragging to select multiple lines, extend the selection of the first line to match the rest on the left (:pull:`2284`) +- macOS: Add a :code:`titlebar-only` setting to + :opt:`hide_window_decorations` to only hide the title bar (:pull:`2286`) + - Fix a segfault when using :option:`kitty --debug-config` with maps (:iss:`2270`)