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
cd --interactive
path completion).Here are some new features:
_v4_suppress_deprecation_warnings
in #2027 to suppress all deprecation warnings as a workaround for the transition to version 0.4:fs.cwd()
- get the current working directoryfs.create()
- create a directory (Thanks to @hankertrix)What's Changed
cd
autocomplete doesn't follow the latestCWD
changes by @sxyazi in fix: interactivecd
autocomplete doesn't follow the latestCWD
changes sxyazi/yazi#2025macro_workers
value to ensure concurrency safety with certain USB flash drives by @sxyazi in fix: choose a more conservativemacro_workers
value to ensure concurrency safety with certain USB flash drives sxyazi/yazi#2040for
qualifier of opener by @sxyazi in feat: support for Android platform in thefor
qualifier of opener sxyazi/yazi#2041allow-passthrough
must be set toon
to preventtmux
from forwarding the real terminal's response to the inactive pane by @sxyazi in fix:allow-passthrough
must be set toon
to preventtmux
from forwarding the real terminal's response to the inactive pane sxyazi/yazi#2052show_hidden
when building defaultFiles
by @sxyazi in fix: pass throughshow_hidden
when building defaultFiles
sxyazi/yazi#2057DSR
instead ofDA1
workaround to forward terminal responses twice intmux
by @sxyazi in fix: use a less intrusiveDSR
instead ofDA1
workaround to forward terminal responses twice intmux
sxyazi/yazi#2058--cwd
parameter for theshell
command andfs.cwd()
API by @sxyazi in feat: new--cwd
parameter for theshell
command andfs.cwd()
API sxyazi/yazi#2060noop
for single-key chords by removing the mixing length limit by @sxyazi in feat: allownoop
for single-key chords by removing the mixing length limit sxyazi/yazi#2064fs.create()
Lua API by @hankertrix in feat: newfs.create()
Lua API sxyazi/yazi#2068Full Changelog: sxyazi/yazi@v0.4.1...v0.4.2