chore: bump Yazi version to 25.12.29

This commit is contained in:
sxyazi
2025-12-29 09:57:25 +08:00
parent 7ca66b4103
commit 1612f00cf1
8 changed files with 17 additions and 20 deletions

View File

@@ -46,14 +46,14 @@ And register it as fetchers in your `~/.config/yazi/yazi.toml`:
```toml
[[plugin.prepend_fetchers]]
id = "mactag"
name = "*" # use `url` if you're using the nightly version of Yazi
run = "mactag"
id = "mactag"
url = "*"
run = "mactag"
[[plugin.prepend_fetchers]]
id = "mactag"
name = "*/" # use `url` if you're using the nightly version of Yazi
run = "mactag"
id = "mactag"
url = "*/"
run = "mactag"
```
## Usage

View File

@@ -1,4 +1,4 @@
--- @since 25.5.31
--- @since 25.12.29
local update = ya.sync(function(st, tags)
for path, tag in pairs(tags) do