hints kitten: Allow using launch as the program to run, to open the result in a new kitty tab/window/etc.

Fixes #5462
This commit is contained in:
Kovid Goyal
2022-09-02 16:23:00 +05:30
parent 67c963ab89
commit 9cec924f32
2 changed files with 33 additions and 7 deletions

View File

@@ -46,6 +46,8 @@ Detailed list of changes
- hints kitten: hyperlink matching: Fix hints occasionally matching text on subsequent line as part of hyperlink (:pull:`5450`)
- hints kitten: Allow using :doc:`launch` as the program to run, to open the result in a new kitty tab/window/etc. (:iss:`5462`)
- Fix a regression in 0.26.0 that broke mapping of native keys who key codes did not fit in 21 bits (:iss:`5452`)
0.26.1 [2022-08-30]