Document when o key was added to desktop notifications spec
This commit is contained in:
parent
32d23921df
commit
47b8b442dc
2 changed files with 6 additions and 1 deletions
|
|
@ -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 </desktop-notifications>`: 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]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
<https://iterm2.com/documentation-escape-codes.html>`__ for desktop
|
||||
|
|
|
|||
Loading…
Reference in a new issue