Revisions of kitty

buildservice-autocommit accepted request 1169218 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 150)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1169204 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 149)
- Update to 0.34.1:
  * Wayland KDE: Fix window background blur not adapting when window is grown.
    Also fix turning it on and off not working. (#7351)
  * Wayland GNOME: Draw the titlebar buttons without using a font (#7349)
  * Fix a regression in the previous release that caused incorrect font
    selection when using variable fonts on Linux (#7361)
buildservice-autocommit accepted request 1167826 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 148)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1167821 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 147)
- Update to 0.34.0:
    * Wayland: panel kitten: Add support for drawing desktop background and bars
      using the panel kitten for all compositors that support the requisite
      Wayland protocol which is practically speaking all of them but GNOME (#2590)
    * Show a small scrollback indicator along the right window edge when
      viewing the scrollback to keep track of scroll position (#2502)
    * Wayland: Support fractional scales so that there is no wasted drawing at
      larger scale followed by resizing in the compositor
    * Wayland KDE: Support background_blur
    * Wayland GNOME: The window titlebar now has buttons to
      minimize/maximize/close the window
    * Wayland GNOME: The window titlebar color now follows the system
      light/dark color scheme preference, see wayland_titlebar_color
    * Wayland KDE: Fix mouse cursor hiding not working in Plasma 6 (#7265)
    * Wayland IME: Fix a bug with handling synthetic keypresses generated by
      ZMK keyboard + fcitx (#7283)
    * A new option terminfo_type to allow passing the terminfo database
      embedded into the TERMINFO env var directly instead of via a file
    * Mouse reporting: Fix drag release event outside the window not being
      reported in legacy mouse reporting modes (#7244)
    * macOS: Fix a regression in the previous release that broke rendering of
      some symbols on some systems (#7249)
    * Fix handling of tab character when cursor is at end of line and wrapping
      is enabled (#7250)
    * Splits layout: Fix move_window_forward not working (#7264)
    * macOS: Fix an abort due to an assertion when a program tries to set an
      invalid window title (#7271)
    * fish shell integration: Fix clicking at the prompt causing
      autosuggestions to be accepted, needs fish >= 3.8.0 (#7168)
    * Linux: Fix for a regression in 0.32.0 that caused some CJK fonts to not
buildservice-autocommit accepted request 1160399 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 146)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1160398 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 145)
- Update to 0.33.1:
  * Fix a regression in the previous release that caused requesting data from
    the clipboard via OSC 52 to instead return data from the primary
    selection (#7213)
  * Splits layout: Allow resizing until one of the halves in a split is
    minimally sized (#7220)
  * macOS: Fix text rendered with fallback fonts not respecting bold/italic
    styling (#7241)
  * macOS: When CoreText fails to find a fallback font for a character in the
    first Private Use Unicode Area, preferentially use the NERD font, if
    available, for it (#6043)
buildservice-autocommit accepted request 1158244 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 144)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1158242 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 143)
- 'pkgconfig(simde)' is now available in TW; adding updated go vendor tarball
- Setting 'BuildRequires: go >= 1.22'

- Adding 'BuildRequires: pkgconfig(simde)'
- Update to 0.33.0:
  * Cheetah speed with a redesigned render loop and a 2x faster escape code
    parser that uses SIMD CPU vector instruction to parse data in
    parallel (#7005)
  * A new benchmark kitten (kitten __benchmark__) to measure terminal
    throughput performance
  * Graphics protocol: Add a new delete mode for deleting images whose ids
    fall within a range. Useful for bulk deletion (#7080)
  * Keyboard protocol: Fix the Enter, Tab and Backspace keys generating
    spurious release events even when report all keys as escape codes is
    not set (#7136)
  * macOS: The command line args from macos-launch-services-cmdline are now
    prefixed to any args from open --args rather than overwriting them (#7135)
  * Allow specifying where the new tab is created for detach_window (#7134)
  * hints kitten: The option to set the text color for hints now allows
    arbitrary colors (#7150)
  * icat kitten: Add a command line argument to override terminal window size
    detection (#7165)
  * A new action toggle_tab to easily switch to and back from a tab with a
    single shortcut (#7203)
  * When clearing terminal add a new type to_cursor_scroll which can be used
    to clear to prompt while moving cleared lines into the scrollback
  * Fix a performance bottleneck when dealing with thousands of small
    images (#7080)
  * kitten @ ls: Return the timestamp at which the window was created (#7178)
  * hints kitten: Use default editor rather than hardcoding vim to open file
buildservice-autocommit accepted request 1151111 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 142)
baserev update by copy to link target
buildservice-autocommit accepted request 1146216 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 140)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1146215 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 139)
- Update to 0.32.2:
  * kitten @ load-config: Allow (re)loading kitty.conf via remote control
  * Remote control: Allow running mappable actions via remote control
    (kitten @ action)
  * kitten @ send-text: Add a new option to automatically wrap the sent text
    in bracketed paste escape codes if the program in the destination window
    has turned on bracketed paste.
  * Fix a single key mapping not overriding a previously defined multi-key mapping
  * macOS: Fix kitten @ select-window leaving the keyboard in a partially
    functional state (#7074)
  * Graphics protocol: Improve display of images using Unicode placeholders or
    row/column boxes by resizing them using linear instead of nearest neighbor
    interpolation on the GPU (#7070)
  * When matching URLs use the definition of legal characters in URLs from the
    WHATWG spec rather than older standards (#7095)
  * hints kitten: Respect the kitty url_excluded_characters option (#7075)
  * macOS: Fix an abort when changing OS window chrome for a full screen window
    via remote control or the themes kitten (#7106)
  * Special case rendering of some more box drawing characters using shades from
    the block of symbols for legacy computing (#7110)
  * A new close_other_os_windows to close non active OS windows (#7113)
buildservice-autocommit accepted request 1141769 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 138)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1141768 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 137)
- #gh/kovidgoyal/kitty/7026 may have fixed -fcf-protection issue for i586
- Update to 0.32.1:
  * macOS: Fix a regression in the previous release that broke overriding
    keyboard shortcuts for actions present in the global menu bar (#7016)
  * Fix a regression in the previous release that caused multi-key
    sequences to not abort when pressing an unknown key (#7022)
  * Fix a regression in the previous release that caused
    kitten @ launch --cwd=current to fail over SSH (#7028)
  * Fix a regression in the previous release that caused
    kitten @ send-text with a match tab parameter to send text twice to
    the active window (#7027)
  * Fix a regression in the previous release that caused overriding of
    existing multi-key mappings to fail (#7044, #7058)
  * Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland
    causes kitty to not start (#7021)
buildservice-autocommit accepted request 1140006 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 136)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1140000 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 135)
- i586 builds fail with -fcf-protection=full (seems to be default);
  setting to -fcf-protection=none with CFLAGS export

- Removing go-buildmode-pie.diff and optional-disable-docs.diff; replacing
  with buildmode-and-skip_docs.diff which should be an easier path going
  forward to disabling 'make docs' from setup.py
- Update to 0.32.0:
  * Conditional mappings depending on the state of the focused window
  * Support for Modal mappings such as in modal editors like vim
  * A new option notify_on_cmd_finish to show a desktop notification
    when a long running command finishes (#6817)
  * A new action send_key to simplify mapping key presses to other
    keys without needing send_text
  * Allow focusing previously active OS windows via nth_os_window (#7009)
  * Wayland: Fix a regression in the previous release that broke copying
    to clipboard under wl-roots based compositors in some circumstances (#6890)
  * macOS: Fix some combining characters not being rendered (#6898)
  * macOS: Fix returning from full screen via the button when the titlebar
    is hidden not hiding the buttons (#6883)
  * macOS: Fix newly created OS windows not always appearing on the
    "active" monitor (#6932)
  * Font fallback: Fix the font used to render a character sometimes dependent
    on the order in which characters appear on screen (#6865)
  * panel kitten: Fix rendering with non-zero margin/padding in
    kitty.conf (#6923)
  * kitty keyboard protocol: Specify the behavior of the modifier bits during
    modifier key events (#6913)
  * Wayland: Enable support for the new cursor-shape protocol so that the
    mouse cursor is always rendered at the correct size in compositors that
    support this protocol (#6914)
buildservice-autocommit accepted request 1124263 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 134)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1124260 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 133)
- Update to 0.31.0:
  * Allow easily running arbitrarily complex remote control scripts without
    needing to turn on remote control (#6712)
  * A new option menu_map that allows adding entries to the global menubar on
    macOS (#6680)
  * A new escape code that can be used by programs running in the terminal to
    change the shape of the mouse pointer (#6711)
  * Graphics protocol: Support for positioning images relative to other
    images (#6400)
  * A new option single_window_padding_width to use a different padding when
    only a single window is visible (#6734)
  * A new mouse action mouse_selection word_and_line_from_point to select the
    current word under the mouse cursor and extend to end of line (#6663)
  * A new option underline_hyperlinks to control when hyperlinks are
    underlined (#6766)
  * Allow using the full range of standard mouse cursor shapes when customizing
    the mouse cursor
  * macOS: When running the default shell with the login program fix
    ~/.hushlogin not being respected when opening windows not in the home
    directory (#6689)
  * macOS: Fix poor performance when using ligatures with some fonts,
    caused by slow harfbuzz shaping (#6743)
  * kitten @ set-background-opacity --toggle - a new flag to easily switch
    opacity between the specified value and the default (#6691)
  * Fix a regression caused by rewrite of kittens to Go that made various
    kittens reset colors in a terminal when the colors were changed by
    escape code (#6708)
  * Fix trailing bracket not ignored when detecting a multi-line URL with the
    trailing bracket as the first character on the last line (#6710)
  * Fix the kitten @ launch --copy-env option not copying current environment
buildservice-autocommit accepted request 1115916 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 132)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1115880 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 131)
- Update to 0.30.1:
  * Shell integration: Automatically alias sudo to make the kitty terminfo files available in the sudo environment. Can be turned off via shell_integration
  * ssh kitten: Fix a regression in 0.28.0 that caused using --kitten to override ssh.conf not inheriting settings from ssh.conf (#6639)
  * themes kitten: Allow absolute paths for --config-file-name (#6638)
  * Expand environment variables in the shell option (#6511)
  * macOS: When running the default shell, run it via the login program so that calls to getlogin() work (#6511)
  * X11: Fix a crash on startup when the ibus service returns errors and the GLFW_IM_MODULE env var is set to ibus (#6650)
Displaying revisions 1 - 20 of 150
openSUSE Build Service is sponsored by