64a63fb857
* remove cargo_config - Update to version 0.39.1: * fix: styled underlines in editors * fix(plugins): add `LaunchPlugin` and some cwd fixes * fix(performance): significantly reduce CPU utilization when serializing sessions * fix(panes): reuse CWD when dropping to shell in command panes * fix(resurrection): reduce default serialization interval to 1m and make it configurable * fix(plugins): allow reloading plugins if they crashed * feat(panes): start panes/editors/commands/plugins in-place * fix(theme): fg color for gruvbox light theme * fix: display parsing error for kdl files located under the 'themes' directory * refactor(plugins): wasmer v3.1.1 * refactor(config): dependency updates * fix(plugins): address cranelift-codegen vulnerability * fix(plugins): use versioned path for plugin artifact cache * feat(sessions): session resurrection * feat(rendering): terminal synchronized output * feat(plugins): plugin command API for executing commands in the background * feat(ui): cyberpunk themes * feat(ux): add ESC option to drop to shell in command panes * feat(plugins): allow plugins to make web requests behind a permission * feat(plugins): UI components for plugins * feat(plugins): load plugins from the web * feat(terminal): support styled underlines * feat(ux): allow renaming sessions * fix(plugins): open new plugins in the current cwd OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=75
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">zellij-*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|