Allow using the cwd of the original process for launch --cwd

Fixes #5672
This commit is contained in:
Kovid Goyal
2022-11-15 22:18:19 +05:30
parent d54fe3c16a
commit d9215feda5
3 changed files with 20 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ Detailed list of changes
- Speed up the ``kitty @`` executable by ~10x reducing the time for typical
remote control commands from ~50ms to ~5ms
- Allow using the cwd of the original process for :option:`launch --cwd` (:iss:`5672`)
0.26.5 [2022-11-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~