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 0.4.2 #201916

Merged
merged 2 commits into from
Dec 20, 2024
Merged

yazi 0.4.2 #201916

merged 2 commits into from
Dec 20, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
This is a quick patch release with 3 fixes:
  • Fixed an issue where switching directories in Yazi didn't update the CWD, causing issues with features that depend on the CWD (like terminal splitting and cd --interactive path completion).
  • Fixed a bug where the UI wouldn't refresh when returning to Yazi from an external blocking process (like a shell) while in an empty directory.
  • Fixed an issue where the preview wouldn't update after sorting directories when using the Folder-specific rules tip.

Here are some new features:

  • Added support for a large number of new archive formats for extraction, previewing, and filetype highlighting in feat: add more supported archive formats to the preset config sxyazi/yazi#1926 (thanks to @Integral-Tech).
  • Added a new temporary option _v4_suppress_deprecation_warnings in #2027 to suppress all deprecation warnings as a workaround for the transition to version 0.4:
    # yazi.toml
    [manager]
    _v4_suppress_deprecation_warnings = true
  • Added 2 new Lua APIs
    • fs.cwd() - get the current working directory
    • fs.create() - create a directory (Thanks to @hankertrix)

What's Changed

Full Changelog: sxyazi/yazi@v0.4.1...v0.4.2

@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 Dec 20, 2024
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 Dec 20, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 20, 2024
Merged via the queue into master with commit 143def0 Dec 20, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-yazi-0.4.2 branch December 20, 2024 15:04
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