Merge branch 'drag_and_drop_text' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2019-08-24 08:39:27 +05:30
4 changed files with 27 additions and 13 deletions

View File

@@ -19,6 +19,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Add an option :opt:`macos_show_window_title_in` to control
showing the window title in the menubar/titlebar (:pull:`1837`)
- macOS: Allow drag and drop of text from other applications into kitty
(:pull:`1921`)
- When running kittens, use the colorscheme of the current window
rather than the configured colorscheme (:iss:`1906`)