From 47b8b442dcdb75d76cad7c06a8af963f8742aa41 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Oct 2023 15:41:48 +0530 Subject: [PATCH] Document when o key was added to desktop notifications spec --- docs/changelog.rst | 2 +- docs/desktop-notifications.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index aa5b41bb7..99aeace09 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -80,7 +80,7 @@ Detailed list of changes - macOS: Fix a regression in the previous release that caused kitten @ ls to not report the environment variables for the default shell (:iss:`6749`) -- desktop notification protocol: Allow applications sending notifications to specify that the notification should only be displayed if the window is currently unfocused (:iss:`6755`) +- :doc:`desktop notification protocol `: Allow applications sending notifications to specify that the notification should only be displayed if the window is currently unfocused (:iss:`6755`) 0.30.1 [2023-10-05] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/desktop-notifications.rst b/docs/desktop-notifications.rst index e3bbe3a4b..a1a936c3e 100644 --- a/docs/desktop-notifications.rst +++ b/docs/desktop-notifications.rst @@ -123,6 +123,11 @@ Key Value Default Description ======= ==================== ========== ================= +.. note:: + Support for the ``o`` key to prevent notifications from unfocused windows + was added in kitty version 0.31.0 + + .. note:: |kitty| also supports the `legacy OSC 9 protocol developed by iTerm2 `__ for desktop