Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Apr 25, 2020
1 parent 17d9872 commit 696d1b3
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
# Upcoming release


## Features
## Bugfixes
## Other
## New syntaxes
## New themes
## `bat` as a library

## Packaging

# v0.15.0

## Features

- Add a new `--diff`/`-d` option that can be used to only show lines surrounding
Git changes, i.e. added, removed or modified lines. The amount of additional
context can be controlled with `--diff-context=N`. See #23 and #940

## Bugfixes
## Other
## `bat` as a library
## New syntaxes
## New themes

## Packaging
- 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

- 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

Expand Down

0 comments on commit 696d1b3

Please sign in to comment.