diff --git a/kitty-0.20.1.tar.gz b/kitty-0.20.1.tar.gz deleted file mode 100644 index 29e6682..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..75288fc --- /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 e1c436f..19be7f6 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 d69b681..1a0ad97 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