forked from pool/kitty
- Update to 0.24.3:
* Bash integration: No longer modify ~/.bashrc to load shell integration. It is recommended to remove the lines used to load the shell integration from ~/.bashrc as they are no-ops. * Splits layout: A new value for launch --location to auto-select the split axis when splitting existing windows. Wide windows are split side-by-side and tall windows are split one-above-the-other * hints kitten: Fix a regression that broke recognition of path:linenumber:colnumber (#4675) * Fix a regression in the previous release that broke active_tab_foreground (#4620) * Fix show_last_command_output not working when the output is stored partially in the scrollback pager history buffer (#4435) * When dropping URLs/files onto kitty at a shell prompt insert them appropriately quoted and space separated (#4734) * Improve CWD detection when there are multiple foreground processes in the TTY process group * A new option narrow_symbols to turn off opportunistic wide rendering of private use codepoints * ssh kitten: Fix location of generated terminfo files on NetBSD (#4622) * A new action to clear the screen up to the line containing the cursor, see clear_terminal * A new action copy_ansi_to_clipboard to copy the current selection with ANSI formatting codes (#4665) * Linux: Do not rescale fallback fonts to match the main font cell height, instead just set the font size and let FreeType take care of it. This matches rendering on macOS (#4707) * Fix a regression in the previous release that broke strikethrough (#4632) * A new action scroll_prompt_to_bottom to move the current prompt to the bottom, filling in the window from the scrollback (#4634) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=95
This commit is contained in:
parent
85d83f9d8d
commit
9783c490ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6edf5cb7f4f24afe4fef7d209cb7a2bb479438a90919610b0147f48d57b34fc0
|
||||
size 5916823
|
3
kitty-0.24.3.tar.gz
Normal file
3
kitty-0.24.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48020cc09b4eedfd0e52431a2c18d0fc03eb58a57082b0d3e0732fa478931cc0
|
||||
size 5936643
|
@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 28 10:15:17 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.24.3:
|
||||
* Bash integration: No longer modify ~/.bashrc to load shell
|
||||
integration. It is recommended to remove the lines used to load
|
||||
the shell integration from ~/.bashrc as they are no-ops.
|
||||
* Splits layout: A new value for launch --location to auto-select
|
||||
the split axis when splitting existing windows. Wide windows
|
||||
are split side-by-side and tall windows are split one-above-the-other
|
||||
* hints kitten: Fix a regression that broke recognition of
|
||||
path:linenumber:colnumber (#4675)
|
||||
* Fix a regression in the previous release that broke
|
||||
active_tab_foreground (#4620)
|
||||
* Fix show_last_command_output not working when the output is
|
||||
stored partially in the scrollback pager history buffer (#4435)
|
||||
* When dropping URLs/files onto kitty at a shell prompt insert
|
||||
them appropriately quoted and space separated (#4734)
|
||||
* Improve CWD detection when there are multiple foreground processes
|
||||
in the TTY process group
|
||||
* A new option narrow_symbols to turn off opportunistic wide rendering
|
||||
of private use codepoints
|
||||
* ssh kitten: Fix location of generated terminfo files on NetBSD (#4622)
|
||||
* A new action to clear the screen up to the line containing the
|
||||
cursor, see clear_terminal
|
||||
* A new action copy_ansi_to_clipboard to copy the current selection
|
||||
with ANSI formatting codes (#4665)
|
||||
* Linux: Do not rescale fallback fonts to match the main font cell
|
||||
height, instead just set the font size and let FreeType take care
|
||||
of it. This matches rendering on macOS (#4707)
|
||||
* Fix a regression in the previous release that broke strikethrough (#4632)
|
||||
* A new action scroll_prompt_to_bottom to move the current prompt to
|
||||
the bottom, filling in the window from the scrollback (#4634)
|
||||
* Add two special arguments @first-line-on-screen and @last-line-on-screen
|
||||
for the launch command to be used for pager positioning. (#4462)
|
||||
* Linux: Fix rendering of emoji when using scalable fonts such as Segoe UI Emoji
|
||||
* Shell integration: bash: Dont fail if an existing PROMPT_COMMAND
|
||||
ends with a semi-colon (#4645)
|
||||
* Shell integration: bash: Fix rendering of multiline prompts with
|
||||
more than two lines (#4681)
|
||||
* Shell integration: fish: Check fish version 3.3.0+ and exit on
|
||||
outdated versions (#4745)
|
||||
* Shell integration: fish: Fix pipestatus being overwritten (#4756)
|
||||
* Linux: Fix fontconfig alias not being used if the aliased font is
|
||||
dual spaced instead of monospaced (#4649)
|
||||
* Fix touch_scroll_multiplier also taking effect in terminal programs
|
||||
such as vim that handle mouse events themselves (#4680)
|
||||
* Fix symbol/PUA glyphs loaded via symbol_map instead of as fallbacks
|
||||
not using following spaces to render larger versions (#4670)
|
||||
* Fix a fast click, move mouse, click sequence causing the first click
|
||||
event to be discarded (#4603)
|
||||
* Wayland: Fix wheel mice with line based scrolling being incorrectly
|
||||
handled as high precision devices (#4694)
|
||||
* Wayland: Fix touchpads and high resolution wheels not scrolling at the
|
||||
same speed on monitors with different scales (#4703)
|
||||
* Add an option wheel_scroll_min_lines to set the minimum number of lines
|
||||
for mouse wheel scrolling when using a mouse with a wheel that generates
|
||||
very small offsets when slow scrolling (#4710)
|
||||
* Fix copying of selection after selection has been scrolled off history
|
||||
bufferraising an error (#4713)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 3 08:15:30 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.24.2
|
||||
Version: 0.24.3
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user