From 920422c1e18b588dad3513bc9b5615b169d2c908537c526d365e5cdf17d609fa Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 18 Oct 2022 12:16:17 +0000 Subject: [PATCH] - Update to 0.26.4: * Allow centering the background_image (#5525) * X11: Fix a regression in the previous release that caused pasting from GTK based applications to have extra newlines (#5528) * Tab bar: Improve empty space management when some tabs have short titles, allocate the saved space to the active tab (#5548) * Fix background_tint not applying to window margins and padding (#3933) * Wayland: Fix background image scaling using tiled mode on high DPI screens * Wayland: Fix an abort when changing background colors with wayland_titlebar_color set to background (#5562) * Update to Unicode 15.0 (#5542) * GNOME Wayland: Fix a memory leak in gnome-shell when using client side decorations OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=111 --- kitty-0.26.3.tar.gz | 3 --- kitty-0.26.4.tar.gz | 3 +++ kitty.changes | 18 ++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.26.3.tar.gz create mode 100644 kitty-0.26.4.tar.gz diff --git a/kitty-0.26.3.tar.gz b/kitty-0.26.3.tar.gz deleted file mode 100644 index 49f13c5..0000000 --- a/kitty-0.26.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f108effffdb70a26f58e851361e7191aa6f20263c188576928f7fd176efada88 -size 6055457 diff --git a/kitty-0.26.4.tar.gz b/kitty-0.26.4.tar.gz new file mode 100644 index 0000000..3545cb6 --- /dev/null +++ b/kitty-0.26.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea388c6f2f8908e2c3ac8cb9d7a2b1af701a3c8de625f00ceaac2f891132606 +size 6080126 diff --git a/kitty.changes b/kitty.changes index 4c9c0f9..29ab930 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 18 12:14:04 UTC 2022 - Michael Vetter + +- Update to 0.26.4: + * Allow centering the background_image (#5525) + * X11: Fix a regression in the previous release that caused pasting + from GTK based applications to have extra newlines (#5528) + * Tab bar: Improve empty space management when some tabs have + short titles, allocate the saved space to the active tab (#5548) + * Fix background_tint not applying to window margins and padding (#3933) + * Wayland: Fix background image scaling using tiled mode on + high DPI screens + * Wayland: Fix an abort when changing background colors with + wayland_titlebar_color set to background (#5562) + * Update to Unicode 15.0 (#5542) + * GNOME Wayland: Fix a memory leak in gnome-shell when using client + side decorations + ------------------------------------------------------------------- Mon Sep 26 07:59:26 UTC 2022 - Michael Vetter diff --git a/kitty.spec b/kitty.spec index f126900..2a72898 100644 --- a/kitty.spec +++ b/kitty.spec @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.26.3 +Version: 0.26.4 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only