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

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:

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, {}

View File

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

View File

@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local AVAILABLE_CHARS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789."

View File

@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local M = {}

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

View File

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

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

View File

@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
local M = {}

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

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

View File

@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- @sync entry
return {
entry = function()

View File

@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- Verify if `sudo` is already authenticated
--- @return boolean

View File

@@ -1,4 +1,4 @@
--- @since 25.5.28
--- @since 25.5.31
--- @sync entry
local function entry(st, job)

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)