Accepting request 979454 from home:jubalh:branches:X11:terminals

- Update to 0.25.1:
  * Shell integration: Add a command to Clone the current shell into
    a new window
  * Remote control: Allow using Boolean operators when constructing
    queries to match windows or tabs
  * Sessions: Fix os_window_size and os_window_class not applying
    to the first OS Window (#4957)
  * Allow using the cwd of the oldest as well as the newest foreground
    process for launch --cwd (#4869)
  * Bash integration: Fix the value of shell_integration not taking
    effect if the integration script is sourced in bashrc (#4964)
  * Fix a regression in the previous release that caused mouse move
    events to be incorrectly reported as drag events even when a button
    is not pressed (#4992)
  * remote file kitten: Integrate with the ssh kitten for improved
    performance and robustness. Re-uses the control master connection
    of the ssh kitten to avoid round-trip latency.
  * Fix tab selection when closing a new tab not correct in some scenarios (#4987)
  * A new action open_url to open the specified URL (#5004)
  * A new option select_by_word_characters_forward that allows changing
    which characters are considered part of a word to the right when
    double clicking to select words (#5103)
  * Fix reloading of config not working when kitty.conf does not exist
    when kitty is launched (#5071)
  * Fix deleting images by row not calculating image bounds correctly (#5081)
  * Increase the max number of combining chars per cell from two to three,
    without increasing memory usage.
  * Linux: Load libfontconfig at runtime to allow the binaries to work for
    running kittens on servers without FontConfig
  * GNOME: Fix for high CPU usage caused by GNOME’s text input subsystem

OBS-URL: https://build.opensuse.org/request/show/979454
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=100
This commit is contained in:
Michael Vetter 2022-05-27 09:51:57 +00:00 committed by Git OBS Bridge
parent 4c4669cefb
commit 1075b4e594
4 changed files with 40 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri May 27 09:42:14 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.25.1:
* Shell integration: Add a command to Clone the current shell into
a new window
* Remote control: Allow using Boolean operators when constructing
queries to match windows or tabs
* Sessions: Fix os_window_size and os_window_class not applying
to the first OS Window (#4957)
* Allow using the cwd of the oldest as well as the newest foreground
process for launch --cwd (#4869)
* Bash integration: Fix the value of shell_integration not taking
effect if the integration script is sourced in bashrc (#4964)
* Fix a regression in the previous release that caused mouse move
events to be incorrectly reported as drag events even when a button
is not pressed (#4992)
* remote file kitten: Integrate with the ssh kitten for improved
performance and robustness. Re-uses the control master connection
of the ssh kitten to avoid round-trip latency.
* Fix tab selection when closing a new tab not correct in some scenarios (#4987)
* A new action open_url to open the specified URL (#5004)
* A new option select_by_word_characters_forward that allows changing
which characters are considered part of a word to the right when
double clicking to select words (#5103)
* Fix reloading of config not working when kitty.conf does not exist
when kitty is launched (#5071)
* Fix deleting images by row not calculating image bounds correctly (#5081)
* Increase the max number of combining chars per cell from two to three,
without increasing memory usage.
* Linux: Load libfontconfig at runtime to allow the binaries to work for
running kittens on servers without FontConfig
* GNOME: Fix for high CPU usage caused by GNOMEs text input subsystem
going into an infinite loop when IME cursor position is updated
after a done event (#5105)
-------------------------------------------------------------------
Mon Apr 18 11:54:12 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -19,7 +19,7 @@
# sphinx_copybutton not in Factory
%bcond_with docs
Name: kitty
Version: 0.25.0
Version: 0.25.1
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only