From 8aa6ea0bf1c7cc349357fbee6c9c999419d6390d3427b65fbe36776f1870eff7 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 8 Jan 2019 08:24:00 +0000 Subject: [PATCH] - Update to 0.13.2: * Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223) * Report the current foreground processes as well as the original child process, when using kitty @ ls * Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. * Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286) * Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221) * Handle keyboards with a "+" key (#1224) * Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210) * Fix changing cursor_text_color via remote control not working (#1229) * Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245) * Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=19 --- kitty-0.13.1.tar.gz | 3 --- kitty-0.13.2.tar.gz | 3 +++ kitty.changes | 15 +++++++++++++++ kitty.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.13.1.tar.gz create mode 100644 kitty-0.13.2.tar.gz diff --git a/kitty-0.13.1.tar.gz b/kitty-0.13.1.tar.gz deleted file mode 100644 index 347f2c6..0000000 --- a/kitty-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a305813a13bd4267da72fb22272343ef48cf97fe3ac7a939aa7c98750b5b259f -size 3501943 diff --git a/kitty-0.13.2.tar.gz b/kitty-0.13.2.tar.gz new file mode 100644 index 0000000..eca764a --- /dev/null +++ b/kitty-0.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c5b17c0fedd7564933f61a4634ec051c13cbdf968815a7b4770611559de152 +size 3505876 diff --git a/kitty.changes b/kitty.changes index 2a37f9e..e44121b 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 8 08:20:43 UTC 2019 - mvetter@suse.com + +- Update to 0.13.2: + * Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223) + * Report the current foreground processes as well as the original child process, when using kitty @ ls + * Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. + * Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286) + * Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221) + * Handle keyboards with a "+" key (#1224) + * Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210) + * Fix changing cursor_text_color via remote control not working (#1229) + * Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245) + * Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256) + ------------------------------------------------------------------- Sat Dec 15 07:46:46 UTC 2018 - Michael Vetter diff --git a/kitty.spec b/kitty.spec index 4771ae4..47592e0 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.13.1 +Version: 0.13.2 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only