From 8266d4b9a3615e0c6a8c964853a19d7678d7e0f5 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 5 Sep 2022 06:24:39 +0000 Subject: [PATCH] - Update to 0.26.2: * Allow creating overlay-main windows, which are treated as the active window unlike normal overlays (#5392) * hints kitten: Allow using The launch command as the program to run, to open the result in a new kitty tab/window/etc. (#5462) * hyperlinked_grep kitten: Allow control over which parts of rg output are hyperlinked (#5428) * Fix regression in 0.26.0 that caused launching kitty without working STDIO handles to result in high CPU usage and prewarming failing (#5444) * The launch command: Allow setting the margin and padding for newly created windows (#5463) * hints kitten: hyperlink matching: Fix hints occasionally matching text on subsequent line as part of hyperlink (#5450) * Fix a regression in 0.26.0 that broke mapping of native keys whose key codes did not fit in 21 bits (#5452) * Wayland: Fix remembering window size not accurate when client side decorations are present * Fix an issue where notification identifiers were not sanitized leading to code execution if the user clicked on a notification popup from a malicious source. OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=107 --- kitty-0.26.1.tar.gz | 3 --- kitty-0.26.2.tar.gz | 3 +++ kitty.changes | 23 +++++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.26.1.tar.gz create mode 100644 kitty-0.26.2.tar.gz diff --git a/kitty-0.26.1.tar.gz b/kitty-0.26.1.tar.gz deleted file mode 100644 index abcaead..0000000 --- a/kitty-0.26.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fb381ee0fa707c1c230ca992dde523060d099e6fb8af9cc740414599be360e0 -size 6039466 diff --git a/kitty-0.26.2.tar.gz b/kitty-0.26.2.tar.gz new file mode 100644 index 0000000..fb653d0 --- /dev/null +++ b/kitty-0.26.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d3ad67b9a4db696c3c089623adadaa34237287cb53ef3309e0bcb62c2324eb +size 6048093 diff --git a/kitty.changes b/kitty.changes index 68c75c2..8582ca6 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Sep 5 06:11:31 UTC 2022 - Michael Vetter + +- Update to 0.26.2: + * Allow creating overlay-main windows, which are treated as the + active window unlike normal overlays (#5392) + * hints kitten: Allow using The launch command as the program to run, to open the + result in a new kitty tab/window/etc. (#5462) + * hyperlinked_grep kitten: Allow control over which parts of rg output are + hyperlinked (#5428) + * Fix regression in 0.26.0 that caused launching kitty without working STDIO + handles to result in high CPU usage and prewarming failing (#5444) + * The launch command: Allow setting the margin and padding for newly created + windows (#5463) + * hints kitten: hyperlink matching: Fix hints occasionally matching text on + subsequent line as part of hyperlink (#5450) + * Fix a regression in 0.26.0 that broke mapping of native keys whose key codes + did not fit in 21 bits (#5452) + * Wayland: Fix remembering window size not accurate when client side decorations + are present + * Fix an issue where notification identifiers were not sanitized leading to code + execution if the user clicked on a notification popup from a malicious source. + ------------------------------------------------------------------- Thu Sep 1 07:51:29 UTC 2022 - Michael Vetter diff --git a/kitty.spec b/kitty.spec index 4406cce..585a012 100644 --- a/kitty.spec +++ b/kitty.spec @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.26.1 +Version: 0.26.2 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only