Bump sharkdp/bat from 0.24.0 to 0.26.0 in lib/functions/general/bat-cat.sh#4
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
|
Please stop. This is pinging people like me for absolutely no reason. This
is annoying.
…On Sun, 16 Nov 2025, 10:02 am github-actions[bot], ***@***.***> wrote:
Bump sharkdp/bat <https://github.com/sharkdp/bat> from 0.24.0 to 0.26.0
by bumping BATCAT_VERSION in lib/functions/general/bat-cat.sh.
*Release notes*
*Sourced from sharkdp/bat's releases
<https://github.com/sharkdp/bat/releases>. Please note that this only shows
the release notes for the latest release.*
v0.26.0 Features
- Add build for windows/ARM64 platform. sharkdp/bat#3190
<sharkdp/bat#3190> ***@***.***
<https://github.com/alcroito>)
- Add paging to --list-themes, see PR sharkdp/bat#3239
<sharkdp/bat#3239> ***@***.***
<https://github.com/einfachIrgendwer0815>)
- Support negative relative line ranges, e.g. bat -r :-10 / bat
-r='-10:', see sharkdp/bat#3068
<sharkdp/bat#3068> ***@***.***
<https://github.com/ajesipow>)
- Support context in line ranges, e.g. bat -r 30::5 / bat -r 30:40:5,
see sharkdp/bat#3345 <sharkdp/bat#3345> (
@cavanaug <https://github.com/cavanaug>)
- Add built-in 'minus' pager, e.g. bat --pager=builtin see PR
sharkdp/bat#3402 <sharkdp/bat#3402> (
@academician <https://github.com/academician>)
Bugfixes
- Fix UTF-8 BOM not being stripped for syntax detection, see
sharkdp/bat#3314 <sharkdp/bat#3314> ***@***.***
<https://github.com/krikera>)
- Fix BAT_THEME_DARK and BAT_THEME_LIGHT being ignored, see issue
sharkdp/bat#3171 <sharkdp/bat#3171> and PR
sharkdp/bat#3168 <sharkdp/bat#3168> ***@***.***
<https://github.com/bash>)
- Prevent --list-themes from outputting default theme info to stdout
when it is piped, see sharkdp/bat#3189
<sharkdp/bat#3189> ***@***.***
<https://github.com/einfachIrgendwer0815>)
- Rename some submodules to fix Dependabot submodule updates, see
issue sharkdp/bat#3198 <sharkdp/bat#3198>
and PR sharkdp/bat#3201 <sharkdp/bat#3201> (
@victor-gp <https://github.com/victor-gp>)
- Make highlight tests fail when new syntaxes don't have fixtures PR
sharkdp/bat#3255 <sharkdp/bat#3255> (
@dan-hipschman <https://github.com/dan-hipschman>)
- Fix crash for multibyte characters in file path, see issue
sharkdp/bat#3230 <sharkdp/bat#3230> and PR
sharkdp/bat#3245 <sharkdp/bat#3245> ***@***.***
<https://github.com/HSM95>)
- Add missing mappings for various bash/zsh files, see PR
sharkdp/bat#3262 <sharkdp/bat#3262> (
@AdamGaskins <https://github.com/AdamGaskins>)
- Send all bat errors to stderr by default, see sharkdp/bat#3336
<sharkdp/bat#3336> ***@***.***
<https://github.com/JerryImMouse>)
- Make --map-syntax target case insensitive to match --language, see
sharkdp/bat#3206 <sharkdp/bat#3206> (
@keith-hall <https://github.com/keith-hall>)
- Correctly determine the end of the line in UTF16LE/BE input
sharkdp/bat#3369 <sharkdp/bat#3369> (
@keith-hall <https://github.com/keith-hall>)
- --style=changes no longer prints a two-space indent when the file is
unmodified, see issue sharkdp/bat#2710
<sharkdp/bat#2710> and PR sharkdp/bat#3406
<sharkdp/bat#3406> ***@***.***
<https://github.com/jyn514>)
- Add missing shell completions, see sharkdp/bat#3411
<sharkdp/bat#3411> ***@***.***
<https://github.com/keith-hall>)
- Execute help/version/diagnostic commands even with invalid
config/arguments present, see sharkdp/bat#3414
<sharkdp/bat#3414> ***@***.***
<https://github.com/keith-hall>)
- Fixed line numbers (-n) and style components not printing when
piping output, see issue sharkdp/bat#2935
<sharkdp/bat#2935> and PR sharkdp/bat#3438
<sharkdp/bat#3438> ***@***.***
<https://github.com/lmmx>)
Other
- Update base16 README links to community driven base16 work
sharkdp/bat#2871 <sharkdp/bat#2871> (
@JamyGolden <https://github.com/JamyGolden>)
- Work around build failures when building bat from vendored sources
sharkdp/bat#3179 <sharkdp/bat#3179> ***@***.***
<https://github.com/dtolnay>)
- CICD: Stop building for x86_64-pc-windows-gnu which fails
sharkdp/bat#3261 <sharkdp/bat#3261> (Enselic)
- CICD: CICD: replace windows-2019 runners with windows-2025
sharkdp/bat#3339 <sharkdp/bat#3339> ***@***.***
<https://github.com/cyqsimon>)
- Build script: replace string-based codegen with quote-based codegen
sharkdp/bat#3340 <sharkdp/bat#3340> ***@***.***
<https://github.com/cyqsimon>)
- Improve code coverage of --list-languages parameter sharkdp/bat#2942
<sharkdp/bat#2942> ***@***.***
<https://github.com/sblondon>)
- Only start offload worker thread when there's more than 1 core
sharkdp/bat#2956 <sharkdp/bat#2956> ***@***.***
<https://github.com/cyqsimon>)
- Update terminal-colorsaurus (the library used for dark/light
detection) to 1.0, see sharkdp/bat#3347
<sharkdp/bat#3347> ***@***.***
<https://github.com/bash>)
- Update console dependency to 0.16, see sharkdp/bat#3351
<sharkdp/bat#3351> ***@***.***
<https://github.com/musicinmybrain>)
- Fixed some typos sharkdp/bat#3244
<sharkdp/bat#3244> ***@***.***
<https://github.com/ssbarnea>)
- Update onig_sys dependency to 69.9.1 to fix a gcc build failure
sharkdp/bat#3400 <sharkdp/bat#3400> (
@CosmicHorrorDev <https://github.com/CosmicHorrorDev>)
- Add a cargo feature (vendored-libgit2) to build with vendored
libgit2 version without depending on the system's one sharkdp/bat#3426
<sharkdp/bat#3426> ***@***.***
<https://github.com/0x61nas>)
- Update syntect dependency to v5.3.0 to fix a few minor bugs, see
sharkdp/bat#3410 <sharkdp/bat#3410> (
@keith-hall <https://github.com/keith-hall>)
Syntaxes
- Add syntax mapping for paru configuration files sharkdp/bat#3182
<sharkdp/bat#3182> ***@***.***
<https://github.com/cyqsimon>)
- Add support for Idris 2 programming language
<https://www.idris-lang.org/> sharkdp/bat#3150
<sharkdp/bat#3150> ***@***.***
<https://github.com/buzden>)
- Add syntax mapping for nix's 'flake.lock lockfiles sharkdp/bat#3196
<sharkdp/bat#3196> ***@***.***
<https://github.com/odilf>)
- Improvements to CSV/TSV highlighting, with autodetection of
delimiter and support for TSV files, see sharkdp/bat#3186
<sharkdp/bat#3186> ***@***.***
- Improve (Sys)log error highlighting, see sharkdp/bat#3205
<sharkdp/bat#3205> ***@***.***
<https://github.com/keith-hall>)
- Map ndjson extension to JSON syntax, see sharkdp/bat#3209
<sharkdp/bat#3209> ***@***.***
<https://github.com/keith-hall>)
- Map files with csproj, vbproj, props and targets extensions to XML
syntax, see sharkdp/bat#3213 <sharkdp/bat#3213>
***@***.*** <https://github.com/keith-hall>)
- Add debsources syntax to highlight /etc/apt/sources.list files, see
sharkdp/bat#3215 <sharkdp/bat#3215> (
@keith-hall <https://github.com/keith-hall>)
- Add syntax definition and test file for GDScript highlighting, see
sharkdp/bat#3236 <sharkdp/bat#3236> (
@chetanjangir0 <https://github.com/chetanjangir0>)
- Add syntax test file for Odin highlighting, see sharkdp/bat#3241
<sharkdp/bat#3241> ***@***.***
<https://github.com/chetanjangir0>)
- Update quadlet syntax mapping rules to cover quadlets in
subdirectories sharkdp/bat#3299
<sharkdp/bat#3299> ***@***.***
<https://github.com/cyqsimon>)
- Add syntax Typst sharkdp/bat#3300
<sharkdp/bat#3300> ***@***.***
<https://github.com/cskeeters>)
- Map .mill files to Scala syntax for Mill build tool configuration
files sharkdp/bat#3311 <sharkdp/bat#3311> (
@krikera <https://github.com/krikera>)
- Add syntax highlighting for VHDL, see sharkdp/bat#3337
<sharkdp/bat#3337> ***@***.***
<https://github.com/JerryImMouse>)
- Add syntax mapping for certbot certificate configuration
sharkdp/bat#3338 <sharkdp/bat#3338> ***@***.***
<https://github.com/cyqsimon>)
- Update Lean syntax from Lean 3 to Lean 4 sharkdp/bat#3322
<sharkdp/bat#3322> ***@***.***
<https://github.com/YDX-2147483647>)
- Map .flatpakref and .flatpakrepo files to INI syntax sharkdp/bat#3353
<sharkdp/bat#3353> ***@***.***
<https://github.com/Ferenc->)
- Update hosts syntax sharkdp/bat#3368
<sharkdp/bat#3368> ***@***.***
<https://github.com/keith-hall>)
- Map .kshrc files to Bash syntax sharkdp/bat#3364
<sharkdp/bat#3364> ***@***.***
<https://github.com/ritoban23>)
- Map /var/log/dmesg files to Syslog syntax sharkdp/bat#3412
<sharkdp/bat#3412> ***@***.***
<https://github.com/keith-hall>)
- Add syntax definition and test file for Go modules(go.mod and go.sum)
highlighting, see sharkdp/bat#3424
<sharkdp/bat#3424> ***@***.***
<https://github.com/DarkMatter-999>)
- Syntax highlighting for typescript code blocks within Markdown
files, see sharkdp/bat#3435 <sharkdp/bat#3435>
***@***.*** <https://github.com/MuntasirSZN>)
Themes
- Add Catppuccin, see sharkdp/bat#3317
<sharkdp/bat#3317> ***@***.***
<https://github.com/SchweGELBin>)
- Updated Catppuccin, see sharkdp/bat#3333
<sharkdp/bat#3333> ***@***.***
<https://github.com/SchweGELBin>)
- Updated gruvbox, see sharkdp/bat#3372
<sharkdp/bat#3372> ***@***.***
<https://github.com/Nicholas42>)
- Updated GitHub theme, see sharkdp/bat#3382
<sharkdp/bat#3382> ***@***.***
<https://github.com/CosmicHorrorDev>)
- Updated ANSI theme to highlight JSON object keys differently from
values, see sharkdp/bat#3413 <sharkdp/bat#3413>
***@***.*** <https://github.com/keith-hall>)
------------------------------
You can view, comment on, or merge this pull request online at:
#4
Commit Summary
- 73ea236
<73ea236>
tools: Bump `BATCAT_VERSION` from 0.24.0 to 0.26.0
File Changes
(1 file <https://github.com/hoalamha/build/pull/4/files>)
- *M* lib/functions/general/bat-cat.sh
<https://github.com/hoalamha/build/pull/4/files#diff-574597d89c5125d5ac1780ae2e1d67b6fcf51a3cde54a15be4c8005d2ef1015e>
(2)
Patch Links:
- https://github.com/hoalamha/build/pull/4.patch
- https://github.com/hoalamha/build/pull/4.diff
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGTN6QCCABO3IFHHS2WWSOD347ZMVAVCNFSM6AAAAACMHMQYHOVHI2DSMVQWIX3LMV43ASLTON2WKOZTGYZDSOBSGMYTEMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
@hoalamha please update the sed call in your GitHub Actions workflow to remove the usernames from the changelog and avoid pinging people https://github.com/hoalamha/build/blob/main/.github/workflows/update-tools.yml The following will replace or more simply any @ in the changelog: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump sharkdp/bat from 0.24.0 to 0.26.0 by bumping
BATCAT_VERSIONinlib/functions/general/bat-cat.sh.Release notes
Sourced from sharkdp/bat's releases.
Please note that this only shows the release notes for the latest release.