- Update to 0.13.2:
* Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223) * Report the current foreground processes as well as the original child process, when using kitty @ ls * Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. * Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286) * Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221) * Handle keyboards with a "+" key (#1224) * Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210) * Fix changing cursor_text_color via remote control not working (#1229) * Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245) * Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=19
This commit is contained in:
parent
33e92ea149
commit
8aa6ea0bf1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a305813a13bd4267da72fb22272343ef48cf97fe3ac7a939aa7c98750b5b259f
|
||||
size 3501943
|
3
kitty-0.13.2.tar.gz
Normal file
3
kitty-0.13.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59c5b17c0fedd7564933f61a4634ec051c13cbdf968815a7b4770611559de152
|
||||
size 3505876
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 08:20:43 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Update to 0.13.2:
|
||||
* Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223)
|
||||
* Report the current foreground processes as well as the original child process, when using kitty @ ls
|
||||
* Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory.
|
||||
* Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286)
|
||||
* Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221)
|
||||
* Handle keyboards with a "+" key (#1224)
|
||||
* Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210)
|
||||
* Fix changing cursor_text_color via remote control not working (#1229)
|
||||
* Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245)
|
||||
* Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 15 07:46:46 UTC 2018 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.13.1
|
||||
Version: 0.13.2
|
||||
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