From 94626547385e247b95dfa2eb651b7f31cf1db5ea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 28 Jul 2021 15:52:54 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 340e7df12..3a5403a85 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Changelog |kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal. To update |kitty|, :doc:`follow the instructions `. +0.22.1 [future] +---------------------- + +- Fix a regression in the previous release that broke :option:`kitty --help` + (:iss:`3869`) + +- Graphics protocol: Fix composing onto currently displayed frame not updating the frame on the GPU (:iss:`3874`) + +- Fix switching to previously active tab after detaching a tab not working (:pull:`3871`) + +- macOS: Fix an error on Apple silicon when enumerating monitors (:pull:`3875`) + + 0.22.0 [2021-07-26] ----------------------