Accepting request 1167821 from home:sbradnick:branches:X11:terminals
- Update to 0.34.0: * Wayland: panel kitten: Add support for drawing desktop background and bars using the panel kitten for all compositors that support the requisite Wayland protocol which is practically speaking all of them but GNOME (#2590) * Show a small scrollback indicator along the right window edge when viewing the scrollback to keep track of scroll position (#2502) * Wayland: Support fractional scales so that there is no wasted drawing at larger scale followed by resizing in the compositor * Wayland KDE: Support background_blur * Wayland GNOME: The window titlebar now has buttons to minimize/maximize/close the window * Wayland GNOME: The window titlebar color now follows the system light/dark color scheme preference, see wayland_titlebar_color * Wayland KDE: Fix mouse cursor hiding not working in Plasma 6 (#7265) * Wayland IME: Fix a bug with handling synthetic keypresses generated by ZMK keyboard + fcitx (#7283) * A new option terminfo_type to allow passing the terminfo database embedded into the TERMINFO env var directly instead of via a file * Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes (#7244) * macOS: Fix a regression in the previous release that broke rendering of some symbols on some systems (#7249) * Fix handling of tab character when cursor is at end of line and wrapping is enabled (#7250) * Splits layout: Fix move_window_forward not working (#7264) * macOS: Fix an abort due to an assertion when a program tries to set an invalid window title (#7271) * fish shell integration: Fix clicking at the prompt causing autosuggestions to be accepted, needs fish >= 3.8.0 (#7168) * Linux: Fix for a regression in 0.32.0 that caused some CJK fonts to not OBS-URL: https://build.opensuse.org/request/show/1167821 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=147
This commit is contained in:
parent
54f52d60b4
commit
759509f445
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e53c820e599e709ad98346161df5a9fa0fb2341f29d473b37e944205518504e6
|
||||
size 8122943
|
3
kitty-0.34.0.tar.gz
Normal file
3
kitty-0.34.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c020b669c5d139135010bedb00d577416c899cc7a02de79b7bb577f96a47d8d
|
||||
size 8098969
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 13:35:17 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 0.34.0:
|
||||
* Wayland: panel kitten: Add support for drawing desktop background and bars
|
||||
using the panel kitten for all compositors that support the requisite
|
||||
Wayland protocol which is practically speaking all of them but GNOME (#2590)
|
||||
* Show a small scrollback indicator along the right window edge when
|
||||
viewing the scrollback to keep track of scroll position (#2502)
|
||||
* Wayland: Support fractional scales so that there is no wasted drawing at
|
||||
larger scale followed by resizing in the compositor
|
||||
* Wayland KDE: Support background_blur
|
||||
* Wayland GNOME: The window titlebar now has buttons to
|
||||
minimize/maximize/close the window
|
||||
* Wayland GNOME: The window titlebar color now follows the system
|
||||
light/dark color scheme preference, see wayland_titlebar_color
|
||||
* Wayland KDE: Fix mouse cursor hiding not working in Plasma 6 (#7265)
|
||||
* Wayland IME: Fix a bug with handling synthetic keypresses generated by
|
||||
ZMK keyboard + fcitx (#7283)
|
||||
* A new option terminfo_type to allow passing the terminfo database
|
||||
embedded into the TERMINFO env var directly instead of via a file
|
||||
* Mouse reporting: Fix drag release event outside the window not being
|
||||
reported in legacy mouse reporting modes (#7244)
|
||||
* macOS: Fix a regression in the previous release that broke rendering of
|
||||
some symbols on some systems (#7249)
|
||||
* Fix handling of tab character when cursor is at end of line and wrapping
|
||||
is enabled (#7250)
|
||||
* Splits layout: Fix move_window_forward not working (#7264)
|
||||
* macOS: Fix an abort due to an assertion when a program tries to set an
|
||||
invalid window title (#7271)
|
||||
* fish shell integration: Fix clicking at the prompt causing
|
||||
autosuggestions to be accepted, needs fish >= 3.8.0 (#7168)
|
||||
* Linux: Fix for a regression in 0.32.0 that caused some CJK fonts to not
|
||||
render glyphs (#7263)
|
||||
* Wayland: Support preferred integer scales
|
||||
* Wayland: A new option wayland_enable_ime to turn off Input Method
|
||||
Extensions which add latency and create bugs
|
||||
* Wayland: Fix hide_window_decorations not working on non GNOME desktops
|
||||
* When asking for quit confirmation because of a running program, mention
|
||||
the program name (#7331)
|
||||
* Fix flickering of prompt during window resize (#7324)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 14:03:41 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# sphinx_copybutton not in Factory
|
||||
%bcond_with docs
|
||||
Name: kitty
|
||||
Version: 0.33.1
|
||||
Version: 0.34.0
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:772299b1faa1722f9dff7444c457ec8eeff1e2c8261660214e009a14b60e889a
|
||||
size 2618548
|
||||
oid sha256:04ecced57c4172d9bde0cdf915e8ab57bf547a69790708e8eaa57ea322a43fdc
|
||||
size 2749549
|
||||
|
Loading…
Reference in New Issue
Block a user