From 1075b4e5948031fcf13690b062ab65921b10ead6 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 27 May 2022 09:51:57 +0000 Subject: [PATCH] Accepting request 979454 from home:jubalh:branches:X11:terminals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 0.25.1: * Shell integration: Add a command to Clone the current shell into a new window * Remote control: Allow using Boolean operators when constructing queries to match windows or tabs * Sessions: Fix os_window_size and os_window_class not applying to the first OS Window (#4957) * Allow using the cwd of the oldest as well as the newest foreground process for launch --cwd (#4869) * Bash integration: Fix the value of shell_integration not taking effect if the integration script is sourced in bashrc (#4964) * Fix a regression in the previous release that caused mouse move events to be incorrectly reported as drag events even when a button is not pressed (#4992) * remote file kitten: Integrate with the ssh kitten for improved performance and robustness. Re-uses the control master connection of the ssh kitten to avoid round-trip latency. * Fix tab selection when closing a new tab not correct in some scenarios (#4987) * A new action open_url to open the specified URL (#5004) * A new option select_by_word_characters_forward that allows changing which characters are considered part of a word to the right when double clicking to select words (#5103) * Fix reloading of config not working when kitty.conf does not exist when kitty is launched (#5071) * Fix deleting images by row not calculating image bounds correctly (#5081) * Increase the max number of combining chars per cell from two to three, without increasing memory usage. * Linux: Load libfontconfig at runtime to allow the binaries to work for running kittens on servers without FontConfig * GNOME: Fix for high CPU usage caused by GNOME’s text input subsystem OBS-URL: https://build.opensuse.org/request/show/979454 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=100 --- kitty-0.25.0.tar.gz | 3 --- kitty-0.25.1.tar.gz | 3 +++ kitty.changes | 36 ++++++++++++++++++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.25.0.tar.gz create mode 100644 kitty-0.25.1.tar.gz diff --git a/kitty-0.25.0.tar.gz b/kitty-0.25.0.tar.gz deleted file mode 100644 index 317b5ea..0000000 --- a/kitty-0.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be30160a905d26ddb2d07f52be40a56e6bf118162c447d3ea6f0e6f662b56676 -size 5974885 diff --git a/kitty-0.25.1.tar.gz b/kitty-0.25.1.tar.gz new file mode 100644 index 0000000..a3a90dd --- /dev/null +++ b/kitty-0.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935b7af0ac9c903f4328bcf26335930c7204fce7b2f8b386d7aef217795e8f29 +size 5992749 diff --git a/kitty.changes b/kitty.changes index 0ed79e0..126da62 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri May 27 09:42:14 UTC 2022 - Michael Vetter + +- Update to 0.25.1: + * Shell integration: Add a command to Clone the current shell into + a new window + * Remote control: Allow using Boolean operators when constructing + queries to match windows or tabs + * Sessions: Fix os_window_size and os_window_class not applying + to the first OS Window (#4957) + * Allow using the cwd of the oldest as well as the newest foreground + process for launch --cwd (#4869) + * Bash integration: Fix the value of shell_integration not taking + effect if the integration script is sourced in bashrc (#4964) + * Fix a regression in the previous release that caused mouse move + events to be incorrectly reported as drag events even when a button + is not pressed (#4992) + * remote file kitten: Integrate with the ssh kitten for improved + performance and robustness. Re-uses the control master connection + of the ssh kitten to avoid round-trip latency. + * Fix tab selection when closing a new tab not correct in some scenarios (#4987) + * A new action open_url to open the specified URL (#5004) + * A new option select_by_word_characters_forward that allows changing + which characters are considered part of a word to the right when + double clicking to select words (#5103) + * Fix reloading of config not working when kitty.conf does not exist + when kitty is launched (#5071) + * Fix deleting images by row not calculating image bounds correctly (#5081) + * Increase the max number of combining chars per cell from two to three, + without increasing memory usage. + * Linux: Load libfontconfig at runtime to allow the binaries to work for + running kittens on servers without FontConfig + * GNOME: Fix for high CPU usage caused by GNOME’s text input subsystem + going into an infinite loop when IME cursor position is updated + after a done event (#5105) + ------------------------------------------------------------------- Mon Apr 18 11:54:12 UTC 2022 - Ferdinand Thiessen diff --git a/kitty.spec b/kitty.spec index d8f6525..8b9b67c 100644 --- a/kitty.spec +++ b/kitty.spec @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.25.0 +Version: 0.25.1 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only