- 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
This commit is contained in:
parent
7488b11cd5
commit
43286b7e8b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3bf33e3d014635c6951fe4e3f2a0681173a1f44a9fa7a8ed4b60d20de53534a
|
||||
size 3477416
|
3
kitty-0.12.2.tar.gz
Normal file
3
kitty-0.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1ffb3d10adb9532f9591fc0bbeca527dda50d6d2b6b3934f0799300fd4eefc2
|
||||
size 3487443
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user