From cb3a4b468f92bc3ba9239f1b2a2eb2db79475697e3dd33b4491c7db285a81653 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 16 Apr 2018 09:53:19 +0000 Subject: [PATCH] Accepting request 596758 from home:avindra:branches:X11:terminals - Update to 0.9.0 * A new kitty command shell to allow controlling kitty via commands. Press ctrl+shift+escape to run the shell. * The hints kitten has become much more powerful. Now in addition to URLs you can use it to select word, paths, filenames, lines, etc. from the screen. These can be inserted into the terminal, copied to clipboard or sent to external programs. * Switch to libxkbcommon for keyboard handling. It allows kitty to support XCompose and dead keys and also react to keyboard remapping/layout change without needing a restart. * Add support for multiple-key-sequence shortcuts * A new remote control command set-colors to change the current and/or configured colors. * When double-clicking to select a word, select words that continue onto the next/prev line as well. * Add an include directive for the config files to read multiple config files * Improve mouse selection for windows with padding. Moving the mouse into the padding area now acts as if the mouse is over the nearest cell. * Allow setting all 256 terminal colors in the config file * Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag * URL hints: Exclude trailing punctuation from URLs * URL hints: Launch the browser from the kitty parent process rather than the hints kitten. Fixes launching on some systems where xdg-open doesn't like being run from a kitten. * Allow using rectangle select mode by pressing shift in addition to the rectangle select modifiers even when the terminal program has grabbed the mouse. OBS-URL: https://build.opensuse.org/request/show/596758 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=3 --- kitty-0.9.0.tar.gz | 3 +++ kitty.changes | 34 ++++++++++++++++++++++++++++++++++ kitty.spec | 4 ++-- v0.8.4.tar.gz | 3 --- 4 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 kitty-0.9.0.tar.gz delete mode 100644 v0.8.4.tar.gz diff --git a/kitty-0.9.0.tar.gz b/kitty-0.9.0.tar.gz new file mode 100644 index 0000000..ad9cf70 --- /dev/null +++ b/kitty-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363e36385874ef11c8bb9e5a54a6da17884112c04f8b26a65eae9c20f0ee8fcc +size 3283936 diff --git a/kitty.changes b/kitty.changes index abdbc15..7077f83 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sun Apr 15 17:17:24 UTC 2018 - avindra@opensuse.org + +- Update to 0.9.0 + * A new kitty command shell to allow controlling kitty via + commands. Press ctrl+shift+escape to run the shell. + * The hints kitten has become much more powerful. Now in addition + to URLs you can use it to select word, paths, filenames, lines, + etc. from the screen. These can be inserted into the terminal, + copied to clipboard or sent to external programs. + * Switch to libxkbcommon for keyboard handling. It allows kitty to + support XCompose and dead keys and also react to keyboard + remapping/layout change without needing a restart. + * Add support for multiple-key-sequence shortcuts + * A new remote control command set-colors to change the current + and/or configured colors. + * When double-clicking to select a word, select words that continue + onto the next/prev line as well. + * Add an include directive for the config files to read multiple + config files + * Improve mouse selection for windows with padding. Moving the + mouse into the padding area now acts as if the mouse is over + the nearest cell. + * Allow setting all 256 terminal colors in the config file + * Fix using kitty --single-instance to open a new window in a + running kitty instance, not respecting the --directory flag + * URL hints: Exclude trailing punctuation from URLs + * URL hints: Launch the browser from the kitty parent process + rather than the hints kitten. Fixes launching on some systems + where xdg-open doesn't like being run from a kitten. + * Allow using rectangle select mode by pressing shift in addition + to the rectangle select modifiers even when the terminal program + has grabbed the mouse. + ------------------------------------------------------------------- Mon Apr 2 06:55:11 UTC 2018 - glin@suse.com diff --git a/kitty.spec b/kitty.spec index befb9ab..45f02d5 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,13 +17,13 @@ Name: kitty -Version: 0.8.4 +Version: 0.9.0 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only Group: System/X11/Terminals URL: https://github.com/kovidgoyal/kitty -Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz +Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: ImageMagick-devel BuildRequires: Mesa-libGL-devel BuildRequires: fontconfig-devel diff --git a/v0.8.4.tar.gz b/v0.8.4.tar.gz deleted file mode 100644 index aef885d..0000000 --- a/v0.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fceab2131c0c2e8403e06946fcf343bed5b04f14944d51b4c2fe41f350dfd68 -size 3285125