X11: Allow drag and drop of text/plain in addition to text/uri-list

Fixes #2441
This commit is contained in:
Kovid Goyal
2020-03-18 22:37:23 +05:30
parent 342f0981d8
commit e827e6fa21
4 changed files with 11 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Workaround for bug in less that causes colors to reset at wrapped lines
(:iss:`2381`)
- X11: Allow drag and drop of text/plain in addition to text/uri-list
(:iss:`2441`)
- Dont strip :code:`&` and :code:`-` from the end of URLs (:iss:`2436`)
- Fix ``@selection`` placeholder not working with launch command (:iss:`2417`)