Fix a regression that caused --title to not work when opening new OS windows using --single-instance

This commit is contained in:
Kovid Goyal
2021-08-17 20:31:11 +05:30
parent cd7b4fcd8e
commit 4066c2389d
2 changed files with 13 additions and 3 deletions

View File

@@ -4,6 +4,12 @@ Changelog
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.23.2 [future]
----------------------
- Fix a regression that caused :option:`kitty --title` to not work when
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)
0.23.1 [2021-08-17]
----------------------