summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-21 18:21:12 +0200
committersharkdp <davidpeter@web.de>2020-04-21 18:21:12 +0200
commit371c929edee3331b008dffe5d32e779aa2600e93 (patch)
tree8242d82ad2adac4bd7c7c5e8cf85ec1c7eb49924
parent864656bd11d4f96235408e026f7ac68d86995919 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e474fa60..b3df43da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Upcoming release
+
+## Features
+## Bugfixes
+## Other
+## `bat` as a library
+## New syntaxes
+## New themes
+
+## Packaging
+
+
+# v0.14.0
+
## Features
- Added a new `--file-name <name>…` option to overwrite the displayed filename(s)
@@ -13,6 +26,7 @@
- Performance problems with Makefiles have been fixed, see #750 (@keith-hall)
- Fig bux when highlighting Ruby files with unindented heredocs, see #914 (@keith-hall)
- A highlighting problem with Rust source code has been fixed, see #924 (@keith-hall)
+- Windows: short files that do not require paging are displayed and then lost, see #887
## Other
@@ -31,7 +45,7 @@
`Cargo.toml` should disable this feature to cut out inapplicable heavy dependencies:
``` toml
[dependencies]
- bat = { version = "0.13", default-features = false }
+ bat = { version = "0.14", default-features = false }
```
Other optional functionality has also been put behind features: `paging` and `git` support.
- Allow using the library with older syntect, see #896 and #898 (@dtolnay)
@@ -41,11 +55,6 @@
- Rego, see #872 (@patrick-east)
- Stylo, see #917
-## New themes
-
-## Packaging
-
-
# v0.13.0