From b792503a3111695713d1c1150819c511df755526effa195628c3564de7292bb1 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 11 Jun 2019 03:26:21 +0000 Subject: [PATCH] - 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 --- kitty-0.14.1.tar.gz | 3 --- kitty-0.14.2.tar.gz | 3 +++ kitty.changes | 15 +++++++++++++++ kitty.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.14.1.tar.gz create mode 100644 kitty-0.14.2.tar.gz diff --git a/kitty-0.14.1.tar.gz b/kitty-0.14.1.tar.gz deleted file mode 100644 index 116dc69..0000000 --- a/kitty-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92b9e3555e33b3aa1e267a7bc9bc026233b87c01a6f36ddf4492c151ab68218b -size 3532661 diff --git a/kitty-0.14.2.tar.gz b/kitty-0.14.2.tar.gz new file mode 100644 index 0000000..81f6595 --- /dev/null +++ b/kitty-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fdf3760074afe3101ef7483506c6d15e852bddce38efd859c7214bcaa5034f +size 3534076 diff --git a/kitty.changes b/kitty.changes index cc0c22a..0e832c1 100644 --- a/kitty.changes +++ b/kitty.changes @@ -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 diff --git a/kitty.spec b/kitty.spec index e1d41cc..f2b6ae7 100644 --- a/kitty.spec +++ b/kitty.spec @@ -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