From 7fc5097cf35abf5cb8bf3bb3d37ce05ac8c059a3 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 10 Sep 2018 12:07:40 +0000 Subject: [PATCH] - Update to 0.12.1: * Add a new kitty --start-in-fullscreen command line flag to start kitty in full screen mode (#856) * Linux: Do not enable IME input via ibus unless the GLFW_IM_MODULE=ibus environment variable is set. IME causes key processing latency and even missed keystrokes for many people, so it is now off by default. * Fix backspacing of wide characters in wide-character unaware programs not working (#875) * Linux: Fix number pad arrow keys not working when Numlock is off (#857) * Wayland: Implement support for clipboard copy/paste (#855) * Allow mapping shortcuts using the raw key code from the OS (#848) * Allow mapping of individual key-presses without modifiers as shortcuts * Fix legacy invocation of icat as kitty icat not working (#850) * Improve rendering of wavy underline at small font sizes (#853) * Fix a regression in 0.12.0 that broke dynamic resizing of layouts (#860) * Wayland: Allow using the kitty --class command line flag to set the app id (#862) * Add completion of the kitty command for the fish shell (#829) * Linux: Fix XCompose rules with no defined symbol not working (#880) * Linux: Fix crash with some Nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. (#873) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=12 --- kitty-0.12.0.tar.gz | 3 --- kitty-0.12.1.tar.gz | 3 +++ kitty.changes | 19 +++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.12.0.tar.gz create mode 100644 kitty-0.12.1.tar.gz diff --git a/kitty-0.12.0.tar.gz b/kitty-0.12.0.tar.gz deleted file mode 100644 index 19c942c..0000000 --- a/kitty-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30db676c55cdee0bfe5ff9a30ba569941ba83376a4bb754c8894c1b59ad9ed19 -size 3472331 diff --git a/kitty-0.12.1.tar.gz b/kitty-0.12.1.tar.gz new file mode 100644 index 0000000..d2a78ee --- /dev/null +++ b/kitty-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bf33e3d014635c6951fe4e3f2a0681173a1f44a9fa7a8ed4b60d20de53534a +size 3477416 diff --git a/kitty.changes b/kitty.changes index b7057b6..792a8d7 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 10 12:06:28 UTC 2018 - mvetter@suse.com + +- Update to 0.12.1: + * Add a new kitty --start-in-fullscreen command line flag to start kitty in full screen mode (#856) + * Linux: Do not enable IME input via ibus unless the GLFW_IM_MODULE=ibus environment variable is set. IME causes key processing latency and even missed keystrokes for many people, so it is now off by default. + * Fix backspacing of wide characters in wide-character unaware programs not working (#875) + * Linux: Fix number pad arrow keys not working when Numlock is off (#857) + * Wayland: Implement support for clipboard copy/paste (#855) + * Allow mapping shortcuts using the raw key code from the OS (#848) + * Allow mapping of individual key-presses without modifiers as shortcuts + * Fix legacy invocation of icat as kitty icat not working (#850) + * Improve rendering of wavy underline at small font sizes (#853) + * Fix a regression in 0.12.0 that broke dynamic resizing of layouts (#860) + * Wayland: Allow using the kitty --class command line flag to set the app id (#862) + * Add completion of the kitty command for the fish shell (#829) + * Linux: Fix XCompose rules with no defined symbol not working (#880) + * Linux: Fix crash with some Nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. (#873) + ------------------------------------------------------------------- Tue Sep 4 06:27:08 UTC 2018 - mvetter@suse.com diff --git a/kitty.spec b/kitty.spec index d757395..0830c05 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only