forked from pool/kitty
- Update to 0.12.0:
* Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines. * Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469) * Implement completion for the kitty command in bash and zsh. See Completion for kitty. * Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126) * Add an option env to set environment variables in child processes from kitty.conf * Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819) * Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845) * Remote control: Allow matching windows by the environment variables of their child process as well * Allow running kittens via the remote control system (#738) * Allow enabling remote control in only some kitty windows * Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747) * Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741) * diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752) * kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770) * Fix detection of URLs in HTML source code (URLs inside quotes) (#785) * Implement support for emoji skin tone modifiers (#787) * Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character. * Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=11
This commit is contained in:
parent
098cc0cae8
commit
58b3b43775
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0e1f0972fcee141c05caac543ef017ee7c87ddddf5fde636c614a28e45021c3
|
||||
size 3445718
|
3
kitty-0.12.0.tar.gz
Normal file
3
kitty-0.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30db676c55cdee0bfe5ff9a30ba569941ba83376a4bb754c8894c1b59ad9ed19
|
||||
size 3472331
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 06:27:08 UTC 2018 - mvetter@suse.com
|
||||
|
||||
- Update to 0.12.0:
|
||||
* Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines.
|
||||
* Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469)
|
||||
* Implement completion for the kitty command in bash and zsh. See Completion for kitty.
|
||||
* Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126)
|
||||
* Add an option env to set environment variables in child processes from kitty.conf
|
||||
* Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819)
|
||||
* Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845)
|
||||
* Remote control: Allow matching windows by the environment variables of their child process as well
|
||||
* Allow running kittens via the remote control system (#738)
|
||||
* Allow enabling remote control in only some kitty windows
|
||||
* Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747)
|
||||
* Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741)
|
||||
* diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752)
|
||||
* kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770)
|
||||
* Fix detection of URLs in HTML source code (URLs inside quotes) (#785)
|
||||
* Implement support for emoji skin tone modifiers (#787)
|
||||
* Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character.
|
||||
* Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 08:53:36 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.11.3
|
||||
Version: 0.12.0
|
||||
Release: 0
|
||||
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
@ -37,6 +37,7 @@ BuildRequires: libpng16-compat-devel
|
||||
BuildRequires: libwayland-egl-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libxkbcommon-x11-devel
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
# for 'tic'
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user