When creating tabs via @ launch with the --match option create the tab in the OS Window containing the result of the match rather than the active OS Window

Fixes #4126
This commit is contained in:
Kovid Goyal
2021-10-17 13:27:52 +05:30
parent 0fa03da18c
commit 16365f2014
2 changed files with 8 additions and 1 deletions

View File

@@ -95,6 +95,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix the :program:`resize OS Windows <kitty @ resize-os-window>` setting a
slightly incorrect size on high DPI screens (:iss:`4114`)
- :program:`kitty @ launch` - when creating tabs with the ``--match`` option create
the tab in the OS Window containing the result of the match rather than
the active OS Window (:iss:`4126`)
0.23.1 [2021-08-17]
----------------------