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

Merge branch 'master' into master

This commit is contained in:
John Cavanaugh
2025-08-15 06:34:33 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# unreleased
## Features
- Add build for windows/ARM64 platform. #3190 (@alcroito)
- Add paging to `--list-themes`, see PR #3239 (@einfachIrgendwer0815)
- Support negative relative line ranges, e.g. `bat -r :-10` / `bat -r='-10:'`, see #3068 (@ajesipow)