From e429bea2f480f4b436b277a19f8c25746a765ac6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 6 Sep 2020 12:44:26 +0530 Subject: [PATCH] Move new features to the top of the changelog --- docs/changelog.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c5ea0dc22..b97f61bda 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,26 +10,29 @@ To update |kitty|, :doc:`follow the instructions `. - Improve rendering of borders when using minimal borders. Use less space and do not display a box around active windows. +- Add a new extensible escape code to allow terminal programs to trigger + desktop notifications. See :ref:`desktop_notifications` (:iss:`1474`) + +- Implement special rendering for various characters from the set of "Symbols + for Legacy Computing" from the Unicode 13 standard + - Allow specifying border sizes in either pts or pixels. Change the default to 0.5pt borders as this works best with the new minimal border style. - Add support for displaying correct colors with non-sRGB PNG files (Adds a dependency on liblcms2) +- Allow tracking focus change events in watchers (:iss:`2918`) + +- Allow specifying watchers in session files and via a command line argument + (:iss:`2933`) + - macOS: Switch to using the User Notifications framework for notifications. The current notifications framework has been deprecated in Big Sur. The new framework only allows notifications from signed and notarized applications, so people using kitty from homebrew/source are out of luck. Complain to Apple. -- Add a new extensible escape code to allow terminal programs to trigger - desktop notifications. See :ref:`desktop_notifications` (:iss:`1474`) - -- Allow tracking focus change events in watchers (:iss:`2918`) - -- Allow specifying watchers in session files and via a command line argument - (:iss:`2933`) - - When in the main screen and a program grabs the mouse, do not use the scroll wheel events to scroll the scrollback buffer, instead send them to the program (:iss:`2939`) @@ -37,9 +40,6 @@ To update |kitty|, :doc:`follow the instructions `. - Fix unfocused windows in which a bell occurs not changing their border color to red until a relayout -- Implement special rendering for various characters from the set of "Symbols - for Legacy Computing" from the Unicode 13 standard - - Linux: Fix automatic detection of bold/italic faces for fonts such as IBM Plex Mono and have the regular face with a full name that is the same as the family name (:iss:`2951`)