mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Cleanup previous PR
This commit is contained in:
@@ -165,6 +165,11 @@ consumption to do the same tasks.
|
||||
Detailed list of changes
|
||||
-------------------------------------
|
||||
|
||||
0.50.0 [future]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Watchers: Add an `on_quit` event to global watchers (:iss:`9675`)
|
||||
|
||||
0.46.1 [2026-03-16]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
@@ -2098,6 +2098,7 @@ class Boss:
|
||||
break
|
||||
if w is None:
|
||||
return True
|
||||
data['aborted'] = False
|
||||
for watcher in global_watchers().on_quit:
|
||||
try:
|
||||
watcher(self, w, data)
|
||||
|
||||
Reference in New Issue
Block a user