- Update to 0.11.2:

* Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW (#665)
  * kitty shell: Ignore failure to read readline history file. Happens if the user migrates their kitty cache directory between systems with incompatible readline implementations.
  * hints kitten: Add a kitty +kitten hints --multiple option to select multiple items (#687)
  * Fix pasting large amounts of text very slow (#682)
  * Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout (#688)
  * Add a kitty --hold command line option to stay open after the child process exits (#667)
  * diff kitten: When triggering a search scroll to the first match automatically
  * kitty --debug-font-fallback also prints out what basic fonts were matched
  * When closing a kitty window reset the mouse cursor to its default shape and ensure it is visible (#655).
  * Remote control: Speed-up reading of command responses
  * Linux installer: Fix installer failing on systems with python < 3.5
  * Support “-T” as an alias for “–title” (#659)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=9
This commit is contained in:
Michael Vetter 2018-07-02 09:47:48 +00:00 committed by Git OBS Bridge
parent 4506e34f77
commit e17eefaf8a
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bbc6b5465d424969b16c5ad7f2f67ffbfe33657fdcb443e1bcc11aa00726841
size 3924068

3
kitty-0.11.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20d5289732271c33fa4da52c841b8567a2a2b8f514675bb9a2ede9097adb3712
size 3442111

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 2 09:44:23 UTC 2018 - mvetter@suse.com
- Update to 0.11.2:
* Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW (#665)
* kitty shell: Ignore failure to read readline history file. Happens if the user migrates their kitty cache directory between systems with incompatible readline implementations.
* hints kitten: Add a kitty +kitten hints --multiple option to select multiple items (#687)
* Fix pasting large amounts of text very slow (#682)
* Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout (#688)
* Add a kitty --hold command line option to stay open after the child process exits (#667)
* diff kitten: When triggering a search scroll to the first match automatically
* kitty --debug-font-fallback also prints out what basic fonts were matched
* When closing a kitty window reset the mouse cursor to its default shape and ensure it is visible (#655).
* Remote control: Speed-up reading of command responses
* Linux installer: Fix installer failing on systems with python < 3.5
* Support “-T” as an alias for “title” (#659)
-------------------------------------------------------------------
Mon Jun 18 07:20:17 UTC 2018 - mvetter@suse.com

View File

@ -17,7 +17,7 @@
Name: kitty
Version: 0.11.1
Version: 0.11.2
Release: 0
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
License: GPL-3.0-only