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

Update CHANGELOG

This commit is contained in:
einfachIrgendwer0815
2024-05-31 20:58:25 +02:00
parent 7cc231b82b
commit a769a3d813
+1
View File
@@ -9,6 +9,7 @@
- Syntax highlighting for JavaScript files that start with `#!/usr/bin/env bun` #2913 (@sharunkumar)
- `bat --strip-ansi={never,always,auto}` to remove ANSI escape sequences from bat's input, see #2999 (@eth-p)
- Add or remove individual style components without replacing all styles #2929 (@eth-p)
- Add option `--binary=as-text` for printing binary content, see issue #2974 and PR #2976 (@einfachIrgendwer0815)
## Bugfixes