Accepting request 981198 from X11:terminals
- Update to 0.25.2: * A new command edit-in-kitty to Edit files in new kitty windows even over SSH * Allow getting the last non-empty command output easily via an action or remote control (#4973) * Fix a bug that caused macos_colorspace to always be default regardless of its actual value (#5129) * diff kitten: A new option kitten-diff.ignore_name to exclude files and directories from being scanned (#5171) * ssh kitten: Fix bash not being executed as a login shell since kitty 0.25.0 (#5130) * Themes kitten: Add a tab to show user defined custom color themes separately (#5150) * Iosevka: Fix incorrect rendering when there is a combining char that does not group with its neighbors (#5153) * Weston: Fix client side decorations flickering on slow computers during window resize (#5162) * Remote control: Fix commands with large or asynchronous payloads like kitty @ set-backround-image, kitty @ set-window-logo and kitty @ select-window not working correctly when using a socket (#5165) * hints kitten: Fix surrounding quotes/brackets and embedded carriage returns not being removed when using line number processing (#5170) OBS-URL: https://build.opensuse.org/request/show/981198 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitty?expand=0&rev=9
This commit is contained in:
commit
f3244f8c6b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:935b7af0ac9c903f4328bcf26335930c7204fce7b2f8b386d7aef217795e8f29
|
||||
size 5992749
|
3
kitty-0.25.2.tar.gz
Normal file
3
kitty-0.25.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0893f7c26045242919f8f2baafc5fdb427968a7dbc793771c0a04d4e86377990
|
||||
size 6004652
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 18:11:05 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.2:
|
||||
* A new command edit-in-kitty to Edit files in new kitty windows
|
||||
even over SSH
|
||||
* Allow getting the last non-empty command output easily via an
|
||||
action or remote control (#4973)
|
||||
* Fix a bug that caused macos_colorspace to always be default
|
||||
regardless of its actual value (#5129)
|
||||
* diff kitten: A new option kitten-diff.ignore_name to exclude
|
||||
files and directories from being scanned (#5171)
|
||||
* ssh kitten: Fix bash not being executed as a login shell since
|
||||
kitty 0.25.0 (#5130)
|
||||
* Themes kitten: Add a tab to show user defined custom color themes
|
||||
separately (#5150)
|
||||
* Iosevka: Fix incorrect rendering when there is a combining char
|
||||
that does not group with its neighbors (#5153)
|
||||
* Weston: Fix client side decorations flickering on slow computers
|
||||
during window resize (#5162)
|
||||
* Remote control: Fix commands with large or asynchronous payloads
|
||||
like kitty @ set-backround-image, kitty @ set-window-logo and
|
||||
kitty @ select-window not working correctly when using a
|
||||
socket (#5165)
|
||||
* hints kitten: Fix surrounding quotes/brackets and embedded
|
||||
carriage returns not being removed when using line number
|
||||
processing (#5170)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 09:42:14 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# sphinx_copybutton not in Factory
|
||||
%bcond_with docs
|
||||
Name: kitty
|
||||
Version: 0.25.1
|
||||
Version: 0.25.2
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user