summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2023-12-11Migrate `SyntaxMapping` impl to new systemcyqsimon
Most existing builtins are removed but not yet ported, so the test `user_can_override_builtin_mappings` should fail. It should pass once the old rules have been ported.
2023-12-11Write changelogcyqsimon
2023-12-02fix: display color when NO_COLOR is an empty string (#2767)Lena
2023-12-01Update Arch Linux package URL in README files (#2779)Broono Lu
2023-12-01Use GitHub API to get correct PR submitter (#2791)cyqsimon
2023-12-01Improvements and fixes to zsh completionOliver Kiddle
* Use correct return status so that approximate completion isn't broken * Follow zsh conventions on description forms * Some options can be used multiple times, e.g. -H, -r, --file-name * Set completion context correctly for the cache subcommand * Better completion for --map-syntax argument * Add --nonprintable-notation option * Correct some of the mutual exclusion lists for options
2023-11-06Write changelogcyqsimon
2023-11-03CI: add changelog check (#2766)cyqsimon
* Added changelog item check Fetch the base branch and diff correctly - See: https://github.com/actions/checkout/issues/160 Improve organisation Add some echo for easier debugging Fix bad variable syntax Clarify the double-print in the success case * Write to changelog * Don't block dependabot PRs
2023-11-03Write changelog for #2756cyqsimon
- I always forget to write changelog.
2023-10-31Bump edition to 2021 (#2748)cyqsimon
2023-10-11CHANGELOG.md: Add new unreleased sectionMartin Nordholts
2023-10-11Bump version to v0.24.0v0.24.0Martin Nordholts
We need to bump 0.x.0 because the library API changed in incompatible ways: $ cargo public-api diff Resolved `diff` to `diff 0.23.0` Removed items from the public API ================================= (none) Changed items in the public API =============================== -pub fn bat::controller::Controller<'b>::run(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>) -> bat::error::Result<bool> +pub fn bat::controller::Controller<'b>::run(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>, output_buffer: core::option::Option<&mut dyn core::fmt::Write>) -> bat::error::Result<bool> -pub fn bat::controller::Controller<'b>::run_with_error_handler(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>, handle_error: impl core::ops::function::Fn(&bat::error::Error, &mut dyn std::io::Write)) -> bat::error::Result<bool> +pub fn bat::controller::Controller<'b>::run_with_error_handler(&self, inputs: alloc::vec::Vec<bat::input::Input<'_>>, output_buffer: core::option::Option<&mut dyn core::fmt::Write>, handle_error: impl core::ops::function::Fn(&bat::error::Error, &mut dyn std::io::Write)) -> bat::error::Result<bool> Added items to the public API ============================= [...]
2023-10-10Update CHANGELOG.md for v0.24.0Martin Nordholts
2023-10-05docs: update `CHANGELOG.md`skoriop
2023-10-04Updated version of `serde_yaml` to 0.9Raghav-Bell
2023-10-04Associate `*.sarif` files with `json` syntax (#2695)Linda_pp
* Associate `*.sarif` files with `json` syntax * Update changelog for #2695
2023-10-04Add support for WGSLrhysd
2023-09-14Case insensitive `--map-syntax` (#2650)Nicolas AMBRY
Co-authored-by: Nicolas AMBRY <nicolas.ambry@atos.net>
2023-09-08update CHANGELOG.mdAnomalocaridid
2023-09-02Add `$LESSOPEN` and `$LESSCLOSE` support (#2444)Anomalocaridid
2023-09-01Add environment variable `BAT_PAGING`einfachIrgendwer0815
2023-09-01Add `*.ron` syntax mappingOrion Yeung
Add a mapping to use `Rust` for rusty object notation, identified by `.ron` extension. See [#2427](https://github.com/sharkdp/bat/issues/2427).
2023-09-01Bump MSRV to 1.70.0mataha
The intention is to take advantage of `std::io::IsTerminal` that landed in 1.70.0, both in `bat` and its dependencies (`clap`, `grep-cli`). This will fix #2570 as well - `grep-cli` 0.1.9 has a patch for that. Signed-off-by: mataha <mataha@users.noreply.github.com>
2023-08-02Merge branch 'master' into doc_fixJohn Higgins
2023-08-02fix for issue #2095John Higgins
2023-08-02fix for issue #2633John Higgins
2023-07-02Update CHANGELOGeinfachIrgendwer0815
2023-06-01Write changelogcyqsimon
2023-03-25Update CHANGELOG.mdMarcin Puc
2023-03-25New empty CHANGELOG sectionDavid Peter
2023-03-25Bump version to 0.23David Peter
2023-03-24Update CHANGELOG.mdCollin Styles
2023-03-17Add crontab syntaxKeith Hall
2023-03-14Print non-printable characters using caret notation (#2443)einfachIrgendwer0815
When the new flag is set, non-printable characters are printed using caret notation.
2023-03-03Bump MSRV to 1.62 (#2496)Martin Nordholts
* Bump MSRV to 1.62 Mainly to be able to derive default enum variants. * CHANGELOG.md: Update
2023-02-05Scope environment variable and commands sections in ManpagesKeith Hall
2023-02-05Directly read preferences instead of using the defaults CLIBlackHoleFox
2022-12-18Disable completion of `cache` subcommand (#2399)cyqsimon
* Disable completion of `cache` subcommand * Fully removed completion code for `cache` * Add to changelog
2022-12-07Bump cmd-help syntax to latestVíctor González Prieto
This update includes an overhaul of scope names to better support the set of themes included with bat. You can find a visual diff for every theme in this PR: https://github.com/victor-gp/cmd-help-sublime-syntax/pull/17 This commit updates the cmd-help syntax test because the scopes (-> colors) have changed.
2022-12-03Update CHANGELOG.mdMartin Nordholts
2022-12-03Bump assets/syntaxes/02_Extra/TOML from `ed38438` to `fd0bf3e` (#2410)dependabot[bot]
* Bump assets/syntaxes/02_Extra/TOML from `ed38438` to `fd0bf3e` Bumps [assets/syntaxes/02_Extra/TOML](https://github.com/jasonwilliams/sublime_toml_highlighting) from `ed38438` to `fd0bf3e`. - [Release notes](https://github.com/jasonwilliams/sublime_toml_highlighting/releases) - [Commits](https://github.com/jasonwilliams/sublime_toml_highlighting/compare/ed38438900d6b128353cd1aa1364e2e3b8ffb8a2...fd0bf3e5d6c9e6397c0dc9639a0514d9bf55b800) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/TOML dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG.md Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Nordholts <enselic@gmail.com>
2022-11-19Fix `bat cache --clear` not clearing the `--target` dir if specifiedMiles Liu
2022-11-04Update CHANGELOGDavid Peter
2022-11-02Move CHANGELOG.md entry to FeaturesAaron Kollasch
2022-11-02Update CHANGELOG.mdAaron Kollasch
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2022-11-02Allow env vars to override config but not argsAaron Kollasch
2022-11-02Update CHANGELOGDavid Peter
2022-10-30Update CHANGELOGDavid Peter
2022-10-30Update CHANGELOGDavid Peter
2022-10-30Merge pull request #2309 from johnmatthiggins/masterDavid Peter
Added -S flag for truncating long lines