- 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:
2018-07-16 08:56:22 +00:00
committed by Git OBS Bridge
parent e17eefaf8a
commit 20fe57f689
4 changed files with 15 additions and 4 deletions

View File

@@ -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