1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00

fix: add changelog entry for LESSCLOSE warning fix

This commit is contained in:
Weixie Cui
2026-03-26 11:11:19 +08:00
parent 7ff1fb3278
commit 5c3b8040db
+1
View File
@@ -14,6 +14,7 @@
- Map `BUILD` case sensitively to Python (Starlark) for Bazel, see #3576 (@vorburger)
## Bugfixes
- Fix inverted `$LESSCLOSE` warning so bat warns on nonzero exit, not on success. See #3654 (@cuiweixie)
- Fix i686 `.deb` package using incorrect architecture name (`i686` instead of `i386`), preventing installation on Debian. Closes #3611, see #3650 (@Sim-hu)
- Fix inconsistent `.deb` MUSL package names (aarch64-musl used `arm64` instead of `musl-linux-arm64`, and `musleabihf` target missed `bat-musl` prefix). Closes #3482, see #3642 (@mvanhorn)
- Fix incorrect text width computation when using `--binary=as-text` with non-printable characters in caret notation, see #3640 and #3631 (@eyupcanakman)