Commit Graph

6 Commits

Author SHA1 Message Date
Michael Vetter
64b85f82a5 - 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)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=6
2018-05-24 15:19:42 +00:00
Michael Vetter
4555e06bde - 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 08:16:14 +00:00
Michael Vetter
1d3b3f51e6 - 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 08:26:28 +00:00
Michael Vetter
0e53ff4cc3 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 09:53:19 +00:00
Michael Vetter
b39b522f03 Accepting request 592973 from home:gary_lin:branches:X11:terminals
- Update to 0.8.4
- Drop upstreamed patch: kitty-0.8.2-desktopfile-category.patch

OBS-URL: https://build.opensuse.org/request/show/592973
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=2
2018-04-02 10:28:40 +00:00
516c851b08 Accepting request 589745 from home:jubalh
I would like to have this in a more official repo than my home. But dont plan to push it into factory (yet).

OBS-URL: https://build.opensuse.org/request/show/589745
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=1
2018-03-23 09:39:09 +00:00