- 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
This commit is contained in:
Michael Vetter 2022-09-05 06:24:39 +00:00 committed by Git OBS Bridge
parent f0778af580
commit 1ade50650a
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fb381ee0fa707c1c230ca992dde523060d099e6fb8af9cc740414599be360e0
size 6039466

3
kitty-0.26.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69d3ad67b9a4db696c3c089623adadaa34237287cb53ef3309e0bcb62c2324eb
size 6048093

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 5 06:11:31 UTC 2022 - Michael Vetter <mvetter@suse.com>
- 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 <mvetter@suse.com>

View File

@ -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