1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 23:22:03 +00:00

Fix UTF-8 BOM file type detection for first-line syntax patterns - Fixes #3314

This commit is contained in:
krikera
2025-05-31 02:58:47 +05:30
parent 0da4084064
commit 17e6952ab8
2 changed files with 41 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
## Bugfixes
- Fix UTF-8 BOM not being stripped for syntax detection, see #3314 (@krikera)
- Fix `BAT_THEME_DARK` and `BAT_THEME_LIGHT` being ignored, see issue #3171 and PR #3168 (@bash)
- Prevent `--list-themes` from outputting default theme info to stdout when it is piped, see #3189 (@einfachIrgendwer0815)
- Rename some submodules to fix Dependabot submodule updates, see issue #3198 and PR #3201 (@victor-gp)