mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-25 09:13:39 +01:00
CHANGELOG.md: Clean up and tweak
This commit is contained in:
parent
7334ab4542
commit
ea5aaa03a2
@ -2,10 +2,10 @@
|
||||
|
||||
## Features
|
||||
|
||||
- Correctly render tab stops in --show-all, see #2038 (@Synthetica9)
|
||||
- Add a `--style=default` option, less verbose than `full`, see #2061 (@IsaacHorvath)
|
||||
- Enable BusyBox less as pager, see #2162 (@nfisher1226)
|
||||
- File extensions are now matched without taking case into account. See #1854, #2181 (@Enselic)
|
||||
- Correctly render tab stops in `--show-all`, see #2038 (@Synthetica9)
|
||||
- Add a `--style=default` option and make it the default. It is less verbose than `full`, see #2061 (@IsaacHorvath)
|
||||
- Enable BusyBox `less` as pager, see #2162 (@nfisher1226)
|
||||
- File extensions are now matched case-insensitively. See #1854, #2181 (@Enselic)
|
||||
|
||||
## Bugfixes
|
||||
|
||||
@ -39,6 +39,7 @@
|
||||
- Change `Error::SyntectError(syntect::LoadingError)` to `Error::SyntectError(syntect::Error)`. See #2181 (@Enselic)
|
||||
- Add `Error::SyntectLoadingError(syntect::LoadingError)` enum variant. See #2181 (@Enselic)
|
||||
|
||||
|
||||
# v0.20.0
|
||||
|
||||
## Features
|
||||
|
Loading…
Reference in New Issue
Block a user