v25.2.11
sxyazi/yaziv25.2.11Feb 11, 2025by github-actions[bot]
AI Summary
A maintenance release fixing issues from the previous version and adding a new `overall` option to customize the status bar's empty center area.
Key Highlights
- New `overall` option for status bar center styling
- Fixes terminal detection order
- Fixes inability to delete sealed files on Windows
Full Release Notes
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 https://github.com/sxyazi/yazi/pull/2321 for details.
## What's Changed
* fix: reverse the order of CSI-based and environment-based terminal detection by @sxyazi in https://github.com/sxyazi/yazi/pull/2310
* feat: reduce terminal response wait timeout by @sxyazi in https://github.com/sxyazi/yazi/pull/2314
* fix: unable to delete sealed files on Windows due to platform differences by @sxyazi in https://github.com/sxyazi/yazi/pull/2319
* feat: new `overall` option under `[status]` to allow specifying the overall style of the status bar by @sxyazi in https://github.com/sxyazi/yazi/pull/2321
* chore: bump version to 25.2.11 by @sxyazi in https://github.com/sxyazi/yazi/pull/2323
**Full Changelog**: https://github.com/sxyazi/yazi/compare/v25.2.7...v25.2.11