From b0d0c4fc713b1e3ec9b3b15c1ff2d55a930e3eb9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 18 Jun 2018 07:40:39 +0000 Subject: [PATCH] - Update to 0.11.1: * diff kitten: Implement searching for text in the diff (#574) * Add an option startup_session to kitty.conf to specify a default startup session (#641) * Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630) * diff kitten: Allow theming the selection background/foreground as well * diff kitten: Display CRLF line endings using the unicode return symbol instead of as it is less intrusive (#638) * diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637) * Fix kitty @ set-colors --all not working when more than one window present (#632) * Fix a regression that broke the legacy increase/decrease_font_size actions * Clear scrollback on reset (#631) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=8 --- kitty-0.11.0.tar.gz | 3 --- kitty-0.11.1.tar.gz | 3 +++ kitty.changes | 14 ++++++++++++++ kitty.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.11.0.tar.gz create mode 100644 kitty-0.11.1.tar.gz diff --git a/kitty-0.11.0.tar.gz b/kitty-0.11.0.tar.gz deleted file mode 100644 index 1968974..0000000 --- a/kitty-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abba2b93795609810e4c9b5cefbbada57e370722cee8a00f94a78c0c96226432 -size 3907898 diff --git a/kitty-0.11.1.tar.gz b/kitty-0.11.1.tar.gz new file mode 100644 index 0000000..b1640b1 --- /dev/null +++ b/kitty-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbc6b5465d424969b16c5ad7f2f67ffbfe33657fdcb443e1bcc11aa00726841 +size 3924068 diff --git a/kitty.changes b/kitty.changes index 749f238..7d80bd0 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 18 07:20:17 UTC 2018 - mvetter@suse.com + +- Update to 0.11.1: + * diff kitten: Implement searching for text in the diff (#574) + * Add an option startup_session to kitty.conf to specify a default startup session (#641) + * Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630) + * diff kitten: Allow theming the selection background/foreground as well + * diff kitten: Display CRLF line endings using the unicode return symbol instead of as it is less intrusive (#638) + * diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637) + * Fix kitty @ set-colors --all not working when more than one window present (#632) + * Fix a regression that broke the legacy increase/decrease_font_size actions + * Clear scrollback on reset (#631) + ------------------------------------------------------------------- Tue Jun 12 07:43:11 UTC 2018 - mvetter@suse.com diff --git a/kitty.spec b/kitty.spec index 566460e..a6616ef 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.11.0 +Version: 0.11.1 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only