forked from pool/kitty
- 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=86
This commit is contained in:
parent
e189690e36
commit
60508af0b4
3
kitty-0.22.0.tar.gz
Normal file
3
kitty-0.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e916eeb4e0a722ce3b71e1a5d1e50d2eb4a6996337d497ffadc8278487c46843
|
||||||
|
size 5705704
|
@ -1,3 +1,73 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 26 15:33:56 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.22.0:
|
||||||
|
* Add a new toggle_layout action to easily zoom/unzoom a window
|
||||||
|
* When right clicking to extend a selection, move the nearest
|
||||||
|
selection boundary rather than the end of the selection. To restore
|
||||||
|
previous behavior use mouse_map right press ungrabbed
|
||||||
|
mouse_selection move-end.
|
||||||
|
* When opening hyperlinks, allow defining open actions for directories (#3836)
|
||||||
|
* When using the OSC 52 escape code to copy to clipboard allow large
|
||||||
|
copies (up to 8MB) without needing a kitty specific chunking protocol.
|
||||||
|
Note that if you used the chunking protocol in the past, it will no
|
||||||
|
longer work and you should switch to using the unmodified protocol
|
||||||
|
which has the advantage of working with all terminal emulators.
|
||||||
|
* Fix a bug in the implementation of the synchronized updates escape code
|
||||||
|
that could cause incorrect parsing if either the pending buffer
|
||||||
|
capacity or the pending timeout were exceeded (#3779)
|
||||||
|
* A new remote control command to resize the OS Window <kitty @ resize-os-window>
|
||||||
|
* Graphics protocol: Add support for composing rectangles from one
|
||||||
|
animation frame onto another (#3809)
|
||||||
|
* diff kitten: Remove limit on max line length of 4096 characters (#3806)
|
||||||
|
* Fix turning off cursor blink via escape codes not working (#3808)
|
||||||
|
* Allow using neighboring window operations in the stack layout. The previous
|
||||||
|
window is considered the left and top neighbor and the next window is
|
||||||
|
considered the bottom and right neighbor (#3778)
|
||||||
|
* Add a new variable {num_window_groups} for the tab_title_template (#3837)
|
||||||
|
* Wayland: Fix initial_window_width/height specified in cells not working on
|
||||||
|
High DPI screens (#3834)
|
||||||
|
* A new theme for the kitty website with support for dark mode.
|
||||||
|
* Render ┄ ┅ ┆ ┇ ┈ ┉ ┊ ┋ with spaces at the edges. Matches rendering in
|
||||||
|
most other programs and allows long chains of them to look better (#3844)
|
||||||
|
* hints kitten: Detect paths and hashes that appear over multiple lines. Note
|
||||||
|
that this means that all line breaks in the text are no longer n soft breaks
|
||||||
|
are instead r. If you use a custom regular expression that is meant to match
|
||||||
|
over line breaks, you will need to match over both. (#3845)
|
||||||
|
* Allow leading or trailing spaces in tab_activity_symbol
|
||||||
|
* Fix mouse actions not working when caps lock or num lock are engaged (#3859)
|
||||||
|
* clipboard kitten: fix copies to clipboard not working without the kitty +kitten
|
||||||
|
clipboard --wait-for-completion option
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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 28 06:56:04 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
Mon Jun 28 06:56:04 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kitty
|
Name: kitty
|
||||||
Version: 0.21.2
|
Version: 0.22.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
|
||||||
|
Loading…
Reference in New Issue
Block a user