Accepting request 902714 from X11:terminals

- Update to 0.21.2:
  * A new adjust_baseline option to adjust the vertical alignment
    of text inside a line (#3734)
  * A new url_excluded_characters option to exclude additional
    characters when detecting URLs under the mouse (#3738)
  * Fix a regression in 0.21.0 that broke rendering of private use
    Unicode symbols followed by spaces, when they also exist not
    followed by spaces (#3729)
  * ssh kitten: Support systems where the login shell is a
    non-POSIX shell (#3405)
  * ssh kitten: Add completion (#3760)
  * ssh kitten: Fix "Connection closed" message being printed by
    ssh when running remote commands
  * Add support for the XTVERSION escape code
  * When displaying scrollback ensure that the window does not quit
    if the amount of scrollback is less than a screen and the user
    has the --quit-if-one-screen option enabled for less (#3740)
  * Linux: Fix Emoji/bitmapped fonts not use able in symbol_map
  * query terminal kitten: Allow querying font face and size
    information (#3756)
  * hyperlinked grep kitten: Fix context options not generating
    contextual output (#3759)
  * Allow using superscripts in tab titles (#3763)
  * Unicode input kitten: Fix searching when a word has more than
    1024 matches (#3773)

OBS-URL: https://build.opensuse.org/request/show/902714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitty?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-06-28 13:33:37 +00:00 committed by Git OBS Bridge
commit 37efda85ea
4 changed files with 33 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f313beb63d8be0a35137f063cc2f6e929a6aa016607060c2ff45fad18379e6b
size 5691016

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Jun 28 06:56:04 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.21.2:
* A new adjust_baseline option to adjust the vertical alignment
of text inside a line (#3734)
* A new url_excluded_characters option to exclude additional
characters when detecting URLs under the mouse (#3738)
* Fix a regression in 0.21.0 that broke rendering of private use
Unicode symbols followed by spaces, when they also exist not
followed by spaces (#3729)
* ssh kitten: Support systems where the login shell is a
non-POSIX shell (#3405)
* ssh kitten: Add completion (#3760)
* ssh kitten: Fix "Connection closed" message being printed by
ssh when running remote commands
* Add support for the XTVERSION escape code
* When displaying scrollback ensure that the window does not quit
if the amount of scrollback is less than a screen and the user
has the --quit-if-one-screen option enabled for less (#3740)
* Linux: Fix Emoji/bitmapped fonts not use able in symbol_map
* query terminal kitten: Allow querying font face and size
information (#3756)
* hyperlinked grep kitten: Fix context options not generating
contextual output (#3759)
* Allow using superscripts in tab titles (#3763)
* Unicode input kitten: Fix searching when a word has more than
1024 matches (#3773)
-------------------------------------------------------------------
Mon Jun 14 07:31:28 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: kitty
Version: 0.21.1
Version: 0.21.2
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only