mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
committed by
Martin Nordholts
parent
6d849e53d2
commit
d9ac757b6a
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
@@ -174,6 +174,7 @@ jobs:
|
||||
- { target: x86_64-apple-darwin , os: macos-13, }
|
||||
- { target: aarch64-apple-darwin , os: macos-14, }
|
||||
- { target: x86_64-pc-windows-msvc , os: windows-2025, }
|
||||
- { target: aarch64-pc-windows-msvc , os: windows-11-arm, }
|
||||
- { target: x86_64-unknown-linux-gnu , os: ubuntu-latest, dpkg_arch: amd64, use-cross: true }
|
||||
- { target: x86_64-unknown-linux-musl , os: ubuntu-latest, dpkg_arch: musl-linux-amd64, use-cross: true }
|
||||
env:
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user