Revisions of kitty

Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 92)
- Update to 0.24.1:
  * Shell integration: Work around conflicts with some zsh plugins (#4428)
  * Have the zero width space and various other characters from the Other,
    formatting Unicode category be treated as combining characters (#4439)
  * Fix using --shell-integration with setup.py broken (#4434)
  * Fix showing debug information not working if kitty’s STDIN is
    not a tty (#4424)
  * Linux: Fix a regression that broke rendering of emoji with
    variation selectors (#4444)

- Update to 0.24.0:
  * Integrate kitty closely with common shells such as zsh, fish
    and bash. This allows lots of niceties such as jumping to
    previous prompts, opening the output of the last command in
    a new window, etc. See Shell integration for details.
    Packagers please read Notes for Linux/macOS packagers.
  * A new shortcut ctrl+shift+f7 to visually focus a window using
    the keyboard. Pressing it causes numbers to appear over each
    visible window and you can press the number to focus the
    corresponding window (#4110)
  * A new facility window_logo_path to draw an arbitrary PNG image
    as logo in the corner of a kitty window (#4167)
  * Allow rendering the cursor with a reverse video effect. See
    cursor for details (#126)
  * Allow rendering the mouse selection with a reverse video effect.
    See selection_foreground (#646)
  * A new option tab_bar_align to draw the tab bar centered or
    right aligned (#3946)
  * Allow the user to supply a custom Python function to draw tab bar.
    See tab_bar_style
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 936517 from Franck Bui's avatar Franck Bui (fbui) (revision 91)
- Fix the condition expressions that are used to build the
  doc. Currently we want the doc on TW only and disabled on Leap since
  sphinx has not been update yet (including in Leap 15.4).
- Fix build on TW
  * Dependency on python3-sphinx-inline-tabs was missing. It was
    needed to build the doc
- Fix build on Leap
  * python3-importlib-resources is named python3-importlib_resources
    on Leap :-/
- Rebased kitty-no-docs.patch
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 90)
- Update to 0.23.1:
  * A new option clipboard_max_size to control the maximum size of
    data that kitty will transmit to the system clipboard on behalf
    of programs running inside it (#3937)
  * When matching windows/tabs in kittens or using remote control,
    allow matching by recency. recent:0 matches the active window/tab,
    recent:1 matches the previous window/tab and so on
  * themes kitten: Fix only the first custom theme file being
    loaded correctly (#3938)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 89)
- Add BR python-sphinxcontrib-copybutton
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 88)
- Update to 0.23.0:
  * A new themes kitten to easily change kitty themes. Choose
    from almost two hundred themes in the kitty themes repository
  * A new style for the tab bar that makes tabs looks like the tabs
    in a physical tabbed file, see tab_bar_style
  * Make the visual bell flash more gentle, especially on dark
    themes (#2937)
  * Fix kitty --title not overriding the OS Window title when
    multiple tabs are present. Also this option is no longer used
    as the default title for windows, allowing individual tabs/windows
    to have their own titles, even when the OS Window has a fixed
    overall title (#3893)
  * Linux: Fix some very long ligatures being rendered incorrectly
    at some font sizes (#3896)
  * Fix shift+middle click to paste sending a mouse press event
    but no release event which breaks some applications that grab
    the mouse but cant handle mouse events (#3902)
  * terminfo: Fix “cnorm” the property for setting the cursor to
    normal using a solid block rather than a blinking block
    cursor (#3906)
  * Add clear_all_mouse_actions to clear all mouse actions defined
    to that point (#3907)
  * Fix the remote file kitten not working when using – with ssh.
    The ssh kitten was recently changed to do this (#3929)
  * When dragging word or line selections, ensure the initially
    selected item is never deselected. This matches behavior in
    most other programs (#3930)
  * hints kitten: Make copy/paste with the kitty +kitten hints
    --program option work when using the self kitty +kitten hints
    --linenum-action (#3931)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 87)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 86)
- Update to 0.21.2:
  * A new adjust_baseline option to adjust the vertical alignment
    of text inside a line (#3734)
  * A new url_excluded_characters option to exclude additional
    characters when detecting URLs under the mouse (#3738)
  * Fix a regression in 0.21.0 that broke rendering of private use
    Unicode symbols followed by spaces, when they also exist not
    followed by spaces (#3729)
  * ssh kitten: Support systems where the login shell is a
    non-POSIX shell (#3405)
  * ssh kitten: Add completion (#3760)
  * ssh kitten: Fix "Connection closed" message being printed by
    ssh when running remote commands
  * Add support for the XTVERSION escape code
  * When displaying scrollback ensure that the window does not quit
    if the amount of scrollback is less than a screen and the user
    has the --quit-if-one-screen option enabled for less (#3740)
  * Linux: Fix Emoji/bitmapped fonts not use able in symbol_map
  * query terminal kitten: Allow querying font face and size
    information (#3756)
  * hyperlinked grep kitten: Fix context options not generating
    contextual output (#3759)
  * Allow using superscripts in tab titles (#3763)
  * Unicode input kitten: Fix searching when a word has more than
    1024 matches (#3773)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 85)
- Update to 0.22.0:
  * Add a new toggle_layout action to easily zoom/unzoom a window
  * When right clicking to extend a selection, move the nearest
    selection boundary rather than the end of the selection. To restore
    previous behavior use mouse_map right press ungrabbed
    mouse_selection move-end.
  * When opening hyperlinks, allow defining open actions for directories (#3836)
  * When using the OSC 52 escape code to copy to clipboard allow large
    copies (up to 8MB) without needing a kitty specific chunking protocol.
    Note that if you used the chunking protocol in the past, it will no
    longer work and you should switch to using the unmodified protocol
    which has the advantage of working with all terminal emulators.
  * Fix a bug in the implementation of the synchronized updates escape code
    that could cause incorrect parsing if either the pending buffer
    capacity or the pending timeout were exceeded (#3779)
  * A new remote control command to resize the OS Window <kitty @ resize-os-window>
  * Graphics protocol: Add support for composing rectangles from one
    animation frame onto another (#3809)
  * diff kitten: Remove limit on max line length of 4096 characters (#3806)
  * Fix turning off cursor blink via escape codes not working (#3808)
  * Allow using neighboring window operations in the stack layout. The previous
    window is considered the left and top neighbor and the next window is
    considered the bottom and right neighbor (#3778)
  * Add a new variable {num_window_groups} for the tab_title_template (#3837)
  * Wayland: Fix initial_window_width/height specified in cells not working on
    High DPI screens (#3834)
  * A new theme for the kitty website with support for dark mode.
  * Render ┄ ┅ ┆ ┇ ┈ ┉ ┊ ┋ with spaces at the edges. Matches rendering in
    most other programs and allows long chains of them to look better (#3844)
  * hints kitten: Detect paths and hashes that appear over multiple lines. Note
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 84)
- Update to 0.21.2:
  * A new adjust_baseline option to adjust the vertical alignment
    of text inside a line (#3734)
  * A new url_excluded_characters option to exclude additional
    characters when detecting URLs under the mouse (#3738)
  * Fix a regression in 0.21.0 that broke rendering of private use
    Unicode symbols followed by spaces, when they also exist not
    followed by spaces (#3729)
  * ssh kitten: Support systems where the login shell is a
    non-POSIX shell (#3405)
  * ssh kitten: Add completion (#3760)
  * ssh kitten: Fix "Connection closed" message being printed by
    ssh when running remote commands
  * Add support for the XTVERSION escape code
  * When displaying scrollback ensure that the window does not quit
    if the amount of scrollback is less than a screen and the user
    has the --quit-if-one-screen option enabled for less (#3740)
  * Linux: Fix Emoji/bitmapped fonts not use able in symbol_map
  * query terminal kitten: Allow querying font face and size
    information (#3756)
  * hyperlinked grep kitten: Fix context options not generating
    contextual output (#3759)
  * Allow using superscripts in tab titles (#3763)
  * Unicode input kitten: Fix searching when a word has more than
    1024 matches (#3773)
buildservice-autocommit accepted request 900120 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 83)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 82)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 81)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 80)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 79)
- Update to 0.21.1:
  * Fix a regression in the previous release that could cause a
    crash when changing layouts and mousing (#3713)

- Update to 0.21.0:
  * Allow reloading the kitty.conf config file by pressing
    ctrl+shift+f5. (#1292)
  * Allow clicking URLs to open them without needing to also hold
    ctrl+shift
  * Allow remapping all mouse button press/release events to
    perform arbitrary actions. See details.
  * Support infinite length ligatures (#3504)
  * Backward incompatibility: The options to control which
    modifiers keys to press for various mouse actions have been
    removed, if you used these options, you will need to replace
    them with configuration using the new mouse actions framework
    as they will be ignored. The options were: terminal_select_modifiers,
    rectangle_select_modifiers and open_url_modifiers.
  * Add a configurable mouse action (ctrl+alt+triplepress to select
    from the clicked point to the end of the line. (#3585)
  * Add the ability to un-scroll the screen to the kitty @
    scroll-window remote control command (#3604)
  * A new option, tab_bar_margin_height to add margins around
    the top and bottom edges of the tab bar (#3247)
  * Unicode input kitten: Fix a regression in 0.20.0 that broke
    keyboard handling when the NumLock or CapsLock modifiers were engaged. (#3587)
  * Fix a regression in 0.20.0 that sent incorrect bytes for the
    F1-F4 keys in rmkx mode (#3586)
  * Add a few more special commandline arguments for the launch command.
    Now all KITTY_PIPE_DATA is also available via command line argument
buildservice-autocommit accepted request 890909 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 78)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 77)
- Update to 0.20.3:
  * A new show_key kitten to easily see the bytes generated by the
    terminal for key presses in the various keyboard modes (#3556)
  * Linux: Fix keyboard layout change keys defined via compose
    rules not being ignored
  * Fix tab activity symbol not appearing if no other changes happen
    in tab bar even when there is activity in a tab (#3571)
  * Fix focus changes not being sent to windows when focused window
    changes because of the previously focused window being
    closed (#3571)
buildservice-autocommit accepted request 889035 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 76)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 75)
- Update to 0.20.2:
  * A new protocol extension to unscroll text from the scrollback
    buffer onto the screen. Useful, for example, to restore the
    screen after showing completions below the shell prompt.
  * A new remote control command kitty @ env to change the default
    environment passed to newly created windows (#3529)
  * Linux: Fix binary kitty builds not able to load fonts in WOFF2
    format (#3506)
  * Fix kitty @ close-tab not working with pipe based remote
    control (#3510)
  * Fix removal of inactive tab that is before the currently
    active tab causing the highlighted tab to be incorrect (#3516)
  * icat kitten: Respect EXIF orientation when displaying
    JPEG images (#3518)
  * GNOME: Fix maximize state not being remembered when focus
    changes and window decorations are hidden (#3507)
  * GNOME: Add a new wayland_titlebar_color option to control
    the color of the kitty window title bar
  * Fix reading kitty --session from STDIN not working when the
    kitty --detach option is used (#3523)
  * Special case rendering of the few remaining Powerline box
    drawing chars (#3535)
  * Fix kitty @ set-colors not working for the active_tab_foreground.
buildservice-autocommit accepted request 886755 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 74)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 73)
- Update to 0.20.1:
  * icat: Fix some broken GIF images with no frame delays not
    being animated (#3498)
  * hints kitten: Fix sending hyperlinks to their default
    handler not working (#3500)
  * Wayland: Fix regression in previous release causing window
    decorations to be drawn even when compositor supports server
	side decorations (#3501)
Displaying revisions 61 - 80 of 152
openSUSE Build Service is sponsored by