mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
feat: disable ANSI escape sequences in ya pkg when stdout is not a TTY (#3566)
Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
parent
798d38e494
commit
8a909697f8
4 changed files with 15 additions and 7 deletions
|
|
@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
|||
- Tree view for the preset archive previewer ([#3525])
|
||||
- Support compressed tarballs (`.tar.gz`, `.tar.bz2`, etc.) in the preset archive previewer ([#3518])
|
||||
- Check and refresh the file list when the terminal gains focus ([#3561])
|
||||
- Disable ANSI escape sequences in `ya pkg` when stdout is not a TTY ([#3566])
|
||||
- New `Path.os()` API creates an OS-native `Path` ([#3541])
|
||||
|
||||
### Fixed
|
||||
|
|
@ -1603,3 +1604,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
|||
[#3540]: https://github.com/sxyazi/yazi/pull/3540
|
||||
[#3541]: https://github.com/sxyazi/yazi/pull/3541
|
||||
[#3561]: https://github.com/sxyazi/yazi/pull/3561
|
||||
[#3566]: https://github.com/sxyazi/yazi/pull/3566
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue