fix: unable to delete sealed files on Windows due to platform differences#2319
Merged
fix: unable to delete sealed files on Windows due to platform differences#2319
Conversation
3 tasks
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Feb 13, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sxyazi/yazi](https://github.com/sxyazi/yazi) | patch | `v25.2.7` -> `v25.2.11` | 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 <details> <summary>sxyazi/yazi (sxyazi/yazi)</summary> ### [`v25.2.11`](https://github.com/sxyazi/yazi/releases/tag/v25.2.11) [Compare Source](sxyazi/yazi@v25.2.7...v25.2.11) This is a quick fix release that addresses a few issues introduced in the [previous version 25.2.7](https://github.com/sxyazi/yazi/releases/tag/v25.2.7). Besides that, a new `overall` option has been added under `[status]` in `theme.toml`, which allows you to set the overall style of the status bar, specifically the empty area in the center: ```toml [status] overall = { fg = "#cad3f5", bg = "#​181926" } ```  See sxyazi/yazi#2321 for details. #### What's Changed - fix: reverse the order of CSI-based and environment-based terminal detection by [@​sxyazi](https://github.com/sxyazi) in sxyazi/yazi#2310 - feat: reduce terminal response wait timeout by [@​sxyazi](https://github.com/sxyazi) in sxyazi/yazi#2314 - fix: unable to delete sealed files on Windows due to platform differences by [@​sxyazi](https://github.com/sxyazi) in sxyazi/yazi#2319 - feat: new `overall` option under `[status]` to allow specifying the overall style of the status bar by [@​sxyazi](https://github.com/sxyazi) in sxyazi/yazi#2321 - chore: bump version to 25.2.11 by [@​sxyazi](https://github.com/sxyazi) in sxyazi/yazi#2323 **Full Changelog**: sxyazi/yazi@v25.2.7...v25.2.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #2318