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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
separator_open
andseparator_close
have been replaced with the newsep_left
andsep_right
. feat!: allow different separators to be applied individually to the left and right sides of the status bar sxyazi/yazi#2313[completion]
component has been renamed to[cmp]
. feat!: allow to specify layer for keymap commands sxyazi/yazi#2399Deprecated
MANAGER
,PREVIEW
,PLUGIN
, andTHEME
have been deprecated in favor of the newrt
andth
. feat: newrt
andth
allow to access user configuration and theme scheme in sync/async plugins consistently sxyazi/yazi#2389ya.manager_emit()
has been deprecated in favor of the newya.mgr_emit()
. refactor: renamert.manager
tort.mgr
, andth.manager
toth.mgr
sxyazi/yazi#2397Built-in Previewer Improvements
wrap
setting to support automatic JSON line wrapping. feat: respect the user'swrap
setting for the built-in JSON previewer sxyazi/yazi#2337, thanks @boydaihungstmax_width
setting to address the issue of previewing content that is too small. feat: respect the user'smax_width
setting for the built-in PDF preloader sxyazi/yazi#2331image_alloc
setting to limit memory usage. fix: respect the user'simage_alloc
setting for the built-in ImageMagick previewer sxyazi/yazi#2403New Search Engine:
rga
sxyazi/yazi#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 sxyazi/yazi#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
sxyazi/yazi#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
sxyazi/yazi#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 @sxyazi in fix: load mount points with the best effort even if the/dev/disk/by-label
directory does not exist sxyazi/yazi#2326max_width
setting for the built-in PDF preloader by @sxyazi in feat: respect the user'smax_width
setting for the built-in PDF preloader sxyazi/yazi#2331wrap
setting for the built-in JSON previewer by @boydaihungst in feat: respect the user'swrap
setting for the built-in JSON previewer sxyazi/yazi#2337external
andremovable
fields in thefs.partitions()
API by @sxyazi in feat: newexternal
andremovable
fields in thefs.partitions()
API sxyazi/yazi#2343/proc
virtual file system by @sxyazi in fix: add maximum preview limit under/proc
virtual file system sxyazi/yazi#2355yazi --debug
by @sxyazi in feat: add a link to the debugging instructions inyazi --debug
sxyazi/yazi#2365Cha
when loading directories in chunks by @sxyazi in fix: didn't reset previousCha
when loading directories in chunks sxyazi/yazi#2366trash
andlibc
versions to support NetBSD by @sxyazi in feat: bumptrash
andlibc
versions to support NetBSD sxyazi/yazi#2388rt
andth
allow to access user configuration and theme scheme in sync/async plugins consistently by @sxyazi in feat: newrt
andth
allow to access user configuration and theme scheme in sync/async plugins consistently sxyazi/yazi#2389tbl_col
andtbl_cell
in theme system for spotter table styling by @sxyazi in feat: newtbl_col
andtbl_cell
in theme system for spotter table styling sxyazi/yazi#2391cf.args
to access startup arguments by @sxyazi in feat: newcf.args
to access startup arguments sxyazi/yazi#2392cf
tort
by @sxyazi in refactor: renamecf
tort
sxyazi/yazi#2393mode
field inCha
by @sxyazi in feat: exposemode
field inCha
sxyazi/yazi#2394rt.manager
tort.mgr
, andth.manager
toth.mgr
by @sxyazi in refactor: renamert.manager
tort.mgr
, andth.manager
toth.mgr
sxyazi/yazi#2397New Contributors
Full Changelog: sxyazi/yazi@v25.2.11...v25.2.26