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

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

View File

@@ -1,4 +1,4 @@
--- @since 25.5.31
--- @since 25.12.29
local WINDOWS = ya.target_family() == "windows"

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

View File

@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/yazi.toml`:
```toml
[[plugin.prepend_fetchers]]
id = "mime"
name = "*" # use `url` if you're using the nightly version of Yazi
url = "*"
run = "mime-ext"
prio = "high"
```

View File

@@ -1,4 +1,4 @@
--- @since 25.5.31
--- @since 25.12.29
local FILES = {
[".envrc"] = "text/plain",

View File

@@ -1,6 +1,3 @@
> [!NOTE]
> The latest Yazi nightly build is required to use this plugin at the moment.
# zoom.yazi
Enlarge or shrink the preview image of a file, which is useful for magnifying small files for viewing.

View File

@@ -1,4 +1,4 @@
--- @since 25.6.11
--- @since 25.12.29
local get = ya.sync(function(st, url) return st.last == url and st.level end)