notify_on_cmd_finish invisible now uses actual OS Window visibility as reported by the window manager

Fixes #8320
This commit is contained in:
Kovid Goyal
2025-02-12 10:30:18 +05:30
parent 4472d91fbb
commit d27e4f84b7
3 changed files with 17 additions and 3 deletions

View File

@@ -106,6 +106,10 @@ Detailed list of changes
terminal ecosystem for decades by allowing terminal programs to specify how
many cells to render a piece of text in (:iss:`8226`)
- **Behavior change**: The :opt:`notify_on_cmd_finish` option now uses OS
Window visibility instead of focus state when set to ``invisible``
(:iss:`8320`)
- launch: Add options :option:`launch --source-window` and :option:`launch --next-to` to allow
specifying which window is used as the data source and destination location independently of the
currently active window (:iss:`8295`)