Update changelog for last merge

This commit is contained in:
Kovid Goyal 2020-06-06 22:32:52 +05:30
parent 9fa97e6187
commit f597481736
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,13 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Tall and Fat layouts: Add mappable actions to increase or decrease the number - Tall and Fat layouts: Add mappable actions to increase or decrease the number
of full size windows (:iss:`2688`) of full size windows (:iss:`2688`)
- Allow sending the back and forward mouse buttons to terminal applications
(:pull:`2742`)
- **Backwards incompatibility**: The numbers used to encode mouse buttons
for the ``send_mouse_event`` function that can be used in kittens have
been changed (see :ref:`send_mouse_event`).
- Add an option :opt:`confirm_os_window_close` to ask for confirmation - Add an option :opt:`confirm_os_window_close` to ask for confirmation
when closing an OS window with multiple kitty windows. when closing an OS window with multiple kitty windows.

View File

@ -132,6 +132,8 @@ layout, by simply adding the line::
To the ``handle_result()`` function, above. To the ``handle_result()`` function, above.
.. _send_mouse_event:
Sending mouse events Sending mouse events
-------------------- --------------------