Prompt for permission when reading from clipboard by default

Fixes #4022
This commit is contained in:
Kovid Goyal
2021-09-13 12:32:40 +05:30
parent 38a5e38f88
commit b1322fbe04
5 changed files with 50 additions and 15 deletions

View File

@@ -18,6 +18,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow the user to supply a custom Python function to draw tab bar. See
:opt:`tab_bar_style`
- When programs ask to read from the clipboard prompt the user to allow
the request by default instead of denying by default. See
:opt:`clipboard_control` for details (:iss:`4022`)
- Fix a regression that caused :option:`kitty --title` to not work when
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)