summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-08-22Bump version to v0.18.3v0.18.3release-v0.18.3Martin Nordholts
2021-08-21Bump bugreport to 0.4.1Martin Nordholts
(cherry picked from commit f6975e2acdb10a7c60a7668fbb8b3b43af1c0309)
2021-08-21Update git2 dependency to fix incompatibility with Rust 1.54David Peter
(cherry picked from commit f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f)
2021-08-21Fix typo in READMEbl-ue
(cherry picked from commit fc0794a83dc9afc36cf5ee9402cdd0c3dd93d6dd)
2021-07-13Add note on vulnerability reporting, closes #1473v0.18.2David Peter
2021-07-13Upgrade CHANGELOG with security vulnerability noticeDavid Peter
2021-07-13Update Julia syntax testDavid Peter
2021-07-13Update Julia syntax, closes #1692David Peter
2021-07-13Update assetsDavid Peter
2021-07-13Run cargo fmtDavid Peter
2021-07-12Bump version to v0.18.2David Peter
2021-07-12Use resolved path for --diagnostic as wellDavid Peter
2021-07-12Fix for Windows: do not run binaries from CWDDavid Peter
This fixes a bug on Windows where `Command::new` would also run executables from the current working directory, possibly resulting in accidental runs of programs called `less`.
2021-07-12Bump assets/syntaxes/02_Extra/CMake from `7d6231c` to `ab6ef4e`dependabot[bot]
Bumps [assets/syntaxes/02_Extra/CMake](https://github.com/zyxar/Sublime-CMakeLists) from `7d6231c` to `ab6ef4e`. - [Release notes](https://github.com/zyxar/Sublime-CMakeLists/releases) - [Commits](https://github.com/zyxar/Sublime-CMakeLists/compare/7d6231c934e097f51d329c900f9dd9dd9286e125...ab6ef4ef9f9b974806ea0788430a8c087ebe3761) --- updated-dependencies: - dependency-name: assets/syntaxes/02_Extra/CMake dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12Bump ansi_colours from 1.0.2 to 1.0.4dependabot[bot]
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/mina86/ansi_colours/releases) - [Commits](https://github.com/mina86/ansi_colours/commits) --- updated-dependencies: - dependency-name: ansi_colours dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12Bump globset from 0.4.6 to 0.4.8dependabot[bot]
Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.6 to 0.4.8. - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/globset-0.4.6...globset-0.4.8) --- updated-dependencies: - dependency-name: globset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-09Add CHANGELOG entry for #1687David Peter
2021-07-09Abort ignored filename suffix stripping early on unworkable filenamesDavid Peter
2021-07-09Simplify ignored filename suffix strippingDavid Peter
2021-07-09Add syntax tests for ignored filename suffixesVille Skyttä
2021-07-09Find syntax ignoring known backup/template filename suffixesVille Skyttä
For example, fall back to `foo.extension` for `foo.extension~`, `foo.extension.orig`, `foo.extension.in.in` etc.
2021-07-05CICD: sync with pastel, minor changesDavid Peter
2021-07-01Add some more options to bash completionVille Skyttä
https://github.com/sharkdp/bat/pull/1702#issuecomment-872452683
2021-07-01Bump assert_cmd from 1.0.4 to 1.0.5dependabot[bot]
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28Fix missing config/cache arguments in Zsh completionFrederick Zhang
2021-06-28Document --generate-config-file in manualFrederick Zhang
2021-06-28Add change log entry for bash completionVille Skyttä
2021-06-28Depend on scop/bash-completionVille Skyttä
For = option/arg separator support, improved mid-word completion behavior, code cleanliness.
2021-06-28Add missing comment about --theme arg escapingVille Skyttä
2021-06-28Add bash completionVille Skyttä
Closes https://github.com/sharkdp/bat/issues/1010
2021-06-28pretty_printer.rs: Don't use a URL as an example Input titleMartin Nordholts
Otherwise Rust 1.53.0 gets confused during `cargo doc` because it thinks we want an actual URL: warning: this URL is not a hyperlink --> src/pretty_printer.rs:331:40 | 331 | /// The title for the input (e.g. "http://example.com/example.txt") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://example.com/example.txt>` | = note: `#[warn(rustdoc::bare_urls)]` on by default = note: bare URLs are not automatically turned into clickable links It was perhaps also a bit confusing to give an URL as an example in the first place, because according to our own API example `examples/inputs.rs` it is meant to be more a free-text thing.
2021-06-27Update README.mdRémi Ait-Younes
2021-06-27Update README.mdRémi Ait-Younes
2021-06-14Modify Linguist overridesMohamed Abdelnour
2021-06-13Spelling fixesVille Skyttä
2021-06-10Highlight mtab files with fstab highlightingKid
2021-06-10README.md: List compatibility as another advantage to 3-bit themesMartin Nordholts
See discussion in #1681.
2021-06-08README.md: Mention that PAGER is ignored if set to more or mostMartin Nordholts
Fixes #1666
2021-06-05Bump nix from 0.20.0 to 0.21.0dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.20.0...v0.21.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02Bump assert_cmd from 1.0.3 to 1.0.4dependabot[bot]
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.3...v1.0.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02Merge pull request #1669 from ↵Martin Nordholts
sharkdp/dependabot/submodules/assets/syntaxes/02_Extra/DotENV-58201ba Bump assets/syntaxes/02_Extra/DotENV from `a1c9176` to `58201ba`
2021-06-01Update `CHANGELOG.md` for #1668Mohamed Abdelnour
2021-06-01Add Verilog syntax test fileMohamed Abdelnour
2021-06-01Add varlink syntax test fileMohamed Abdelnour
2021-06-01Add TypeScriptReact syntax test fileMohamed Abdelnour
2021-06-01Add Stylus syntax test fileMohamed Abdelnour
2021-06-01Add Strace syntax test fileMohamed Abdelnour
2021-06-01Add Robot Framework syntax test fileMohamed Abdelnour
2021-06-01Add Rego syntax test fileMohamed Abdelnour
2021-06-01Add Puppet syntax test fileMohamed Abdelnour