From 2dd758e71475b9e48ebee0a6ab24892c809854bc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 7 Nov 2022 10:53:45 +0000 Subject: [PATCH] - Update to 0.26.5: * Splits layout: Add a new mappable action to move the active window to the screen edge (#5643) * ssh kitten: Allow using absolute paths for the location of transferred data (#5607) * Fix a regression in the previous release that caused a resize_draw_strategy of static to not work (#5601) * Wayland KDE: Fix abort when pasting into Firefox (#5603) * Wayland GNOME: Fix ghosting when using background_tint (#5605) * Fix cursor position at x=0 changing to x=1 on resize (#5635) * Wayland GNOME: Fix incorrect window size in some circumstances when switching between windows with window decorations disabled (#4802) * Wayland: Fix high CPU usage when using some input methods (#5369) * Remote control: When matching window by state:focused and no window currently has keyboard focus, match the window belonging to the OS window that was last focused (#5602) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=113 --- kitty-0.26.4.tar.gz | 3 --- kitty-0.26.5.tar.gz | 3 +++ kitty.changes | 20 ++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.26.4.tar.gz create mode 100644 kitty-0.26.5.tar.gz diff --git a/kitty-0.26.4.tar.gz b/kitty-0.26.4.tar.gz deleted file mode 100644 index 656f8d4..0000000 --- a/kitty-0.26.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ea388c6f2f8908e2c3ac8cb9d7a2b1af701a3c8de625f00ceaac2f891132606 -size 6080126 diff --git a/kitty-0.26.5.tar.gz b/kitty-0.26.5.tar.gz new file mode 100644 index 0000000..9db74c5 --- /dev/null +++ b/kitty-0.26.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1b444f1cc10e16ee0f20a804c0f80b52417eeabf60d9f25e37ef192503ba26 +size 6080707 diff --git a/kitty.changes b/kitty.changes index 0a293e3..c5dd0ef 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Nov 7 10:50:41 UTC 2022 - Michael Vetter + +- Update to 0.26.5: + * Splits layout: Add a new mappable action to move the active + window to the screen edge (#5643) + * ssh kitten: Allow using absolute paths for the location of + transferred data (#5607) + * Fix a regression in the previous release that caused a + resize_draw_strategy of static to not work (#5601) + * Wayland KDE: Fix abort when pasting into Firefox (#5603) + * Wayland GNOME: Fix ghosting when using background_tint (#5605) + * Fix cursor position at x=0 changing to x=1 on resize (#5635) + * Wayland GNOME: Fix incorrect window size in some circumstances + when switching between windows with window decorations disabled (#4802) + * Wayland: Fix high CPU usage when using some input methods (#5369) + * Remote control: When matching window by state:focused and no window + currently has keyboard focus, match the window belonging to the OS + window that was last focused (#5602) + ------------------------------------------------------------------- Tue Oct 18 12:14:04 UTC 2022 - Michael Vetter diff --git a/kitty.spec b/kitty.spec index beb405e..1652aeb 100644 --- a/kitty.spec +++ b/kitty.spec @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.26.4 +Version: 0.26.5 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only