mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-22 12:58:26 +00:00
Update CHANGELOG
This commit is contained in:
parent
17d98724a5
commit
696d1b3ed3
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
# Upcoming release
|
# Upcoming release
|
||||||
|
|
||||||
|
|
||||||
|
## Features
|
||||||
|
## Bugfixes
|
||||||
|
## Other
|
||||||
|
## New syntaxes
|
||||||
|
## New themes
|
||||||
|
## `bat` as a library
|
||||||
|
|
||||||
|
## Packaging
|
||||||
|
|
||||||
|
# v0.15.0
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Add a new `--diff`/`-d` option that can be used to only show lines surrounding
|
- Add a new `--diff`/`-d` option that can be used to only show lines surrounding
|
||||||
@ -8,13 +19,18 @@
|
|||||||
context can be controlled with `--diff-context=N`. See #23 and #940
|
context can be controlled with `--diff-context=N`. See #23 and #940
|
||||||
|
|
||||||
## Bugfixes
|
## Bugfixes
|
||||||
## Other
|
|
||||||
|
- Error message printed in the middle of the output for another file, see #946
|
||||||
|
|
||||||
|
## Themes
|
||||||
|
|
||||||
|
- Updated version of the Solarized dark/light themes, see #941
|
||||||
|
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
## New syntaxes
|
|
||||||
## New themes
|
|
||||||
|
|
||||||
## Packaging
|
|
||||||
|
|
||||||
|
- There are a few changes in the "low level" API (the `Config` struct has changed and
|
||||||
|
the error handler needs a new `&mut dyn Write` argument). The high-level API is not
|
||||||
|
affected.
|
||||||
|
|
||||||
# v0.14.0
|
# v0.14.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user