- Update to 0.26.3:
* Wayland: Mark windows in which a bell occurs as urgent on compositors that support the xdg-activation protocol * Allow passing null bytes through the system clipboard (#5483) * ssh kitten: Fix KITTY_PUBLIC_KEY not being encoded properly when transmitting (#5496) * Sessions: Allow controlling which OS Window is active via the focus_os_window directive * Wayland: Fix for bug in NVIDIA drivers that prevents transparency working (#5479) * Wayland: Fix for a bug that could cause kitty to become non-responsive when using multiple OS windows in a single instance on some compositors (#5495) * Wayland: Fix for a bug preventing kitty from starting on Hyprland when using a non-unit scale (#5467) * Wayland: Generate a XDG_ACTIVATION_TOKEN when opening URLs or running programs in the background via the launch action * Fix a regression that caused kitty not to restore SIGPIPE after python nukes it when launching children. Affects bash which does not sanitize its signal mask. (#5500) * Fix a use-after-free when handling fake mouse clicks and the action causes windows to be removed/re-allocated (#5506) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=109
This commit is contained in:
parent
1ade50650a
commit
23c516be7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69d3ad67b9a4db696c3c089623adadaa34237287cb53ef3309e0bcb62c2324eb
|
||||
size 6048093
|
3
kitty-0.26.3.tar.gz
Normal file
3
kitty-0.26.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f108effffdb70a26f58e851361e7191aa6f20263c188576928f7fd176efada88
|
||||
size 6055457
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 07:59:26 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.26.3:
|
||||
* Wayland: Mark windows in which a bell occurs as urgent on compositors
|
||||
that support the xdg-activation protocol
|
||||
* Allow passing null bytes through the system clipboard (#5483)
|
||||
* ssh kitten: Fix KITTY_PUBLIC_KEY not being encoded properly
|
||||
when transmitting (#5496)
|
||||
* Sessions: Allow controlling which OS Window is active via
|
||||
the focus_os_window directive
|
||||
* Wayland: Fix for bug in NVIDIA drivers that prevents
|
||||
transparency working (#5479)
|
||||
* Wayland: Fix for a bug that could cause kitty to become
|
||||
non-responsive when using multiple OS windows in a single
|
||||
instance on some compositors (#5495)
|
||||
* Wayland: Fix for a bug preventing kitty from starting on
|
||||
Hyprland when using a non-unit scale (#5467)
|
||||
* Wayland: Generate a XDG_ACTIVATION_TOKEN when opening URLs
|
||||
or running programs in the background via the launch action
|
||||
* Fix a regression that caused kitty not to restore SIGPIPE
|
||||
after python nukes it when launching children. Affects bash
|
||||
which does not sanitize its signal mask. (#5500)
|
||||
* Fix a use-after-free when handling fake mouse clicks and the
|
||||
action causes windows to be removed/re-allocated (#5506)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 06:11:31 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# sphinx_copybutton not in Factory
|
||||
%bcond_with docs
|
||||
Name: kitty
|
||||
Version: 0.26.2
|
||||
Version: 0.26.3
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user