dependabot[bot]
b739f7d1e8
build(deps): bump softprops/action-gh-release from 2 to 3
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-01 02:12:24 +00:00
Keith Hall
7fcab0616a
Merge pull request #3700 from optimistiCli/list-themes-term-probe-fix
...
Fixed hardcoded terminal probing when `--list-themes` is called
2026-04-30 18:09:32 +03:00
Keith Hall
e157ac911b
Merge branch 'master' into list-themes-term-probe-fix
2026-04-30 17:58:24 +03:00
Keith Hall
b29e1d55c4
Merge pull request #3709 from mvanhorn/osc/3228-readme-style-list
...
docs(README): list available --style components in Output style section
2026-04-30 14:15:25 +03:00
Keith Hall
12ee94f530
Merge branch 'master' into list-themes-term-probe-fix
2026-04-30 14:13:47 +03:00
Matt Van Horn
cbe7919451
docs(README): list available --style components in Output style section
...
The Output style section explained how to combine values into --style
without listing what those values are, so the recommended path was
either to read the man page or grep the source. Adds two tables: the
four pre-defined styles (default, full, auto, plain) and the eight
individual components (changes, header, header-filename, header-filesize,
grid, rule, numbers, snip), copying the descriptions from `bat --help`
verbatim. Also calls out the default-enabled set explicitly so the
"by default..." sentence in the existing tip block has a referent.
Closes #3228
2026-04-30 01:54:42 -07:00
David Peter
10b4f07a87
Remove sponsors
2026-04-30 10:18:58 +02:00
David Peter
ebf469b99a
Update README
2026-04-30 10:16:33 +02:00
Keith Hall
8fbc96a5f2
Merge pull request #3654 from cuiweixie/fix/lessclose-nonzero-warning
...
fix: correct $LESSCLOSE exit-status warning
2026-04-30 08:19:42 +03:00
Keith Hall
54bfc33248
Merge branch 'master' into fix/lessclose-nonzero-warning
2026-04-30 08:10:40 +03:00
Keith Hall
91aac95db2
Merge pull request #3691 from curious-rabbit/master
...
sanitize filenames
2026-04-28 23:24:00 +03:00
Keith Hall
5977245a23
Merge branch 'master' into fix/lessclose-nonzero-warning
2026-04-28 19:24:00 +03:00
Keith Hall
3f98e6f10f
Merge branch 'master' into master
2026-04-28 19:22:51 +03:00
auto-merge-dependabot-prs[bot]
78963986e0
Merge pull request #3666 from sharkdp/dependabot/submodules/assets/syntaxes/02_Extra/Idris2-4d8eb35
...
build(deps): bump assets/syntaxes/02_Extra/Idris2 from `bbfe50e` to `4d8eb35`
2026-04-27 19:41:31 +00:00
dependabot[bot]
de64d3a0eb
build(deps): bump assets/syntaxes/02_Extra/Idris2
...
Bumps [assets/syntaxes/02_Extra/Idris2](https://github.com/buzden/sublime-syntax-idris2 ) from `bbfe50e` to `4d8eb35`.
- [Commits](https://github.com/buzden/sublime-syntax-idris2/compare/bbfe50e023e0edc74f5e0c003eb946528d49279f...4d8eb35a38254d422030e77b4933530008dd3c6e )
---
updated-dependencies:
- dependency-name: assets/syntaxes/02_Extra/Idris2
dependency-version: 4d8eb35a38254d422030e77b4933530008dd3c6e
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-27 19:28:44 +00:00
Keith Hall
78cb14af05
Merge pull request #3699 from guille/master
...
Improve Kotlin syntax
2026-04-27 22:26:10 +03:00
Keith Hall
8c8ed90d6d
Merge branch 'master' into master
2026-04-27 22:20:33 +03:00
guille
492c387ce7
CHANGELOG: reference PR not issue
2026-04-27 22:16:09 +03:00
guille
bceb260e91
Improve Kotlin syntax
2026-04-27 22:16:09 +03:00
Keith Hall
8cadefb5cb
Merge pull request #3706 from lawrence3699/fix/initial-read-errors
...
Propagate initial input read errors
2026-04-27 21:46:10 +03:00
lawrence3699
64567c4819
Propagate initial input read errors
2026-04-28 01:11:48 +10:00
Keith Hall
de2f21562a
Merge pull request #3704 from sharkdp/fix/zsh-completion-language-word-split
...
Fix/zsh completion language word split
2026-04-27 06:07:37 +03:00
Yoshi Tacke
5722311b2e
docs(changelog): add bugfix entry for zsh completion fix
2026-04-27 05:55:48 +03:00
YoshKoz
f39d63b85d
fix(zsh): use newline-splitting for language completions to fix word-splitting on names with spaces
...
Language names like "HTML (Jinja2)" and "Apache Conf" contain spaces, which
caused $() command substitution to word-split them into garbage tokens. Use
${(f)"$(...)"} (split on newlines only) to match the pattern already used
for theme completions on line 100.
Fixes #2897
2026-04-27 05:55:48 +03:00
Ish West
4144059e7a
Fixed CHANGELOG.md entry format
2026-04-25 21:30:03 +02:00
Ish West
044d445adc
Updated CHANGELOG.md
2026-04-25 21:17:02 +02:00
Ish West
c3df0e6a88
Fixed a bug with hardcoded terminal probing when --list-themes is called
2026-04-25 17:37:36 +02:00
curious-rabbit
71c894e843
santize filenames
2026-04-20 14:25:49 +02:00
Keith Hall
93c52a4f88
Merge pull request #3692 from barry3406/fix/remove-crt-windows
...
windows: statically link the CRT to remove vcruntime dependency
2026-04-20 05:09:54 +03:00
Barry
ea7fafca1e
windows: statically link the CRT to remove vcruntime dependency
...
Add a .cargo/config.toml that sets target-feature=+crt-static for the
i686, x86_64, and aarch64 MSVC targets so bat.exe no longer depends on
the vcruntime DLL. Mirrors the fix applied to fd in sharkdp/fd#1891.
Closes #3634
2026-04-19 14:19:00 -07:00
Keith Hall
e782ec125c
Merge pull request #3647 from mvanhorn/osc/3513-tcl-shebang
...
feat: add tclsh, wish, and expect shebang detection for Tcl syntax
2026-04-19 05:52:52 +03:00
Matt Van Horn
0ecdeb28d4
test(Tcl): regenerate shebang golden files to match patched syntax
...
The Tcl.sublime-syntax.patch adds first_line_match so bat recognizes
tclsh/wish/expect shebang files as Tcl. With the patch applied, the
leading '#!/...' and '# comment' lines get tokenized as Tcl comments
and rendered in Monokai-Extended's comment color instead of default
foreground.
The goldens were generated against unpatched bat in the original
commit, so CI's 'Run tests with updated syntaxes and themes' job (which
runs assets/create.sh before the regression test) disagreed. Regenerate
against the patched build so the regression test passes.
2026-04-18 09:42:26 -07:00
Matt Van Horn
77ea750e66
test(Tcl): add shebang source files for regression test
...
CI reported FileNotFoundError for Tcl/{tclsh,expect,wish}_shebang in
tests/syntax-tests/source/Tcl/. The highlighted files existed but the
source files had been omitted, so create_highlighted_versions.py had
nothing to read from.
Source files match the shebang regression test inputs at
tests/examples/regression_tests/issue_3647_*.
2026-04-18 06:58:45 -07:00
Matt Van Horn
cafad6b036
test: add highlighted outputs for Tcl shebang regression tests
...
Generate highlighted test outputs for tclsh, wish, and expect
shebang detection files to prevent regressions.
2026-04-18 06:39:51 -07:00
Matt Van Horn
e070d105b5
test: add shebang regression tests and move changelog to Syntaxes section
...
Add extensionless regression test files for tclsh, wish, and expect
shebangs so syntect bumps don't silently break first-line detection.
Move changelog entry from Features to Syntaxes per reviewer suggestion.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-18 06:38:44 -07:00
Matt Van Horn
1f89178fce
fix: reference PR number in changelog entry
2026-04-18 06:38:27 -07:00
Matt Van Horn
52763e0205
feat: add tclsh, wish, and expect shebang detection for Tcl syntax
...
Add first_line_match to the Tcl syntax definition via a patch file,
enabling automatic Tcl highlighting for scripts with tclsh, wish,
or expect shebangs.
Fixes #3513
2026-04-18 06:38:18 -07:00
Keith Hall
f822bd05ce
Merge pull request #3689 from janlarres/python-uv
...
[Python] Support uv as script runner in shebang
2026-04-13 20:28:02 +03:00
Jan Larres
e89c515e9a
[Python] Support uv as script runner in shebang
2026-04-13 17:56:05 +12:00
Keith Hall
a36b02d90f
Merge pull request #3688 from orbisai0security/fix-fix-shell-injection-subprocess-call
...
fix: sanitize subprocess call in generate_snapshots.py
2026-04-12 16:04:47 +03:00
Kira Security Bot
6876a782da
Apply code changes: @orbisai0security can you address code review comm...
2026-04-12 12:37:43 +00:00
orbisai0security
db647c9813
fix: V-001 security vulnerability
...
Automated security fix generated by Orbis Security AI
2026-04-12 11:43:12 +00:00
Keith Hall
33045c3558
Merge pull request #3687 from officialasishkumar/support-bat-width-env
...
Support BAT_WIDTH for terminal width
2026-04-12 04:59:03 +03:00
Asish Kumar
01174b31f5
Update changelog entry for #3687
...
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com >
2026-04-12 01:13:08 +05:30
Asish Kumar
a9137fab05
Support BAT_WIDTH as an alias for --terminal-width
...
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com >
2026-04-12 01:12:55 +05:30
Keith Hall
a995764d23
Merge pull request #3686 from officialasishkumar/fix-zip-binary-detection
...
Detect ZIP archives as binary content
2026-04-10 20:30:27 +03:00
Asish Kumar
b3aec318cf
Update changelog entry for #3686
2026-04-10 14:37:00 +00:00
Asish Kumar
2459aa9404
Detect ZIP archives as binary content
2026-04-10 14:35:33 +00:00
Keith Hall
111aa2e10e
Merge pull request #3682 from ltrzesniewski/slnx
...
Add .NET `slnx` extension
2026-04-08 05:20:55 +03:00
Lucas Trzesniewski
c64b6761fe
Add .NET slnx extension
...
This is the new XML-based format for solution files.
2026-04-07 23:25:40 +02:00