From 4555e06bde80e6f323150d7e565cff582b19b32c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 May 2018 08:16:14 +0000 Subject: [PATCH] - Update to 0.10.0: * A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README. * Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details. * Implement support for the SGR faint escape code to make text blend into the background (#446). * Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected. Also improve detection of surrounding brackets/quotes. * Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532). * Add a "fat" layout that is similar to the "tall" layout but vertically oriented. * Expand environment variables in config file include directives * Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed. * Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area. Caused incorrect rendering in neovim, in some situations (#542). * Render a couple more powerline symbols directly, bypassing the font (#550). * Fix ctrl+alt+ not working in normal and application keyboard (#548). * Partial fix for rendering Right-to-left languages like Arabic. * Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538). * Have the paste_from_selection action paste from the clipboard on platforms that do not have a primary selection such as Wayland and macOS (#529) * Fix cursor_stop_blinking_after=0 not working (#530) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=5 --- kitty-0.10.0.tar.gz | 3 +++ kitty-0.9.1.tar.gz | 3 --- kitty.changes | 23 +++++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 kitty-0.10.0.tar.gz delete mode 100644 kitty-0.9.1.tar.gz diff --git a/kitty-0.10.0.tar.gz b/kitty-0.10.0.tar.gz new file mode 100644 index 0000000..705c34a --- /dev/null +++ b/kitty-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056563862c5759b740e95efff44b82c1a4efc370092f22f26aee0b774106bf4d +size 3839278 diff --git a/kitty-0.9.1.tar.gz b/kitty-0.9.1.tar.gz deleted file mode 100644 index 16cb6d8..0000000 --- a/kitty-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5e6c07137ebd7977b88f6704341c15b2e43823300435dae9237d320af9a5dec -size 3698447 diff --git a/kitty.changes b/kitty.changes index 4282d33..d5ba96f 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue May 22 08:13:06 UTC 2018 - mvetter@suse.com + +- Update to 0.10.0: + * A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README. + * Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details. + * Implement support for the SGR faint escape code to make text blend into the background (#446). + * Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected. + Also improve detection of surrounding brackets/quotes. + * Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532). + * Add a "fat" layout that is similar to the "tall" layout but vertically oriented. + * Expand environment variables in config file include directives + * Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed. + * Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area. + Caused incorrect rendering in neovim, in some situations (#542). + * Render a couple more powerline symbols directly, bypassing the font (#550). + * Fix ctrl+alt+ not working in normal and application keyboard (#548). + * Partial fix for rendering Right-to-left languages like Arabic. + * Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538). + * Have the paste_from_selection action paste from the clipboard on platforms + that do not have a primary selection such as Wayland and macOS (#529) + * Fix cursor_stop_blinking_after=0 not working (#530) + ------------------------------------------------------------------- Sun May 6 08:18:05 UTC 2018 - mvetter@suse.com diff --git a/kitty.spec b/kitty.spec index db7c3ec..d7bc69d 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.9.1 +Version: 0.10.0 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only