Accepting request 596758 from home:avindra:branches:X11:terminals
- Update to 0.9.0 * A new kitty command shell to allow controlling kitty via commands. Press ctrl+shift+escape to run the shell. * The hints kitten has become much more powerful. Now in addition to URLs you can use it to select word, paths, filenames, lines, etc. from the screen. These can be inserted into the terminal, copied to clipboard or sent to external programs. * Switch to libxkbcommon for keyboard handling. It allows kitty to support XCompose and dead keys and also react to keyboard remapping/layout change without needing a restart. * Add support for multiple-key-sequence shortcuts * A new remote control command set-colors to change the current and/or configured colors. * When double-clicking to select a word, select words that continue onto the next/prev line as well. * Add an include directive for the config files to read multiple config files * Improve mouse selection for windows with padding. Moving the mouse into the padding area now acts as if the mouse is over the nearest cell. * Allow setting all 256 terminal colors in the config file * Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag * URL hints: Exclude trailing punctuation from URLs * URL hints: Launch the browser from the kitty parent process rather than the hints kitten. Fixes launching on some systems where xdg-open doesn't like being run from a kitten. * Allow using rectangle select mode by pressing shift in addition to the rectangle select modifiers even when the terminal program has grabbed the mouse. OBS-URL: https://build.opensuse.org/request/show/596758 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=3
This commit is contained in:
parent
ac0b205c99
commit
cb3a4b468f
3
kitty-0.9.0.tar.gz
Normal file
3
kitty-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:363e36385874ef11c8bb9e5a54a6da17884112c04f8b26a65eae9c20f0ee8fcc
|
||||
size 3283936
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 15 17:17:24 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- Update to 0.9.0
|
||||
* A new kitty command shell to allow controlling kitty via
|
||||
commands. Press ctrl+shift+escape to run the shell.
|
||||
* The hints kitten has become much more powerful. Now in addition
|
||||
to URLs you can use it to select word, paths, filenames, lines,
|
||||
etc. from the screen. These can be inserted into the terminal,
|
||||
copied to clipboard or sent to external programs.
|
||||
* Switch to libxkbcommon for keyboard handling. It allows kitty to
|
||||
support XCompose and dead keys and also react to keyboard
|
||||
remapping/layout change without needing a restart.
|
||||
* Add support for multiple-key-sequence shortcuts
|
||||
* A new remote control command set-colors to change the current
|
||||
and/or configured colors.
|
||||
* When double-clicking to select a word, select words that continue
|
||||
onto the next/prev line as well.
|
||||
* Add an include directive for the config files to read multiple
|
||||
config files
|
||||
* Improve mouse selection for windows with padding. Moving the
|
||||
mouse into the padding area now acts as if the mouse is over
|
||||
the nearest cell.
|
||||
* Allow setting all 256 terminal colors in the config file
|
||||
* Fix using kitty --single-instance to open a new window in a
|
||||
running kitty instance, not respecting the --directory flag
|
||||
* URL hints: Exclude trailing punctuation from URLs
|
||||
* URL hints: Launch the browser from the kitty parent process
|
||||
rather than the hints kitten. Fixes launching on some systems
|
||||
where xdg-open doesn't like being run from a kitten.
|
||||
* Allow using rectangle select mode by pressing shift in addition
|
||||
to the rectangle select modifiers even when the terminal program
|
||||
has grabbed the mouse.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 06:55:11 UTC 2018 - glin@suse.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.8.4
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
Group: System/X11/Terminals
|
||||
URL: https://github.com/kovidgoyal/kitty
|
||||
Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz
|
||||
Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: ImageMagick-devel
|
||||
BuildRequires: Mesa-libGL-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fceab2131c0c2e8403e06946fcf343bed5b04f14944d51b4c2fe41f350dfd68
|
||||
size 3285125
|
Loading…
Reference in New Issue
Block a user