edit-in-kitty: Fix running edit-in-kitty with elevated privileges to edit a restricted file not working

This commit is contained in:
Kovid Goyal
2023-05-07 09:36:16 +05:30
parent 79cd6f38fe
commit 474244268c
2 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ Detailed list of changes
- kitty +open: Ask for permission before executing script files that are not marked as executable. This prevents accidental execution
of script files via MIME type association from programs that unconditionally "open" attachments/downloaded files.
- edit-in-kitty: Fix running edit-in-kitty with elevated privileges to edit a restricted file not working (:disc:`6245`)
0.28.1 [2023-04-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~