forked from pool/kitty
- Update to 0.12.1:
* Add a new kitty --start-in-fullscreen command line flag to start kitty in full screen mode (#856) * Linux: Do not enable IME input via ibus unless the GLFW_IM_MODULE=ibus environment variable is set. IME causes key processing latency and even missed keystrokes for many people, so it is now off by default. * Fix backspacing of wide characters in wide-character unaware programs not working (#875) * Linux: Fix number pad arrow keys not working when Numlock is off (#857) * Wayland: Implement support for clipboard copy/paste (#855) * Allow mapping shortcuts using the raw key code from the OS (#848) * Allow mapping of individual key-presses without modifiers as shortcuts * Fix legacy invocation of icat as kitty icat not working (#850) * Improve rendering of wavy underline at small font sizes (#853) * Fix a regression in 0.12.0 that broke dynamic resizing of layouts (#860) * Wayland: Allow using the kitty --class command line flag to set the app id (#862) * Add completion of the kitty command for the fish shell (#829) * Linux: Fix XCompose rules with no defined symbol not working (#880) * Linux: Fix crash with some Nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. (#873) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=12
This commit is contained in:
parent
58b3b43775
commit
7fc5097cf3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30db676c55cdee0bfe5ff9a30ba569941ba83376a4bb754c8894c1b59ad9ed19
|
||||
size 3472331
|
3
kitty-0.12.1.tar.gz
Normal file
3
kitty-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3bf33e3d014635c6951fe4e3f2a0681173a1f44a9fa7a8ed4b60d20de53534a
|
||||
size 3477416
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 12:06:28 UTC 2018 - mvetter@suse.com
|
||||
|
||||
- Update to 0.12.1:
|
||||
* Add a new kitty --start-in-fullscreen command line flag to start kitty in full screen mode (#856)
|
||||
* Linux: Do not enable IME input via ibus unless the GLFW_IM_MODULE=ibus environment variable is set. IME causes key processing latency and even missed keystrokes for many people, so it is now off by default.
|
||||
* Fix backspacing of wide characters in wide-character unaware programs not working (#875)
|
||||
* Linux: Fix number pad arrow keys not working when Numlock is off (#857)
|
||||
* Wayland: Implement support for clipboard copy/paste (#855)
|
||||
* Allow mapping shortcuts using the raw key code from the OS (#848)
|
||||
* Allow mapping of individual key-presses without modifiers as shortcuts
|
||||
* Fix legacy invocation of icat as kitty icat not working (#850)
|
||||
* Improve rendering of wavy underline at small font sizes (#853)
|
||||
* Fix a regression in 0.12.0 that broke dynamic resizing of layouts (#860)
|
||||
* Wayland: Allow using the kitty --class command line flag to set the app id (#862)
|
||||
* Add completion of the kitty command for the fish shell (#829)
|
||||
* Linux: Fix XCompose rules with no defined symbol not working (#880)
|
||||
* Linux: Fix crash with some Nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. (#873)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 06:27:08 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.12.0
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user