Files
kitty/kitty-rpmlintrc
sbradnick 9e1861abb0 Accepting request 1315344 from home:sbradnick:branches:X11:terminals
- Update to 0.44.0:
  * Allow kitty to read a specified set of environment variables from your
    login shell at startup using the env directive in kitty.conf (#9042)
  * A new option draw_window_borders_for_single_window to force kitty to always
    draw a window border even when only a single window is present (#9112)
    - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.draw_window_borders_for_single_window
  * Fix a regression in 0.43.0 that caused a black flicker when closing a tab
    in the presence of a background image (#9060)
  * Further improvements to rounded corner rendering, especially at low
    DPI (#9091)
  * Splits layout: Fix a bug that could cause a corrupted layout in some
    circumstances (#9059)
  * Fix a regression in the previous release that broke goto_session -1
  * Fix rendering broken on ancient GPU drivers that do not support rendering
    to 16 bit textures (#9068)
  * Fix tab bar sometimes showing incorrect tabs when it is filtered to show
    only tabs from the current session (#9079)
  * macOS: Workaround for bug in macOS Tahoe that caused OS Windows that are
    fullscreen to crash kitty when returning from sleep on some machines (#8983)
  * Graphics: Fix animated images sometimes not auto playing or auto playing
    at the wrong start frame if the same image id is used for a subsequent image
  * Fix a regression in 0.43.0 that caused high CPU usage when
    disable_ligatures was set to cursor and the tab bar was visible (#9071)
    - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.disable_ligatures
  * macOS: Handle dropping of file promises into kitty in addition to file
    paths (#9084)
  * macOS: Fix indeterminate progress bar displayed on dock icon increasing
    speed when indeterminate progress is set without being cleared first (#9114)
  * macOS: Performance and power usage improvements of about 5-10% (#9131)
  * macOS: Add an item to the global menu to Cycle through OS windows

OBS-URL: https://build.opensuse.org/request/show/1315344
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=196
2025-11-03 16:11:24 +00:00

7 lines
371 B
Plaintext

addFilter("non-executable-script *");
addFilter("python-bytecode-inconsistent-mtime *");
addFilter("potential-bashisms /usr/lib64/kitty/shell-integration/ssh/bootstrap-utils.sh");
addFilter("hidden-file-or-dir /usr/lib64/kitty/shell-integration/zsh/.zshenv");
addFilter("explicit-lib-dependency libwayland-cursor0");
addFilter("explicit-lib-dependency libwayland-egl1");