From 091fec0867903ac2b24581b2d8f8bec8ac0576fa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 5 Jun 2021 09:18:52 +0530 Subject: [PATCH] Add tab bar margin height to changelog Fixes #3685 Fixes #3247 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 32061d4a2..582400bc2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,9 @@ To update |kitty|, :doc:`follow the instructions `. - Add the ability to un-scroll the screen to the ``kitty @ scroll-window`` remote control command (:iss:`3604`) +- A new option, :opt:`tab_bar_margin_height` to add margins around the + top and bottom edges of the tab bar (:iss:`3247`) + - Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling when the NumLock or CapsLock modifiers were engaged. (:iss:`3587`)