summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-05-12Bump version, update dependenciesDavid Peter
2021-05-12Updated CHANGELOGDavid Peter
2021-05-12Merge branch 'master' into syslogDavid Peter
2021-05-11Improvements to CSV highlightingKeith Hall
2021-04-06Update changelog for #1589Ethan P
2021-04-04replace Syslog dependency with a custom syntaxKeith Hall
2021-03-15Add SystemVerilog supportSean McLoughlin
2021-03-07Update dependencies, MSRV: 1.45David Peter
2021-03-07Improve readabilityAleksey Kladov
Using `Path`s for paths expresses intent more clearly.
2021-02-28Add new unreleased sectionDavid Peter
2021-02-28Do not ignore non-existent BAT_CONFIG_PATHDavid Peter
Do not ignore `BAT_CONFIG_PATH` if it doesn't exist. Both when generating a new config file with `--generate-config-file` and when attempting to read the config. Also, provide a better error message in case the file can not be created. closes #1550
2021-02-28Update CHANGELOGDavid Peter
2021-02-16Highlight *.pac files as JavaScriptDavid Peter
closes #1515
2021-02-15README.md: Warn about buggy snap packagesMartin Nordholts
As discussed in #1519, the batcat snap package is too problematic for official endorsement, so withdraw recommendation from README.me (and remove section from CHANGELOG.md since a release with it has not been made yet).
2021-02-15Add support for env vars and manpage refs with dots to Manpage syntaxKeith Hall
2021-01-11CHANGELOG.md: Add entry for #1413Martin Nordholts
2021-01-11Remove deprecated PrettyPrinter methodssharkdp
2021-01-10Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-09Add ChangeLog entrysharkdp
2021-01-09Add note about breaking changesharkdp
2021-01-09Addressed PR feedback. Upped min version and used matches! macromark chaitin
2021-01-09fix bug where long lines were truncated in plain mode without wrap=never not ↵mark chaitin
being set
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Update CHANGELOGsharkdp
2021-01-04Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-02Add Zig entry in ChangeLog, see #1470sharkdp
2021-01-02Add ChangeLog entrysharkdp
2020-12-30Also replace 'more' from PAGER with 'less'Martin Nordholts
But first do some quite significant refactorings to keep the code clean and easy to understand.
2020-12-30When PAGER=most, don't print a warning to stderr, silently use less insteadMartin Nordholts
2020-12-29Add .resource extension for Robot Frameworksharkdp
2020-12-28Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2020-12-28Simplify and polish pager.rs and related codeMartin Nordholts
2020-12-28CHANGELOG.md: Add bugfix entry for #614Martin Nordholts
2020-12-28Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2020-12-28Update CHANGELOGsharkdp
2020-12-21Update CHANGELOG.mdDavid Peter
2020-12-21Move changelog entry to unreleasedJohn Meow
2020-12-21Use Briles/gruvbox .tmTheme files instead of peaceant's portJohn Meow
2020-12-21Add ansi theme to replace ansi-light and ansi-darkMitchell Kember
This combines ansi-light and ansi-dark into a single theme that works with both light and dark backgrounds. Instead of specifying white/black, the ansi theme uses the terminal's default foreground/background color by setting alpha=01, i.e. #00000001. This is in addition to the alpha=00 encoding where red contains an ANSI color palette number. Now, `--theme ansi-light` and `--theme ansi-dark` will print a deprecation notice and use ansi instead (unless the user has a custom theme named ansi-light or ansi-dark, which would take precedence).
2020-12-21Add changelog entrysharkdp
2020-12-21Update CHANGELOG.mdDavid Peter
2020-12-21make bat -L use pagerStefan Kunkel
2020-12-21Merge branch 'master' into fix-1438-newline-can-be-added-even-if-style-plainDavid Peter
2020-12-21Fix #1443 macOS: regression_test.sh: mktemp: illegal option (#1444)Martin Nordholts
The macOS version of mktemp does not recognize the --suffix option. Using pure -d should work since, it seems [1], macOS 10.11 however. So to make the script work on macOS, stop using the --suffix option. The downside is of course that the temporary dir will have an anonymous name, but I see no risk of confusion given how short-lived the usage of the dir is, and given the context it is used. [1] https://unix.stackexchange.com/questions/30091/fix-or-alternative-for-mktemp-in-os-x
2020-12-19Don't add artificial newline to last line if --style=plainMartin Nordholts
This fixes #1438. Note however, that using a pager such as less will add a newline itself. So to actually not print a newline for such files, you need to either disable paging: bat --style=plain --paging=never no-newline-at-end-of-file.txt or use a "pager" that does not add a newline: bat --style=plain --pager=cat no-newline-at-end-of-file.txt Note that we also update syntax tests file since a bunch of them had missing newlines on the last lines.
2020-12-17only print themes hint in interactive modersteube
2020-12-02add packaging in unreleased sectionpurvesh-linux11
2020-12-02update changelog filepurvesh-linux11
2020-12-02update chagelog.mdpurvesh-linux11
2020-12-02add snap installtion commandpurvesh-linux11