bump(sxyazi/yazi): update to v25.2.26 #17
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v25.2.11
->v25.2.26
Release Notes
sxyazi/yazi (sxyazi/yazi)
v25.2.26
Compare Source
Breaking Changes
separator_open
andseparator_close
have been replaced with the newsep_left
andsep_right
. https://github.com/sxyazi/yazi/pull/2313[completion]
component has been renamed to[cmp]
. https://github.com/sxyazi/yazi/pull/2399Deprecated
MANAGER
,PREVIEW
,PLUGIN
, andTHEME
have been deprecated in favor of the newrt
andth
. https://github.com/sxyazi/yazi/pull/2389ya.manager_emit()
has been deprecated in favor of the newya.mgr_emit()
. https://github.com/sxyazi/yazi/pull/2397Built-in Previewer Improvements
wrap
setting to support automatic JSON line wrapping. https://github.com/sxyazi/yazi/pull/2337, thanks @boydaihungstmax_width
setting to address the issue of previewing content that is too small. https://github.com/sxyazi/yazi/pull/2331image_alloc
setting to limit memory usage. https://github.com/sxyazi/yazi/pull/2403New Search Engine:
rga
https://github.com/sxyazi/yazi/pull/2383 (thanks @paperbenni) has added a new
ripgrep-all
search engine.It is a wrapper around
ripgrep
that supports additional file formats (such as PDF, docx, epub, etc.).You can use it with the
search --via=rga
command.Allow to Specify Layer for Keymap Commands
With https://github.com/sxyazi/yazi/pull/2399, you'll now be able to assign commands from different layers to a keybinding in
keymap.toml
.This opens up the possibility of interacting with any other component, such as accessing commands from the manager (
[manager]
) within the input component ([input]
):When you press
Esc
in the input box to exit the filter view (triggered by thef
key), the filter will be canceled as the input is closed.More Flexible Status Bar Customization
https://github.com/sxyazi/yazi/pull/2313 (thanks @PFiS1737) introduces
sep_left
andsep_right
to replace the previousseparator_open
andseparator_close
settings, allowing different separators to be set for the left and right sides:Support for Setting Spotter Table Styles
https://github.com/sxyazi/yazi/pull/2391 introduces two new settings,
tbl_col
andtbl_cell
, intheme.toml
to configure the styles for spotter table columns and cells, respectively.What's Changed
/dev/disk/by-label
directory does not exist by @sxyahttps://github.com/sxyazi/yazi/pull/2326l/2326max_width
setting for the built-in PDF preloader by @sxyahttps://github.com/sxyazi/yazi/pull/2331l/2331wrap
setting for the built-in JSON previewer by @boydaihunghttps://github.com/sxyazi/yazi/pull/2337l/2337external
andremovable
fields in thefs.partitions()
API by @sxyahttps://github.com/sxyazi/yazi/pull/2343l/2343/proc
virtual file system by @sxyahttps://github.com/sxyazi/yazi/pull/2355l/2355yazi --debug
by @sxyahttps://github.com/sxyazi/yazi/pull/2365l/2365Cha
when loading directories in chunks by @sxyahttps://github.com/sxyazi/yazi/pull/2366l/2366trash
andlibc
versions to support NetBSD by @sxyahttps://github.com/sxyazi/yazi/pull/2388l/2388rt
andth
allow to access user configuration and theme scheme in sync/async plugins consistently by @sxyahttps://github.com/sxyazi/yazi/pull/2389l/2389tbl_col
andtbl_cell
in theme system for spotter table styling by @sxyahttps://github.com/sxyazi/yazi/pull/2391l/2391cf.args
to access startup arguments by @sxyahttps://github.com/sxyazi/yazi/pull/2392l/2392cf
tort
by @sxyahttps://github.com/sxyazi/yazi/pull/2393l/2393mode
field inCha
by @sxyahttps://github.com/sxyazi/yazi/pull/2394l/2394rt.manager
tort.mgr
, andth.manager
toth.mgr
by @sxyahttps://github.com/sxyazi/yazi/pull/2397l/2397New Contributors
Full Changelog: sxyazi/yazi@v25.2.11...v25.2.26
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.