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:
v0.3.2
->v0.3.3
Release Notes
sxyazi/yazi (sxyazi/yazi)
v0.3.3
Compare Source
This version fixes a regression from the previous release that caused some keys to stop working. And it resolves a long-standing issue where the file list couldn't refresh automatically in Windows WSL.
This version also introduces the following three new features:
Git integration
Show the status of Git file changes as a linemode in the file list.
Feel free to use it and report any issues! For now, you need to manually install it (pretty easy to do) from https://github.com/yazi-rs/plugins/tree/main/git.yazi. In the future, it will be included as one of Yazi's built-in plugins.
screenshot-001986.mp4
size
linemode supports displaying the number of files in a directoryhttps://github.com/sxyazi/yazi/pull/1591 updates the
size
linemode for directories to support displaying the number of files within the directory instead of leaving it blank as before.If size information is available for the directory (triggered when sorting by size), that information will be shown as a priority.
screenshot-001992.mp4
Windows Terminal support for image previews
Windows Terminal Preview v1.22.2362.0 now supports the Sixel image format. Yazi provided an adaptation for this in https://github.com/sxyazi/yazi/pull/1588 (Thanks @e82eric).
Note that Windows Terminal Preview v1.22.2362.0 has a bug that can cause Yazi to time out at startup. If you want to try this feature, make sure to apply the patch from https://github.com/microsoft/terminal/pull/17833.
output.mp4
What's Changed
PollWatcher
on WSL by @sxyazi in https://github.com/sxyazi/yazi/pull/1574Rail
component should have a higher rendering priority by @sxyazi in https://github.com/sxyazi/yazi/pull/1585size
linemode supports showing the file count for directories by @sxyazi in https://github.com/sxyazi/yazi/pull/1591ratatui
to 0.28.1 by @sxyazi in https://github.com/sxyazi/yazi/pull/1601is_absolute
,has_root
,starts_with
,ends_with
,strip_prefix
toUrl
Userdata by @sxyazi in https://github.com/sxyazi/yazi/pull/1605dict_merge()
function by @sxyazi in https://github.com/sxyazi/yazi/pull/1609New Contributors
Full Changelog: sxyazi/yazi@v0.3.2...v0.3.3
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.