1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-25 17:21:43 +00:00

docs: add changelog entry for --unbuffered mode (#3583)

This commit is contained in:
mainnebula
2026-02-11 23:45:20 -05:00
parent 167dda63a8
commit 0c883d6f28
+1
View File
@@ -4,6 +4,7 @@
## Features
- Implement `--unbuffered` mode for streaming input, allowing partial lines to display immediately (e.g. `tail -f | bat -u`). Closes #3555, see #3583 (@mainnebula)
- Added an initial `flake.nix` for a ready made development environment; see #3578 (@vorburger)
- Add `--quiet-empty` (`-E`) flag to suppress output when input is empty. Closes #1936, see #3563 (@NORMAL-EX)
- Improve native man pages and command help syntax highlighting by stripping overstriking, see #3517 (@akirk)