Accepting request 658304 from home:jubalh:branches:X11:terminals

- Update to 0.13.1:
  * Fix passing input via the pipe action to a program without a window not working.
  * Linux: Fix a regression in the previous release that caused automatic selection of bold/italic fonts when using aliases such as "monospace" to not work (#1209)
  * Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped (#1206)
  Changelog from 0.13.0:
  * Add an option scrollback_pager_history_size to tell kitty to store extended scrollback to use when viewing the scrollback buffer in a pager (#970)
  * Modify the kittens sub-system to allow creating custom kittens without any user interface. This is useful for creating more complex actions that can be bound to key presses in kitty.conf. See doc:kittens/custom. (#870)
  * Add a new nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab now accepts negative numbers to go to previously active tabs (#1040)
  * Allow hiding the tab bar completely, by setting tab_bar_style to hidden. (#1014)
  * Allow private use unicode characters to stretch over more than a single neighboring space (#1036)
  * Add a new touch_scroll_multiplier option to modify the amount scrolled by high precision scrolling devices such as touchpads (#1129)
  * icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal (#1130)
  * hints kitten: Insert trailing spaces after matches when using the --multiple option. Also add a separate --add-trailing-space option to control this behavior (#1132)
  * Fix the *_with_cwd actions using the cwd of the overlay window rather than the underlying window's cwd (#1045)
  * Fix incorrect key repeat rate on wayland (#1055)
  * Linux: Fix incorrect rendering of some fonts when hinting is disabled at small sizes (#1173)
  * Linux: Fix match rules used as aliases in Fontconfig configuration not being respected (#1085)
  * Linux: Fix a crash when using the GNU Unifont as a fallback font (#1087)
  * Wayland: Fix copying from hidden kitty windows hanging (#1051)
  * Wayland: Add support for the primary selection protocol implemented by some compositors (#1095)
  * Fix expansion of env vars not working in the env directive (#1075)
  * Fix mouse_hide_wait only taking effect after an event such as cursor blink or key press (#1073)
  * Fix the set_background_opacity action not working correctly (#1147)
  * Fix second cell of emoji created using variation selectors not having the same attributes as the first cell (#1109)
  * Fix focusing neighboring windows in the grid layout with less than 4 windows not working (#1115)
  * Fix ctrl+shift+special key not working in normal and application keyboard modes (#1114)
  * Add a terminfo entry for full keyboard mode.
  * Fix incorrect text-antialiasing when using very low background opacity (#1005)
  * When double or triple clicking ignore clicks if they are "far" from each other (#1093)
  * Follow xterm's behavior for the menu key (#597)
  * Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs (#1201)

OBS-URL: https://build.opensuse.org/request/show/658304
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=18
This commit is contained in:
Michael Vetter 2018-12-15 07:53:23 +00:00 committed by Git OBS Bridge
parent 4418b76512
commit a5fedf3c38
4 changed files with 39 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Dec 15 07:46:46 UTC 2018 - Michael Vetter <mvetter@suse.com>
- Update to 0.13.1:
* Fix passing input via the pipe action to a program without a window not working.
* Linux: Fix a regression in the previous release that caused automatic selection of bold/italic fonts when using aliases such as "monospace" to not work (#1209)
* Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped (#1206)
Changelog from 0.13.0:
* Add an option scrollback_pager_history_size to tell kitty to store extended scrollback to use when viewing the scrollback buffer in a pager (#970)
* Modify the kittens sub-system to allow creating custom kittens without any user interface. This is useful for creating more complex actions that can be bound to key presses in kitty.conf. See doc:kittens/custom. (#870)
* Add a new nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab now accepts negative numbers to go to previously active tabs (#1040)
* Allow hiding the tab bar completely, by setting tab_bar_style to hidden. (#1014)
* Allow private use unicode characters to stretch over more than a single neighboring space (#1036)
* Add a new touch_scroll_multiplier option to modify the amount scrolled by high precision scrolling devices such as touchpads (#1129)
* icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal (#1130)
* hints kitten: Insert trailing spaces after matches when using the --multiple option. Also add a separate --add-trailing-space option to control this behavior (#1132)
* Fix the *_with_cwd actions using the cwd of the overlay window rather than the underlying window's cwd (#1045)
* Fix incorrect key repeat rate on wayland (#1055)
* Linux: Fix incorrect rendering of some fonts when hinting is disabled at small sizes (#1173)
* Linux: Fix match rules used as aliases in Fontconfig configuration not being respected (#1085)
* Linux: Fix a crash when using the GNU Unifont as a fallback font (#1087)
* Wayland: Fix copying from hidden kitty windows hanging (#1051)
* Wayland: Add support for the primary selection protocol implemented by some compositors (#1095)
* Fix expansion of env vars not working in the env directive (#1075)
* Fix mouse_hide_wait only taking effect after an event such as cursor blink or key press (#1073)
* Fix the set_background_opacity action not working correctly (#1147)
* Fix second cell of emoji created using variation selectors not having the same attributes as the first cell (#1109)
* Fix focusing neighboring windows in the grid layout with less than 4 windows not working (#1115)
* Fix ctrl+shift+special key not working in normal and application keyboard modes (#1114)
* Add a terminfo entry for full keyboard mode.
* Fix incorrect text-antialiasing when using very low background opacity (#1005)
* When double or triple clicking ignore clicks if they are "far" from each other (#1093)
* Follow xterm's behavior for the menu key (#597)
* Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs (#1201)
-------------------------------------------------------------------
Tue Nov 27 08:59:28 UTC 2018 - mvetter@suse.com

View File

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