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

yazi 25.2.26 #209041

Merged
merged 2 commits into from
Feb 26, 2025
Merged

yazi 25.2.26 #209041

merged 2 commits into from
Feb 26, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Breaking Changes

Deprecated

Built-in Previewer Improvements

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

[[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

sxyazi/yazi#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

sxyazi/yazi#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

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 26, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 26, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 26, 2025
Merged via the queue into master with commit 6b9f10a Feb 26, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-yazi-25.2.26 branch February 26, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants