From 43286b7e8bfc487d99c2ac7de69020c24ec3a6b4d0498e23e0013979bf74b4a3 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 24 Sep 2018 09:02:11 +0000 Subject: [PATCH] - Update to 0.12.2: * A new last_used_layout function that can be mapped to a shortcut to switch to the previously used window layout (#870) * New neighboring_window and move_window functions to switch to neighboring windows in the current layout, and move them around, similar to window movement in vim (#916) * A new pipe function that can be used to pipe the contents of the screen and scrollback buffer to any desired program running in a new window, tab or overlay window. (#933) * Add a new kitty --start-as command line flag to start kitty full-screen/maximized/minimized. This replaces the --start-in-fullscreen flag introduced in the previous release (#935) * When mapping the new_tab action allow specifying that the tab should open next to the current tab instead of at the end of the tabs list (#979) * Fix a bug causing incorrect line ordering when viewing the scrollback buffer if the scrollback buffer is full (#960) * Fix drag-scrolling not working when the mouse leaves the window confines (#917) * Workaround for broken editors like nano that cannot handle newlines in pasted text (#994) * Linux: Ensure that the python embedded in the kitty binary build uses UTF-8 mode to process command-line arguments (#924) * Linux: Handle fonts that contain monochrome bitmaps (such as the Terminus TTF font) (#934) * Have the kitty --title flag apply to all windows created using kitty --session (#921) * Revert change for backspacing of wide characters in the previous release, as it breaks backspacing in some wide character aware programs (#875) * Fix kitty @set-colors not working for tab backgrounds when using the fade tabbar style (#937) * Linux: Fix window icon not set on X11 for the first OS window (#961) * Remote control: Fix the focus_window command not focusing the top-level OS window of the specified kitty window (#1003) * Fix using focus_follows_mouse causing text selection with the mouse to malfunction when using multiple kitty windows (#1002) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=13 --- kitty-0.12.1.tar.gz | 3 --- kitty-0.12.2.tar.gz | 3 +++ kitty.changes | 21 +++++++++++++++++++++ kitty.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 kitty-0.12.1.tar.gz create mode 100644 kitty-0.12.2.tar.gz diff --git a/kitty-0.12.1.tar.gz b/kitty-0.12.1.tar.gz deleted file mode 100644 index 8572819..0000000 --- a/kitty-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3bf33e3d014635c6951fe4e3f2a0681173a1f44a9fa7a8ed4b60d20de53534a -size 3477416 diff --git a/kitty-0.12.2.tar.gz b/kitty-0.12.2.tar.gz new file mode 100644 index 0000000..e78ce3e --- /dev/null +++ b/kitty-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ffb3d10adb9532f9591fc0bbeca527dda50d6d2b6b3934f0799300fd4eefc2 +size 3487443 diff --git a/kitty.changes b/kitty.changes index 138fc42..67f3380 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Sep 24 08:56:24 UTC 2018 - mvetter@suse.com + +- Update to 0.12.2: + * A new last_used_layout function that can be mapped to a shortcut to switch to the previously used window layout (#870) + * New neighboring_window and move_window functions to switch to neighboring windows in the current layout, and move them around, similar to window movement in vim (#916) + * A new pipe function that can be used to pipe the contents of the screen and scrollback buffer to any desired program running in a new window, tab or overlay window. (#933) + * Add a new kitty --start-as command line flag to start kitty full-screen/maximized/minimized. This replaces the --start-in-fullscreen flag introduced in the previous release (#935) + * When mapping the new_tab action allow specifying that the tab should open next to the current tab instead of at the end of the tabs list (#979) + * Fix a bug causing incorrect line ordering when viewing the scrollback buffer if the scrollback buffer is full (#960) + * Fix drag-scrolling not working when the mouse leaves the window confines (#917) + * Workaround for broken editors like nano that cannot handle newlines in pasted text (#994) + * Linux: Ensure that the python embedded in the kitty binary build uses UTF-8 mode to process command-line arguments (#924) + * Linux: Handle fonts that contain monochrome bitmaps (such as the Terminus TTF font) (#934) + * Have the kitty --title flag apply to all windows created using kitty --session (#921) + * Revert change for backspacing of wide characters in the previous release, as it breaks backspacing in some wide character aware programs (#875) + * Fix kitty @set-colors not working for tab backgrounds when using the fade tabbar style (#937) + * Linux: Fix window icon not set on X11 for the first OS window (#961) + * Remote control: Fix the focus_window command not focusing the top-level OS window of the specified kitty window (#1003) + * Fix using focus_follows_mouse causing text selection with the mouse to malfunction when using multiple kitty windows (#1002) + ------------------------------------------------------------------- Mon Sep 10 12:06:28 UTC 2018 - mvetter@suse.com diff --git a/kitty.spec b/kitty.spec index 7e4c5f0..dbf26d7 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only