Add an :option:launch --watcher option that allows defining callbacks that are called for various events in the window's life-cycle

Fixes #2440
This commit is contained in:
Kovid Goyal
2020-03-28 12:13:42 +05:30
parent 8c23f9e526
commit 747ac85e7c
6 changed files with 104 additions and 11 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.17.2 [future]
--------------------
- Add an :option:`launch --watcher` option that allows defining callbacks
that are called for various events in the window's life-cycle (:iss:`2440`)
- Fix a regression in 0.17 that broke drawing of borders with non-minimal
borders (:iss:`2474`)