Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(sxyazi/yazi): update to v25.2.26 #17

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Update Change
sxyazi/yazi patch v25.2.11 -> v25.2.26

Release Notes

sxyazi/yazi (sxyazi/yazi)

v25.2.26

Compare Source

Breaking Changes

Deprecated

Built-in Previewer Improvements

New 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]):

[[input.prepend_keymap]]
on   = "<Esc>"
run  = [ "close", "mgr:escape --filter" ]
desc = "Close input and cancel the filter"

When you press Esc in the input box to exit the filter view (triggered by the f 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 and sep_right to replace the previous separator_open and separator_close settings, allowing different separators to be set for the left and right sides:

status-sep-explain

Support for Setting Spotter Table Styles

https://github.com/sxyazi/yazi/pull/2391 introduces two new settings, tbl_col and tbl_cell, in theme.toml to configure the styles for spotter table columns and cells, respectively.

What's Changed

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 897ba6b into main Feb 26, 2025
17 checks passed
@renovate renovate bot deleted the renovate/sxyazi-yazi-25.x branch February 26, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants