- Add ImageMagick as a suggested dependency - Add chafa as a suggested dependency - Update to version 0.3.0: * chore: bump version to 0.3 (#1374) * refactor(nix): cleanup and switch to `nixfmt-rfc-style` (#1376) * feat(nix): set `VERGEN_*` build env vars (#1375) * fix(nix): add `outputHashes` for `notify` git dependency (#1373) * feat: new `extract` builtin plugin for archive extracting (#1321) * fix: adapt to a wider range of terminal cursor management through DECSET and DECRQM requests again * fix: can't rewatch a directory that has been deleted once before (#1335) * fix: adapt to a wider range of terminal cursor management through `DECSET` and `DECRQM` requests (#1346) * fix: help menu multi-line text rendering (#1347) * feat: make `F1` also show the help menu (#1336) * fix: wrong directory loading optimization condition (#1331) * feat: add support for `%@` argument extension on Windows to align with Unix platforms (#1319) * feat: add Winget publishes to CI/CD (#1299) * refactor: fix Clippy warnings (#1312) * fix: add `use-dev-tty` to fix piping to Yazi on macOS (#1317) * fix: destroy term before stopping signals (#1310) * refactor: reimplement the signal system (#1307) * feat: allow setting `YAZI_ID` as a command line argument (#1305) * feat: help users migrate shell key bindings to v0.3 (#1304) * feat: add `children_add` and `children_remove` methods to the `Header` component as well (#1297) * feat: add `ctime` linemode (#1295) * feat: support displaying files with inaccessible metadata (#1275) * feat: add `random` option to the `sort` command (#1291) * feat: make UI extensions easier (#1257) * feat: new command `hardlink` (#1268) OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=31
24 lines
952 B
Plaintext
24 lines
952 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/sxyazi/yazi.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.3.0</param>
|
|
<param name="match-tag">v*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
<service mode="manual" name="cargo_vendor">
|
|
<param name="src">yazi</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">false</param>
|
|
</service>
|
|
</services>
|