Accepting request 1146216 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1146216 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitty?expand=0&rev=26
This commit is contained in:
commit
501106eaca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9988ef58c1c56d70d615afc86acbc55629cee6b4bb00a962b15ade852c98b45
|
||||
size 8010887
|
3
kitty-0.32.2.tar.gz
Normal file
3
kitty-0.32.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2845cc863bc7417d9e4b69ab36d687831370f6ee1317a5c87e6e8ea479867c11
|
||||
size 8013933
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 14:31:55 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 0.32.2:
|
||||
* kitten @ load-config: Allow (re)loading kitty.conf via remote control
|
||||
* Remote control: Allow running mappable actions via remote control
|
||||
(kitten @ action)
|
||||
* kitten @ send-text: Add a new option to automatically wrap the sent text
|
||||
in bracketed paste escape codes if the program in the destination window
|
||||
has turned on bracketed paste.
|
||||
* Fix a single key mapping not overriding a previously defined multi-key mapping
|
||||
* macOS: Fix kitten @ select-window leaving the keyboard in a partially
|
||||
functional state (#7074)
|
||||
* Graphics protocol: Improve display of images using Unicode placeholders or
|
||||
row/column boxes by resizing them using linear instead of nearest neighbor
|
||||
interpolation on the GPU (#7070)
|
||||
* When matching URLs use the definition of legal characters in URLs from the
|
||||
WHATWG spec rather than older standards (#7095)
|
||||
* hints kitten: Respect the kitty url_excluded_characters option (#7075)
|
||||
* macOS: Fix an abort when changing OS window chrome for a full screen window
|
||||
via remote control or the themes kitten (#7106)
|
||||
* Special case rendering of some more box drawing characters using shades from
|
||||
the block of symbols for legacy computing (#7110)
|
||||
* A new close_other_os_windows to close non active OS windows (#7113)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 15:24:52 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# sphinx_copybutton not in Factory
|
||||
%bcond_with docs
|
||||
Name: kitty
|
||||
Version: 0.32.1
|
||||
Version: 0.32.2
|
||||
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:f8706067f86259ec99104325af4dcd44d6482342181e56341478f78c8b35bf03
|
||||
size 2590933
|
||||
oid sha256:6c7950e6d5bcbd502e29a1f637d3f641dbfeaf6f7216f542f209cc2e6be3a040
|
||||
size 2593152
|
||||
|
Loading…
Reference in New Issue
Block a user