forked from pool/kitty
- Update to 0.14.2:
* Add an option placement_strategy to control how the cell area is aligned inside the window when the window size is not an exact multiple of the cell size (#1670) * hints kitten: Add a kitty +kitten hints --multiple-joiner option to control how multiple selections are serialized when copying to clipboard or inserting into the terminal. You can have them on separate lines, separated by arbitrary characters, or even serialized as JSON (#1665) * panel kitten: Fix the contents of the panel kitten not being positioned correctly on the vertical axis * icat kitten: Fix a regression that broke passing directories to icat (#1683) * clipboard kitten: Add a kitty +kitten clipboard --wait-for-completion option to have the kitten wait till copying to clipboard is complete (#1693) * Allow using the pipe command to send screen and scrollback contents directly to the clipboard (#1693) * Linux: Disable the Wayland backend on GNOME by default as GNOME has no support for server side decorations. Can be controlled by linux_display_server. * Add an option to control the default update_check_interval when building kitty packages * Wayland: Fix resizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working correctly (#1659) * Wayland: Fix crash when enabling disabling monitors on sway (#1696) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=24
This commit is contained in:
parent
d628d6e5c3
commit
f969e9780e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92b9e3555e33b3aa1e267a7bc9bc026233b87c01a6f36ddf4492c151ab68218b
|
||||
size 3532661
|
3
kitty-0.14.2.tar.gz
Normal file
3
kitty-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0fdf3760074afe3101ef7483506c6d15e852bddce38efd859c7214bcaa5034f
|
||||
size 3534076
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 03:23:45 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Update to 0.14.2:
|
||||
* Add an option placement_strategy to control how the cell area is aligned inside the window when the window size is not an exact multiple of the cell size (#1670)
|
||||
* hints kitten: Add a kitty +kitten hints --multiple-joiner option to control how multiple selections are serialized when copying to clipboard or inserting into the terminal. You can have them on separate lines, separated by arbitrary characters, or even serialized as JSON (#1665)
|
||||
* panel kitten: Fix the contents of the panel kitten not being positioned correctly on the vertical axis
|
||||
* icat kitten: Fix a regression that broke passing directories to icat (#1683)
|
||||
* clipboard kitten: Add a kitty +kitten clipboard --wait-for-completion option to have the kitten wait till copying to clipboard is complete (#1693)
|
||||
* Allow using the pipe command to send screen and scrollback contents directly to the clipboard (#1693)
|
||||
* Linux: Disable the Wayland backend on GNOME by default as GNOME has no support for server side decorations. Can be controlled by linux_display_server.
|
||||
* Add an option to control the default update_check_interval when building kitty packages
|
||||
* Wayland: Fix resizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working correctly (#1659)
|
||||
* Wayland: Fix crash when enabling disabling monitors on sway (#1696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 07:14:43 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.14.1
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user