From 665c1039298c255ad0cab89979d1670f0263bf16dd165fcc81e1e0e5a6bdafbf Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 28 Jun 2021 06:57:55 +0000 Subject: [PATCH] - 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/package/show/X11:terminals/kitty?expand=0&rev=84 --- kitty-0.21.1.tar.gz | 3 --- kitty-0.21.2.tar.gz | 3 +++ kitty.changes | 29 +++++++++++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.21.1.tar.gz create mode 100644 kitty-0.21.2.tar.gz diff --git a/kitty-0.21.1.tar.gz b/kitty-0.21.1.tar.gz deleted file mode 100644 index e137aea..0000000 --- a/kitty-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b4b18788fa2bc0855078d6299139b12f61fa1d2311508a69e9936ca916d6c2d -size 5677683 diff --git a/kitty-0.21.2.tar.gz b/kitty-0.21.2.tar.gz new file mode 100644 index 0000000..43211ba --- /dev/null +++ b/kitty-0.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f313beb63d8be0a35137f063cc2f6e929a6aa016607060c2ff45fad18379e6b +size 5691016 diff --git a/kitty.changes b/kitty.changes index 1e043b9..f646eef 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jun 28 06:56:04 UTC 2021 - Michael Vetter + +- 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 diff --git a/kitty.spec b/kitty.spec index 27d4042..781aac6 100644 --- a/kitty.spec +++ b/kitty.spec @@ -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