launch: Allow setting the margin and padding for the newly created window

Fixes #5463
This commit is contained in:
Kovid Goyal
2022-09-02 19:41:05 +05:30
parent 295743a96e
commit 4b81e4936e
4 changed files with 51 additions and 25 deletions

View File

@@ -42,6 +42,8 @@ Detailed list of changes
- Fix regression in 0.26.0 that caused launching kitty without working STDIO handles to result in high CPU usage and prewarming failing (:iss:`5444`)
- :doc:`/launch`: Allow setting the margin and padding for the newly created window (:iss:`5463`)
- macOS: Fix regression in 0.26.0 that caused asking the user for a line of input such as for :ac:`set_tab_title` to not work (:iss:`5447`)
- hints kitten: hyperlink matching: Fix hints occasionally matching text on subsequent line as part of hyperlink (:pull:`5450`)