From 510f6f6f823094214d01c59212de4cd224b38e6c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 12 Jun 2018 07:51:58 +0000 Subject: [PATCH] - Update to 0.11.0: * A new tab bar style "fade" in which each tab's edges fade into the background. * A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs. * Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e) * Implement changing the font size for individual top level (OS) windows (#408) * When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148) * ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591) * icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581) * hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604) * Allow specifying initial window size in number of cells in addition to pixels (#436) * Add a setting to control the margins to the left and right of the tab-bar (#584) * When closing a tab switch to the last active tab instead of the right-most tab (#585) * Wayland: Fix kitty not starting when using wl_roots based compositors (#157) * Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594) * Add a config option (editor) to set the EDITOR kitty uses (#580) * Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607) * Add an option to @set-window-title to make the title change non-permanent (#592) * Add support for the CSI t escape code to query window and cell sizes (#581) * Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577) * Fix inactive_text_alpha also applying to the tab bar (#612) * hints kitten: Fix a regression that caused some blank lines to be not be displayed. * Linux: Include a man page and the HTML docs when building the linux-package * Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614) * Fix kitty @ set-colors not working with the window border colors. (#623) - Add BuildRequires: python3-Sphinx for docu building - Add documentation and man pages to files section OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=7 --- kitty-0.10.1.tar.gz | 3 --- kitty-0.11.0.tar.gz | 3 +++ kitty.changes | 30 ++++++++++++++++++++++++++++++ kitty.spec | 7 +++++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 kitty-0.10.1.tar.gz create mode 100644 kitty-0.11.0.tar.gz diff --git a/kitty-0.10.1.tar.gz b/kitty-0.10.1.tar.gz deleted file mode 100644 index 0c9be59..0000000 --- a/kitty-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef22208497a76e2f88ebe56c176e4608f049b056252cf1bf122c9c1ec711cfa6 -size 3844251 diff --git a/kitty-0.11.0.tar.gz b/kitty-0.11.0.tar.gz new file mode 100644 index 0000000..1968974 --- /dev/null +++ b/kitty-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abba2b93795609810e4c9b5cefbbada57e370722cee8a00f94a78c0c96226432 +size 3907898 diff --git a/kitty.changes b/kitty.changes index c9590b6..749f238 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Jun 12 07:43:11 UTC 2018 - mvetter@suse.com + +- Update to 0.11.0: + * A new tab bar style "fade" in which each tab's edges fade into the background. + * A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs. + * Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e) + * Implement changing the font size for individual top level (OS) windows (#408) + * When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148) + * ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591) + * icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581) + * hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604) + * Allow specifying initial window size in number of cells in addition to pixels (#436) + * Add a setting to control the margins to the left and right of the tab-bar (#584) + * When closing a tab switch to the last active tab instead of the right-most tab (#585) + * Wayland: Fix kitty not starting when using wl_roots based compositors (#157) + * Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594) + * Add a config option (editor) to set the EDITOR kitty uses (#580) + * Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607) + * Add an option to @set-window-title to make the title change non-permanent (#592) + * Add support for the CSI t escape code to query window and cell sizes (#581) + * Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577) + * Fix inactive_text_alpha also applying to the tab bar (#612) + * hints kitten: Fix a regression that caused some blank lines to be not be displayed. + * Linux: Include a man page and the HTML docs when building the linux-package + * Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614) + * Fix kitty @ set-colors not working with the window border colors. (#623) +- Add BuildRequires: python3-Sphinx for docu building +- Add documentation and man pages to files section + ------------------------------------------------------------------- Thu May 24 15:17:48 UTC 2018 - mvetter@suse.com diff --git a/kitty.spec b/kitty.spec index 01e8143..566460e 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.10.1 +Version: 0.11.0 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only @@ -40,6 +40,7 @@ BuildRequires: libxkbcommon-x11-devel # for 'tic' BuildRequires: ncurses-devel BuildRequires: pkgconfig +BuildRequires: python3-Sphinx BuildRequires: python3-devel >= 3.5 BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel @@ -66,11 +67,13 @@ python3 setup.py --verbose linux-package --prefix %{buildroot}%{_prefix} %license LICENSE %doc CHANGELOG.rst README.asciidoc %{_bindir}/kitty -%{_prefix}/lib/kitty +%{_libexecdir}/kitty %{_datadir}/applications/kitty.desktop %dir %{_datadir}/icons/hicolor/ %dir %{_datadir}/icons/hicolor/256x256/ %{_datadir}/icons/hicolor/256x256/apps/ %{_datadir}/terminfo/x/xterm-kitty +%{_mandir}/man1/kitty.1%{?ext_man} +%{_datadir}/doc/kitty %changelog