diff --git a/kitty-0.9.0.tar.gz b/kitty-0.9.0.tar.gz deleted file mode 100644 index ad9cf70..0000000 --- a/kitty-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:363e36385874ef11c8bb9e5a54a6da17884112c04f8b26a65eae9c20f0ee8fcc -size 3283936 diff --git a/kitty-0.9.1.tar.gz b/kitty-0.9.1.tar.gz new file mode 100644 index 0000000..da96089 --- /dev/null +++ b/kitty-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e6c07137ebd7977b88f6704341c15b2e43823300435dae9237d320af9a5dec +size 3698447 diff --git a/kitty.changes b/kitty.changes index 7077f83..b16992d 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sun May 6 08:18:05 UTC 2018 - mvetter@suse.com + +- Update to 0.9.1: + * Show a bell symbol on the tab if a bell occurs in one of the windows in the + tab and the window is not the currently focused window + * Change the window border color if a bell occurs in an unfocused window. Can + be disabled by setting the bell_border_color to be the same as the + inactive_border_color. + * Unicode input: When searching by name search for prefix matches as well as whole word matches + * Dynamically allocate the memory used for the scrollback history buffer. + * Reduces startup memory consumption when using very large scrollback buffer sizes. + * Add an option to not request window attention on bell. + * Remote control: Allow matching windows by number (visible position). + * When triple-clicking select all wrapped lines belonging to a single logical line. + * hints kitten: Detect bracketed URLs and dont include the closing bracket in the URL. + * When calling pass_selection_to_program use the current directory of the child process as the cwd of the program. + * Add a setting to clear all shortcuts defined up to that point in the config file(s) + * Add a setting (kitty_mod) to change the modifier used by all the default kitty shortcuts, globally + * Fix Shift+function key not working + * Support the F13 to F25 function keys + * Don't fail to start if the user deletes the hintstyle key from their fontconfig configuration. + * When rendering a private use unicode codepoint and a space as a two cell + ligature, set the foreground colors of the space cell to match the colors of + the first cell. Works around applications like powerline that use different + colors for the two cells. + * Fix passing @text to other programs such as when viewing the scrollback + buffer not working correctly if kitty is itself scrolled up. + * Fix window focus gained/lost events not being reported to child programs + when switching windows/tabs using the various keyboard shortcuts. + * Fix tab title not changing to reflect the window title when switching between different windows in a tab + * Ignore -e if it is specified on the command line. This is for compatibility + with broken software that assumes terminals should run with an -e option to + execute commands instead of just passing the commands as arguments. + ------------------------------------------------------------------- Sun Apr 15 17:17:24 UTC 2018 - avindra@opensuse.org diff --git a/kitty.spec b/kitty.spec index 45f02d5..01d1817 100644 --- a/kitty.spec +++ b/kitty.spec @@ -17,7 +17,7 @@ Name: kitty -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: A cross-platform, fast, feature full, GPU based terminal emulator License: GPL-3.0-only