- Update to 0.10.0:
* A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README. * Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details. * Implement support for the SGR faint escape code to make text blend into the background (#446). * Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected. Also improve detection of surrounding brackets/quotes. * Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532). * Add a "fat" layout that is similar to the "tall" layout but vertically oriented. * Expand environment variables in config file include directives * Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed. * Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area. Caused incorrect rendering in neovim, in some situations (#542). * Render a couple more powerline symbols directly, bypassing the font (#550). * Fix ctrl+alt+<special> not working in normal and application keyboard (#548). * Partial fix for rendering Right-to-left languages like Arabic. * Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538). * Have the paste_from_selection action paste from the clipboard on platforms that do not have a primary selection such as Wayland and macOS (#529) * Fix cursor_stop_blinking_after=0 not working (#530) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=5
This commit is contained in:
parent
acf2104f40
commit
3c0d04fb75
3
kitty-0.10.0.tar.gz
Normal file
3
kitty-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:056563862c5759b740e95efff44b82c1a4efc370092f22f26aee0b774106bf4d
|
||||||
|
size 3839278
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5e6c07137ebd7977b88f6704341c15b2e43823300435dae9237d320af9a5dec
|
|
||||||
size 3698447
|
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 22 08:13:06 UTC 2018 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Update to 0.10.0:
|
||||||
|
* A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README.
|
||||||
|
* Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details.
|
||||||
|
* Implement support for the SGR faint escape code to make text blend into the background (#446).
|
||||||
|
* Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected.
|
||||||
|
Also improve detection of surrounding brackets/quotes.
|
||||||
|
* Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532).
|
||||||
|
* Add a "fat" layout that is similar to the "tall" layout but vertically oriented.
|
||||||
|
* Expand environment variables in config file include directives
|
||||||
|
* Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed.
|
||||||
|
* Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area.
|
||||||
|
Caused incorrect rendering in neovim, in some situations (#542).
|
||||||
|
* Render a couple more powerline symbols directly, bypassing the font (#550).
|
||||||
|
* Fix ctrl+alt+<special> not working in normal and application keyboard (#548).
|
||||||
|
* Partial fix for rendering Right-to-left languages like Arabic.
|
||||||
|
* Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538).
|
||||||
|
* Have the paste_from_selection action paste from the clipboard on platforms
|
||||||
|
that do not have a primary selection such as Wayland and macOS (#529)
|
||||||
|
* Fix cursor_stop_blinking_after=0 not working (#530)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 6 08:18:05 UTC 2018 - mvetter@suse.com
|
Sun May 6 08:18:05 UTC 2018 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kitty
|
Name: kitty
|
||||||
Version: 0.9.1
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user