From 01d66649c5f967c9aed9594f7cea46808ec2cad2 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Wed, 11 Dec 2024 18:55:45 +0000 Subject: [PATCH] build(deps): update sxyazi/yazi to v0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sxyazi/yazi](https://github.com/sxyazi/yazi) | patch | `v0.4.0` -> `v0.4.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
sxyazi/yazi (sxyazi/yazi) ### [`v0.4.1`](https://github.com/sxyazi/yazi/releases/tag/v0.4.1) [Compare Source](https://github.com/sxyazi/yazi/compare/v0.4.0...v0.4.1) This is a quick patch version with 4 fixes: - Fixed an issue where Yazi would freeze when waiting for terminal response, in old tmux versions (v3.2a or lower), or 2-layer nested terminal setup (tmux -> Neovim's `:terminal` -> Yazi). - Fixed a bug in the Überzug++ backend where certain image dimension parsing failed, preventing images from displaying. - Fixed a build failure for Android 32-bit architectures. - Fixed an issue with the preset `archive` and `json` plugins not handling CRLF properly on Windows. #### What's Changed - fix: disable passthrough when the user launches Yazi in Neovim inside tmux by [@​sxyazi](https://github.com/sxyazi) in https://github.com/sxyazi/yazi/pull/2014 - refactor: replace `format!` with `concat!` for string literals by [@​Integral-Tech](https://github.com/Integral-Tech) in https://github.com/sxyazi/yazi/pull/2012 - fix: correctly handle CRLF on Windows in preset `archive` and `json` plugins by [@​sxyazi](https://github.com/sxyazi) in https://github.com/sxyazi/yazi/pull/2017 - fix: failed to parse certain image dimensions for Überzug++ backend by [@​sxyazi](https://github.com/sxyazi) in https://github.com/sxyazi/yazi/pull/2020 - chore: bump version to 0.4.1 by [@​sxyazi](https://github.com/sxyazi) in https://github.com/sxyazi/yazi/pull/2022 **Full Changelog**: https://github.com/sxyazi/yazi/compare/v0.4.0...v0.4.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 0189bfe3..8814e8eb 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -301,7 +301,7 @@ packages: - name: termkit/gama@v1.1.4 description: Manage your GitHub Actions from Terminal with great UI link: https://github.com/termkit/gama -- name: sxyazi/yazi@v0.4.0 +- name: sxyazi/yazi@v0.4.1 description: Blazing fast terminal file manager written in Rust, based on async I/O link: https://github.com/sxyazi/yazi - name: kubecolor/kubecolor@v0.4.0