- Update to 0.20.0:

* Support display of animated images kitty +kitten icat animation.gif.
    See Animation for details on animation support in the kitty graphics protocol.
  * A new keyboard reporting protocol with various advanced features
    that can be used by full screen terminal programs and even games,
    see A protocol for comprehensive keyboard handling in terminals (#3248)
  * Backward incompatibility: Session files now use the full launch command
    with all its capabilities. However, the syntax of the command is slightly
    different from before. In particular watchers are now specified directly
    on launch and environment variables are set using --env.
  * Allow setting colors when creating windows using the launch command.
  * A new option tab_powerline_style to control the appearance of the tab
    bar when using the powerline tab bar style.
  * A new option scrollback_fill_enlarged_window to fill extra lines in the
    window when the window is expanded with lines from the scrollback (#3371)
  * diff kitten: Implement recursive diff over SSH (#3268)
  * ssh kitten: Allow using python instead of the shell on the server,
    useful if the shell used is a non-POSIX compliant one, such as fish (#3277)
  * Add support for the color settings stack that XTerm copied from us
    without acknowledgement and decided to use incompatible escape codes for.
  * Add entries to the terminfo file for some user capabilities that are
    shared with XTerm (#3193)
  * The launch command now does more sophisticated resolving of executables to run.
    The system-wide PATH is used first, then system specific default paths,
    and finally the PATH inside the shell.
  * Double clicking on empty tab bar area now opens a new tab (#3201)
  * kitty @ ls: Show only environment variables that are different for each window, by default.
  * When passing a directory or a non-executable file as the program to run to kitty
    opens it with the shell or by parsing the shebang, instead of just failing.
  * Linux: Fix rendering of emoji followed by the graphics variation selector

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=72
This commit is contained in:
Michael Vetter 2021-04-19 11:54:04 +00:00 committed by Git OBS Bridge
parent 2b9c6bae34
commit 4d0c3e8736
4 changed files with 76 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28fc5de9b8934174801aa7d95c5a6f4c878a7e93eea15cdf06d9c982e1cd2fec
size 4032891

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20a079cfc2ee4339970b06460f3dacb59c7c7810602821e1f2b731b7f2d83a4e
size 4196783

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Mon Apr 19 11:48:05 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.20.0:
* Support display of animated images kitty +kitten icat animation.gif.
See Animation for details on animation support in the kitty graphics protocol.
* A new keyboard reporting protocol with various advanced features
that can be used by full screen terminal programs and even games,
see A protocol for comprehensive keyboard handling in terminals (#3248)
* Backward incompatibility: Session files now use the full launch command
with all its capabilities. However, the syntax of the command is slightly
different from before. In particular watchers are now specified directly
on launch and environment variables are set using --env.
* Allow setting colors when creating windows using the launch command.
* A new option tab_powerline_style to control the appearance of the tab
bar when using the powerline tab bar style.
* A new option scrollback_fill_enlarged_window to fill extra lines in the
window when the window is expanded with lines from the scrollback (#3371)
* diff kitten: Implement recursive diff over SSH (#3268)
* ssh kitten: Allow using python instead of the shell on the server,
useful if the shell used is a non-POSIX compliant one, such as fish (#3277)
* Add support for the color settings stack that XTerm copied from us
without acknowledgement and decided to use incompatible escape codes for.
* Add entries to the terminfo file for some user capabilities that are
shared with XTerm (#3193)
* The launch command now does more sophisticated resolving of executables to run.
The system-wide PATH is used first, then system specific default paths,
and finally the PATH inside the shell.
* Double clicking on empty tab bar area now opens a new tab (#3201)
* kitty @ ls: Show only environment variables that are different for each window, by default.
* When passing a directory or a non-executable file as the program to run to kitty
opens it with the shell or by parsing the shebang, instead of just failing.
* Linux: Fix rendering of emoji followed by the graphics variation selector
not being colored with some fonts (#3211)
* Unicode input: Fix using index in select by name mode not working for indices
larger than 16. Also using an index does not filter the list of matches. (#3219)
* Wayland: Add support for the text input protocol (#3410)
* Wayland: Fix mouse handling when using client side decorations
* Wayland: Fix un-maximizing a window not restoring its size to what it was
beforebeing maximized
* GNOME/Wayland: Improve window decorations the titlebar now shows the window title.
Allow running under Wayland on GNOME by default. (#3284)
* Panel kitten: Allow setting WM_CLASS (#3233)
* Also detect gemini:// URLs when hovering with the mouse (#3370)
* When using a non-US keyboard layout and pressing ctrl+key when the key
matches an English key, send that to the program running in the terminal
automatically (#2000)
* When matching shortcuts, also match on shifted keys, so a shortcut defined as
ctrl+plus will match a keyboard where you have to press shift+equal to get
the plus key (#2000)
* Fix extra space at bottom of OS window when using the fat layout with the tab
bar at the top (#3258)
* Fix window icon not working on X11 with 64bits (#3260)
* Fix OS window sizes under 100px resulting in scaled display (#3307)
* Fix rendering of ligatures in the latest release of Cascadia code, which for
some reason puts empty glyphs after the ligature glyph rather than before it (#3313)
* Improve handling of infinite length ligatures in newer versions of FiraCode
and CascadiaCode. Now such ligatures are detected based on glyph naming convention.
This removes the gap in the ligatures at cell boundaries (#2695)
* hints kitten: When using the linenumber action with a background action,
preserve the working directory (#3352)
* Graphics protocol: Fix suppression of responses not working for chunked transmission (#3375)
* Fix inactive tab closing causing active tab to change (#3398)
* Fix a crash on systems using musl as libc (#3395)
* Improve rendering of rounded corners by using a rectircle equation rather than a cubic bezier (#3409)
* Graphics protocol: Add a control to allow clients to specify that the cursor should
not move when displaying an image (#3411)
* Fix marking of text not working on lines that contain zero cells (#3403)
* Fix the selection getting changed if the screen contents scroll while the selection is in progress (#3431)
* X11: Fix resize_in_steps being applied even when window is maximized (#3473)
-------------------------------------------------------------------
Fri Apr 16 12:04:31 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package kitty
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: kitty
Version: 0.19.3
Version: 0.20.0
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only