44e372586a
- update to v0.20.1: * xplr shell will default to $SHELL, using bash as a fallback. oh-my-zsh users please add TRAPEXIT() { echoti rmkx; } in your .zshrc (see #499 for more info). * (experiment) xplr will now display full-screen help menu in intermediate modes. Set xplr.config.modes.builtin[mode].layout = nil to disable. e.g. xplr.config.modes.builtin.create.layout = nil * Added new utility functions to work with json and yaml data. * xplr.util.from_json() * xplr.util.to_json() * xplr.util.from_yaml() * xplr.util.to_yaml() * Added new utility function xplr.util.version() to get the currently running binary version (semantic versioning fields). * Fixed displaying multispace characters (Japanese, Chinese...), thanks to @Elvyria for contributing to tui-input. * Fixed a bug causing the creation of a new directory * Minor UI updates. OBS-URL: https://build.opensuse.org/request/show/1056093 OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=10
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
<services>
|
|
<service name="download_files" mode="disabled" />
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">v0.20.1.tar.gz</param>
|
|
<param name="compression">gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled" />
|
|
<service name="source_validator" mode="disabled" />
|
|
</services>
|
|
|