forked from pool/kitty
- Update to 0.11.1:
* diff kitten: Implement searching for text in the diff (#574) * Add an option startup_session to kitty.conf to specify a default startup session (#641) * Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630) * diff kitten: Allow theming the selection background/foreground as well * diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive (#638) * diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637) * Fix kitty @ set-colors --all not working when more than one window present (#632) * Fix a regression that broke the legacy increase/decrease_font_size actions * Clear scrollback on reset (#631) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=8
This commit is contained in:
parent
510f6f6f82
commit
b0d0c4fc71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:abba2b93795609810e4c9b5cefbbada57e370722cee8a00f94a78c0c96226432
|
|
||||||
size 3907898
|
|
3
kitty-0.11.1.tar.gz
Normal file
3
kitty-0.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bbc6b5465d424969b16c5ad7f2f67ffbfe33657fdcb443e1bcc11aa00726841
|
||||||
|
size 3924068
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 07:20:17 UTC 2018 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Update to 0.11.1:
|
||||||
|
* diff kitten: Implement searching for text in the diff (#574)
|
||||||
|
* Add an option startup_session to kitty.conf to specify a default startup session (#641)
|
||||||
|
* Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630)
|
||||||
|
* diff kitten: Allow theming the selection background/foreground as well
|
||||||
|
* diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive (#638)
|
||||||
|
* diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637)
|
||||||
|
* Fix kitty @ set-colors --all not working when more than one window present (#632)
|
||||||
|
* Fix a regression that broke the legacy increase/decrease_font_size actions
|
||||||
|
* Clear scrollback on reset (#631)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 12 07:43:11 UTC 2018 - mvetter@suse.com
|
Tue Jun 12 07:43:11 UTC 2018 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kitty
|
Name: kitty
|
||||||
Version: 0.11.0
|
Version: 0.11.1
|
||||||
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