forked from pool/kitty
- Update to 0.11.3:
* Draw only the minimum borders needed for inactive windows. That is only the borders that separate the inactive window from a neighbor. Note that setting a non-zero window margin overrides this and causes all borders to be drawn. The old behavior of drawing all borders can be restored via the draw_minimal_borders setting in kitty.conf. * Fix triple-click to select line not working when the entire line is filled (#703) * When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated (#624) * When clicking in the margin/border area of a window, map the click to the nearest cell in the window. Avoids selection with the mouse failing when starting the selection just outside the window. * When drag-scrolling stop the scroll when the mouse button is released. * Fix a regression in the previous release that caused pasting large amounts of text to be duplicated (#709) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=10
This commit is contained in:
parent
f276f94340
commit
098cc0cae8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d5289732271c33fa4da52c841b8567a2a2b8f514675bb9a2ede9097adb3712
|
||||
size 3442111
|
3
kitty-0.11.3.tar.gz
Normal file
3
kitty-0.11.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0e1f0972fcee141c05caac543ef017ee7c87ddddf5fde636c614a28e45021c3
|
||||
size 3445718
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 08:53:36 UTC 2018 - mvetter@suse.com
|
||||
|
||||
- Update to 0.11.3:
|
||||
* Draw only the minimum borders needed for inactive windows. That is only the borders that separate the inactive window from a neighbor. Note that setting a non-zero window margin overrides this and causes all borders to be drawn. The old behavior of drawing all borders can be restored via the draw_minimal_borders setting in kitty.conf.
|
||||
* Fix triple-click to select line not working when the entire line is filled (#703)
|
||||
* When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated (#624)
|
||||
* When clicking in the margin/border area of a window, map the click to the nearest cell in the window. Avoids selection with the mouse failing when starting the selection just outside the window.
|
||||
* When drag-scrolling stop the scroll when the mouse button is released.
|
||||
* Fix a regression in the previous release that caused pasting large amounts of text to be duplicated (#709)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 09:44:23 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.11.2
|
||||
Version: 0.11.3
|
||||
Release: 0
|
||||
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user