Accepting request 889035 from X11:terminals
- Update to 0.20.2: * A new protocol extension to unscroll text from the scrollback buffer onto the screen. Useful, for example, to restore the screen after showing completions below the shell prompt. * A new remote control command kitty @ env to change the default environment passed to newly created windows (#3529) * Linux: Fix binary kitty builds not able to load fonts in WOFF2 format (#3506) * Fix kitty @ close-tab not working with pipe based remote control (#3510) * Fix removal of inactive tab that is before the currently active tab causing the highlighted tab to be incorrect (#3516) * icat kitten: Respect EXIF orientation when displaying JPEG images (#3518) * GNOME: Fix maximize state not being remembered when focus changes and window decorations are hidden (#3507) * GNOME: Add a new wayland_titlebar_color option to control the color of the kitty window title bar * Fix reading kitty --session from STDIN not working when the kitty --detach option is used (#3523) * Special case rendering of the few remaining Powerline box drawing chars (#3535) * Fix kitty @ set-colors not working for the active_tab_foreground. OBS-URL: https://build.opensuse.org/request/show/889035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitty?expand=0&rev=3
This commit is contained in:
commit
1c03be4899
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b328beb51c75501f151305b09d5a37efcae270d6b54f72901ff12c8906274cd3
|
|
||||||
size 4197154
|
|
3
kitty-0.20.2.tar.gz
Normal file
3
kitty-0.20.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:531c4f5112c24189da9291ea7e2be4a60fdec63281866f4d17597d7e2ad3b293
|
||||||
|
size 4237974
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 28 13:29:58 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.20.2:
|
||||||
|
* A new protocol extension to unscroll text from the scrollback
|
||||||
|
buffer onto the screen. Useful, for example, to restore the
|
||||||
|
screen after showing completions below the shell prompt.
|
||||||
|
* A new remote control command kitty @ env to change the default
|
||||||
|
environment passed to newly created windows (#3529)
|
||||||
|
* Linux: Fix binary kitty builds not able to load fonts in WOFF2
|
||||||
|
format (#3506)
|
||||||
|
* Fix kitty @ close-tab not working with pipe based remote
|
||||||
|
control (#3510)
|
||||||
|
* Fix removal of inactive tab that is before the currently
|
||||||
|
active tab causing the highlighted tab to be incorrect (#3516)
|
||||||
|
* icat kitten: Respect EXIF orientation when displaying
|
||||||
|
JPEG images (#3518)
|
||||||
|
* GNOME: Fix maximize state not being remembered when focus
|
||||||
|
changes and window decorations are hidden (#3507)
|
||||||
|
* GNOME: Add a new wayland_titlebar_color option to control
|
||||||
|
the color of the kitty window title bar
|
||||||
|
* Fix reading kitty --session from STDIN not working when the
|
||||||
|
kitty --detach option is used (#3523)
|
||||||
|
* Special case rendering of the few remaining Powerline box
|
||||||
|
drawing chars (#3535)
|
||||||
|
* Fix kitty @ set-colors not working for the active_tab_foreground.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 18:22:06 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
Mon Apr 19 18:22:06 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kitty
|
Name: kitty
|
||||||
Version: 0.20.1
|
Version: 0.20.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GPU-based terminal emulator
|
Summary: A GPU-based terminal emulator
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -90,6 +90,7 @@ python3 setup.py --verbose linux-package --prefix %{buildroot}%{_prefix}
|
|||||||
%if 0%{?sle_version} > 150100 || 0%{?suse_version} >= 1550
|
%if 0%{?sle_version} > 150100 || 0%{?suse_version} >= 1550
|
||||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
%{_datadir}/doc/%{name}
|
%{_datadir}/doc/%{name}
|
||||||
|
%{_mandir}/man1/kitty.conf.5%{?ext_man}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user