- Update to 0.23.0:

* A new themes kitten to easily change kitty themes. Choose
    from almost two hundred themes in the kitty themes repository
  * A new style for the tab bar that makes tabs looks like the tabs
    in a physical tabbed file, see tab_bar_style
  * Make the visual bell flash more gentle, especially on dark
    themes (#2937)
  * Fix kitty --title not overriding the OS Window title when
    multiple tabs are present. Also this option is no longer used
    as the default title for windows, allowing individual tabs/windows
    to have their own titles, even when the OS Window has a fixed
    overall title (#3893)
  * Linux: Fix some very long ligatures being rendered incorrectly
    at some font sizes (#3896)
  * Fix shift+middle click to paste sending a mouse press event
    but no release event which breaks some applications that grab
    the mouse but cant handle mouse events (#3902)
  * terminfo: Fix “cnorm” the property for setting the cursor to
    normal using a solid block rather than a blinking block
    cursor (#3906)
  * Add clear_all_mouse_actions to clear all mouse actions defined
    to that point (#3907)
  * Fix the remote file kitten not working when using – with ssh.
    The ssh kitten was recently changed to do this (#3929)
  * When dragging word or line selections, ensure the initially
    selected item is never deselected. This matches behavior in
    most other programs (#3930)
  * hints kitten: Make copy/paste with the kitty +kitten hints
    --program option work when using the self kitty +kitten hints
    --linenum-action (#3931)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=88
This commit is contained in:
Michael Vetter 2021-08-16 13:32:16 +00:00 committed by Git OBS Bridge
parent 6b5df9bb4f
commit 31569b76b8
4 changed files with 64 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Mon Aug 16 13:28:58 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.23.0:
* A new themes kitten to easily change kitty themes. Choose
from almost two hundred themes in the kitty themes repository
* A new style for the tab bar that makes tabs looks like the tabs
in a physical tabbed file, see tab_bar_style
* Make the visual bell flash more gentle, especially on dark
themes (#2937)
* Fix kitty --title not overriding the OS Window title when
multiple tabs are present. Also this option is no longer used
as the default title for windows, allowing individual tabs/windows
to have their own titles, even when the OS Window has a fixed
overall title (#3893)
* Linux: Fix some very long ligatures being rendered incorrectly
at some font sizes (#3896)
* Fix shift+middle click to paste sending a mouse press event
but no release event which breaks some applications that grab
the mouse but cant handle mouse events (#3902)
* terminfo: Fix “cnorm” the property for setting the cursor to
normal using a solid block rather than a blinking block
cursor (#3906)
* Add clear_all_mouse_actions to clear all mouse actions defined
to that point (#3907)
* Fix the remote file kitten not working when using with ssh.
The ssh kitten was recently changed to do this (#3929)
* When dragging word or line selections, ensure the initially
selected item is never deselected. This matches behavior in
most other programs (#3930)
* hints kitten: Make copy/paste with the kitty +kitten hints
--program option work when using the self kitty +kitten hints
--linenum-action (#3931)
-------------------------------------------------------------------
Mon Aug 16 13:28:29 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.2:
* Wayland: A better fix for compositors like sway that can toggle
client side decorations on and off (#3888)
-------------------------------------------------------------------
Mon Aug 16 13:26:59 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.22.1:
* Fix a regression in the previous release that broke kitty
--help (#3869)
* Graphics protocol: Fix composing onto currently displayed
frame not updating the frame on the GPU (#3874)
* Fix switching to previously active tab after detaching a
tab not working (#3871)
* detach_window: Allow specifying the previously active tab
or the tab to the left/right of the active tab (#3877)
* broadcast kitten: Fix a regression in 0.20.0 that broke
sending of some keys, such as backspace
* Linux binary: Remove any RPATH build artifacts from
bundled libraries
* Wayland: If the compositor turns off server side decorations
after turning them on do not draw client side decorations (#3888)
-------------------------------------------------------------------
Mon Jul 26 15:33:56 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

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