zellij/_service
Soc Virnyl Estela 370320bdfc - Update to version 0.34.3:
* Performance: both loading and rendering are significantly faster now and take less HW resources
  * Loading screen: Zellij now has a minor loading screen (0.5 seconds) before it starts. This is so 
    that input from STDIN will not be lost while Zellij queries the user's terminal emulator for 
    pixel/cell ratio and the default colors
  * We now fall back to /bin/sh if we can't find a $SHELL variable
  * Users can now directionally decrease pane size and not just increase it - by default these are 
    bound to HJKL (uppercase letter) in resize mode, but can be bound like anything to other keys.
  * Lots of stability and bug fixes
  * BREAKING CHANGES:
    - performance: change plugin data flow to improve render speed
    - performance: various render pipeline improvements
  * Fixes:
    - server on longer crashes on client crash
    - preserve pane focus properly when closing panes and switching tabs
    - missing tokyo-night-dark theme

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=45
2022-12-11 04:19:19 +00:00

11 lines
316 B
Plaintext

<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">v0.34.3.tar.gz</param>
<param name="compression">gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled" />
</services>