chore: update to the latest stable version

This commit is contained in:
sxyazi
2025-06-18 13:20:49 +08:00
parent aeca767ec2
commit 86d28e4fb4
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# Plugins
The following plugins can be installed using the [`ya pkg` package manager](https://yazi-rs.github.io/docs/cli#pm) introduced in Yazi v25.5.28.
The following plugins can be installed using the [`ya pkg` package manager](https://yazi-rs.github.io/docs/cli#pm) introduced in Yazi v25.5.31.
For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below:
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local selected_or_hovered = ya.sync(function()
local tab, paths = cx.active, {}
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local WINDOWS = ya.target_family() == "windows"
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local AVAILABLE_CHARS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789."
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local M = {}
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local update = ya.sync(function(st, tags)
for path, tag in pairs(tags) do
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local FILES = {
[".envrc"] = "text/plain",
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local toggle_ui = ya.sync(function(self)
if self.children then
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local M = {}
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- @sync entry
local function setup(self, opts) self.open_multi = opts.open_multi end
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local hovered = ya.sync(function()
local h = cx.active.current.hovered
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- @sync entry
return {
entry = function()
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- Verify if `sudo` is already authenticated
--- @return boolean
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- @sync entry
local function entry(st, job)
+1 -1
View File
@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local root = ya.sync(function() return cx.active.current.cwd end)