From 5a1235293d6b80d920dc93ef179a865b034caac6eab7fa6ca10df7b265c62a4c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 28 Apr 2021 13:35:20 +0000 Subject: [PATCH] - 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/package/show/X11:terminals/kitty?expand=0&rev=75 --- kitty-0.20.1.tar.gz | 3 --- kitty-0.20.2.tar.gz | 3 +++ kitty.changes | 27 +++++++++++++++++++++++++++ kitty.spec | 3 ++- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.20.1.tar.gz create mode 100644 kitty-0.20.2.tar.gz diff --git a/kitty-0.20.1.tar.gz b/kitty-0.20.1.tar.gz deleted file mode 100644 index e6fbf47..0000000 --- a/kitty-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b328beb51c75501f151305b09d5a37efcae270d6b54f72901ff12c8906274cd3 -size 4197154 diff --git a/kitty-0.20.2.tar.gz b/kitty-0.20.2.tar.gz new file mode 100644 index 0000000..cd04950 --- /dev/null +++ b/kitty-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531c4f5112c24189da9291ea7e2be4a60fdec63281866f4d17597d7e2ad3b293 +size 4237974 diff --git a/kitty.changes b/kitty.changes index 8a8f8b9..ef135ed 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Apr 28 13:29:58 UTC 2021 - Michael Vetter + +- 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 diff --git a/kitty.spec b/kitty.spec index 19af34a..32971dc 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: A GPU-based terminal emulator 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 %{_mandir}/man1/%{name}.1%{?ext_man} %{_datadir}/doc/%{name} +%{_mandir}/man1/kitty.conf.5%{?ext_man} %endif %changelog