- Update to 0.25.0:

* Truly convenient SSH: automatic shell integration when using SSH.
    Easily clone local shell and editor configuration on remote machines,
    and automatic re-use of existing connections to avoid connection setup latency.
  * When pasting URLs at shell prompts automatically quote them. Also allow
    filtering pasted text and confirm pastes. See paste_actions for details. (#4873)
  * diff kitten: Fix incorrect rendering in rare circumstances when scrolling
    after changing the context size (#4831)
  * icat kitten: Fix a regression that broke kitty +kitten icat --print-window-size (#4818)
  * Wayland: Fix hide_window_decorations causing docked windows to be resized on blur (#4797)
  * Bash integration: Prevent shell integration code from running twice if user
    enables both automatic and manual integration
  * Bash integration: Handle existing PROMPT_COMMAND ending with a literal newline
  * Fix continued lines not having their continued status reset on line feed (#4837)
  * Wayland: Fix a regression that broke IME when changing windows/tabs (#4853)
  * Avoid flicker when starting kittens such as the hints kitten (#4674)
  * A new action scroll_prompt_to_top to move the current prompt to the top (#4891)
  * select_tab: Use stable numbers when selecting the tab (#4792)
  * Only check for updates in the official binary builds. Distro packages or source
    builds will no longer check for updates, regardless of the value of update_check_interval.
  * Fix inactive_text_alpha still being applied to the cursor hidden window after focus (#4928)
  * Fix resizing window that is extra tall/wide because of left-over cells not working reliably (#4913)
  * A new action close_other_tabs_in_os_window to close other tabs in the active OS window (#4944)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=97
This commit is contained in:
Michael Vetter 2022-04-12 07:30:21 +00:00 committed by Git OBS Bridge
parent 94806fa9d1
commit ad53d90dc7
4 changed files with 31 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 12 07:28:36 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.25.0:
* Truly convenient SSH: automatic shell integration when using SSH.
Easily clone local shell and editor configuration on remote machines,
and automatic re-use of existing connections to avoid connection setup latency.
* When pasting URLs at shell prompts automatically quote them. Also allow
filtering pasted text and confirm pastes. See paste_actions for details. (#4873)
* diff kitten: Fix incorrect rendering in rare circumstances when scrolling
after changing the context size (#4831)
* icat kitten: Fix a regression that broke kitty +kitten icat --print-window-size (#4818)
* Wayland: Fix hide_window_decorations causing docked windows to be resized on blur (#4797)
* Bash integration: Prevent shell integration code from running twice if user
enables both automatic and manual integration
* Bash integration: Handle existing PROMPT_COMMAND ending with a literal newline
* Fix continued lines not having their continued status reset on line feed (#4837)
* Wayland: Fix a regression that broke IME when changing windows/tabs (#4853)
* Avoid flicker when starting kittens such as the hints kitten (#4674)
* A new action scroll_prompt_to_top to move the current prompt to the top (#4891)
* select_tab: Use stable numbers when selecting the tab (#4792)
* Only check for updates in the official binary builds. Distro packages or source
builds will no longer check for updates, regardless of the value of update_check_interval.
* Fix inactive_text_alpha still being applied to the cursor hidden window after focus (#4928)
* Fix resizing window that is extra tall/wide because of left-over cells not working reliably (#4913)
* A new action close_other_tabs_in_os_window to close other tabs in the active OS window (#4944)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 7 09:40:00 UTC 2022 - Michael Vetter <mvetter@suse.com> Mon Mar 7 09:40:00 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

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