kitty/kitty.changes

209 lines
14 KiB
Plaintext
Raw Normal View History

- Update to 0.12.0: * Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines. * Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469) * Implement completion for the kitty command in bash and zsh. See Completion for kitty. * Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126) * Add an option env to set environment variables in child processes from kitty.conf * Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819) * Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845) * Remote control: Allow matching windows by the environment variables of their child process as well * Allow running kittens via the remote control system (#738) * Allow enabling remote control in only some kitty windows * Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747) * Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741) * diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752) * kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770) * Fix detection of URLs in HTML source code (URLs inside quotes) (#785) * Implement support for emoji skin tone modifiers (#787) * Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character. * Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=11
2018-09-04 08:31:02 +02:00
-------------------------------------------------------------------
Tue Sep 4 06:27:08 UTC 2018 - mvetter@suse.com
- Update to 0.12.0:
* Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines.
* Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469)
* Implement completion for the kitty command in bash and zsh. See Completion for kitty.
* Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126)
* Add an option env to set environment variables in child processes from kitty.conf
* Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819)
* Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845)
* Remote control: Allow matching windows by the environment variables of their child process as well
* Allow running kittens via the remote control system (#738)
* Allow enabling remote control in only some kitty windows
* Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747)
* Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741)
* diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752)
* kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770)
* Fix detection of URLs in HTML source code (URLs inside quotes) (#785)
* Implement support for emoji skin tone modifiers (#787)
* Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character.
* Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830)
-------------------------------------------------------------------
Mon Jul 16 08:53:36 UTC 2018 - mvetter@suse.com
- Update to 0.11.3:
* Draw only the minimum borders needed for inactive windows. That is only the borders that separate the inactive window from a neighbor. Note that setting a non-zero window margin overrides this and causes all borders to be drawn. The old behavior of drawing all borders can be restored via the draw_minimal_borders setting in kitty.conf.
* Fix triple-click to select line not working when the entire line is filled (#703)
* When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated (#624)
* When clicking in the margin/border area of a window, map the click to the nearest cell in the window. Avoids selection with the mouse failing when starting the selection just outside the window.
* When drag-scrolling stop the scroll when the mouse button is released.
* Fix a regression in the previous release that caused pasting large amounts of text to be duplicated (#709)
-------------------------------------------------------------------
Mon Jul 2 09:44:23 UTC 2018 - mvetter@suse.com
- Update to 0.11.2:
* Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW (#665)
* kitty shell: Ignore failure to read readline history file. Happens if the user migrates their kitty cache directory between systems with incompatible readline implementations.
* hints kitten: Add a kitty +kitten hints --multiple option to select multiple items (#687)
* Fix pasting large amounts of text very slow (#682)
* Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout (#688)
* Add a kitty --hold command line option to stay open after the child process exits (#667)
* diff kitten: When triggering a search scroll to the first match automatically
* kitty --debug-font-fallback also prints out what basic fonts were matched
* When closing a kitty window reset the mouse cursor to its default shape and ensure it is visible (#655).
* Remote control: Speed-up reading of command responses
* Linux installer: Fix installer failing on systems with python < 3.5
* Support “-T” as an alias for “title” (#659)
-------------------------------------------------------------------
Mon Jun 18 07:20:17 UTC 2018 - mvetter@suse.com
- Update to 0.11.1:
* diff kitten: Implement searching for text in the diff (#574)
* Add an option startup_session to kitty.conf to specify a default startup session (#641)
* Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630)
* diff kitten: Allow theming the selection background/foreground as well
* diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive (#638)
* diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637)
* Fix kitty @ set-colors --all not working when more than one window present (#632)
* Fix a regression that broke the legacy increase/decrease_font_size actions
* Clear scrollback on reset (#631)
- 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
2018-06-12 09:51:58 +02:00
-------------------------------------------------------------------
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
- Update to 0.10.1:
* Add a kitten to easily ssh into servers that automatically copies the terminfo files over. kitty +kitten ssh myserver.
* diff kitten: Make the keyboard shortcuts configurable (#563)
* Allow controlling background_opacity via either keyboard shortcuts or remote control. Note that you must set dynamic_background_opacity yes in kitty.conf first. (#569)
* diff kitten: Add keybindings to scroll by page
* diff kitten: Fix incorrect syntax highlighting for a few file formats such as yaml
* Fix Ctrl+Alt+Space not working in normal and application keyboard modes (#562)
- Update to 0.10.0: * A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README. * Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details. * Implement support for the SGR faint escape code to make text blend into the background (#446). * Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected. Also improve detection of surrounding brackets/quotes. * Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532). * Add a "fat" layout that is similar to the "tall" layout but vertically oriented. * Expand environment variables in config file include directives * Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed. * Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area. Caused incorrect rendering in neovim, in some situations (#542). * Render a couple more powerline symbols directly, bypassing the font (#550). * Fix ctrl+alt+<special> not working in normal and application keyboard (#548). * Partial fix for rendering Right-to-left languages like Arabic. * Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538). * Have the paste_from_selection action paste from the clipboard on platforms that do not have a primary selection such as Wayland and macOS (#529) * Fix cursor_stop_blinking_after=0 not working (#530) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=5
2018-05-22 10:16:14 +02:00
-------------------------------------------------------------------
Tue May 22 08:13:06 UTC 2018 - mvetter@suse.com
- Update to 0.10.0:
* A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff README.
* Make windows in the various kitty layouts manually resizable. See the Layouts section of the README for details.
* Implement support for the SGR faint escape code to make text blend into the background (#446).
* Make the hints kitten a little smarter, so that URLs that stretch over multiple lines are detected.
Also improve detection of surrounding brackets/quotes.
* Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532).
* Add a "fat" layout that is similar to the "tall" layout but vertically oriented.
* Expand environment variables in config file include directives
* Allow programs running in kitty to read/write from the clipboard. By default only writing is allowed.
* Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area.
Caused incorrect rendering in neovim, in some situations (#542).
* Render a couple more powerline symbols directly, bypassing the font (#550).
* Fix ctrl+alt+<special> not working in normal and application keyboard (#548).
* Partial fix for rendering Right-to-left languages like Arabic.
* Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538).
* Have the paste_from_selection action paste from the clipboard on platforms
that do not have a primary selection such as Wayland and macOS (#529)
* Fix cursor_stop_blinking_after=0 not working (#530)
- 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 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=4
2018-05-06 10:26:28 +02:00
-------------------------------------------------------------------
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.
Accepting request 596758 from home:avindra:branches:X11:terminals - Update to 0.9.0 * A new kitty command shell to allow controlling kitty via commands. Press ctrl+shift+escape to run the shell. * The hints kitten has become much more powerful. Now in addition to URLs you can use it to select word, paths, filenames, lines, etc. from the screen. These can be inserted into the terminal, copied to clipboard or sent to external programs. * Switch to libxkbcommon for keyboard handling. It allows kitty to support XCompose and dead keys and also react to keyboard remapping/layout change without needing a restart. * Add support for multiple-key-sequence shortcuts * A new remote control command set-colors to change the current and/or configured colors. * When double-clicking to select a word, select words that continue onto the next/prev line as well. * Add an include directive for the config files to read multiple config files * Improve mouse selection for windows with padding. Moving the mouse into the padding area now acts as if the mouse is over the nearest cell. * Allow setting all 256 terminal colors in the config file * Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag * URL hints: Exclude trailing punctuation from URLs * URL hints: Launch the browser from the kitty parent process rather than the hints kitten. Fixes launching on some systems where xdg-open doesn't like being run from a kitten. * Allow using rectangle select mode by pressing shift in addition to the rectangle select modifiers even when the terminal program has grabbed the mouse. OBS-URL: https://build.opensuse.org/request/show/596758 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=3
2018-04-16 11:53:19 +02:00
-------------------------------------------------------------------
Sun Apr 15 17:17:24 UTC 2018 - avindra@opensuse.org
- Update to 0.9.0
* A new kitty command shell to allow controlling kitty via
commands. Press ctrl+shift+escape to run the shell.
* The hints kitten has become much more powerful. Now in addition
to URLs you can use it to select word, paths, filenames, lines,
etc. from the screen. These can be inserted into the terminal,
copied to clipboard or sent to external programs.
* Switch to libxkbcommon for keyboard handling. It allows kitty to
support XCompose and dead keys and also react to keyboard
remapping/layout change without needing a restart.
* Add support for multiple-key-sequence shortcuts
* A new remote control command set-colors to change the current
and/or configured colors.
* When double-clicking to select a word, select words that continue
onto the next/prev line as well.
* Add an include directive for the config files to read multiple
config files
* Improve mouse selection for windows with padding. Moving the
mouse into the padding area now acts as if the mouse is over
the nearest cell.
* Allow setting all 256 terminal colors in the config file
* Fix using kitty --single-instance to open a new window in a
running kitty instance, not respecting the --directory flag
* URL hints: Exclude trailing punctuation from URLs
* URL hints: Launch the browser from the kitty parent process
rather than the hints kitten. Fixes launching on some systems
where xdg-open doesn't like being run from a kitten.
* Allow using rectangle select mode by pressing shift in addition
to the rectangle select modifiers even when the terminal program
has grabbed the mouse.
-------------------------------------------------------------------
Mon Apr 2 06:55:11 UTC 2018 - glin@suse.com
- Update to 0.8.4
- Drop upstreamed patch: kitty-0.8.2-desktopfile-category.patch
-------------------------------------------------------------------
Tue Mar 20 16:07:57 UTC 2018 - mvetter@suse.com
- Initial package for openSUSE in version 0.8.2