1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-01 07:32:01 +00:00

Merge branch 'master' into fix/multibyte-chars

This commit is contained in:
Keith Hall
2025-04-12 11:20:48 +03:00
committed by GitHub
12 changed files with 59 additions and 42 deletions

View File

@@ -2,6 +2,8 @@
## Features
- Add paging to `--list-themes`, see PR #3239 (@einfachIrgendwer0815)
## Bugfixes
- Fix `BAT_THEME_DARK` and `BAT_THEME_LIGHT` being ignored, see issue #3171 and PR #3168 (@bash)
@@ -13,6 +15,7 @@
## Other
- Work around build failures when building `bat` from vendored sources #3179 (@dtolnay)
- CICD: Stop building for x86_64-pc-windows-gnu which fails #3261 (Enselic)
## Syntaxes