summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <david.peter@bosch.com>2022-12-05 09:11:47 +0100
committerDavid Peter <david.peter@bosch.com>2022-12-05 09:11:47 +0100
commit2d8b600c4874c69ed19bd28fd7de1cf110d5da5c (patch)
tree33b8033afa0c5d7fae0be9b38e8b372e9b5c449b
parentf8601e5bc9a16e9c09dc6d87241ebf2a34aa8026 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79c8852..c8d8748 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,24 +1,30 @@
# unreleased
-## Changes
-
-
## Features
-- Breaking change (library): `Printer::new` is deprecated as a part of the public API. Alternatively, you can now construct a `Printer` using the `PrinterBuilder` builder API, see [#168](https://github.com/sharkdp/hexyl/pull/168). (@sharifhsn)
-
+- Significantly improved performance, see #173 and #176 (@sharifhsn)
- Added variable panels through the `--panels` and `--terminal-width` flags, see [#13](https://github.com/sharkdp/hexyl/issues/13) and [#164](https://github.com/sharkdp/hexyl/pull/164) (@sharifhsn)
-
- Added new `--group-bytes`/`-g` option, see #104 and #170 (@RinHizakura)
+- Added new `--base B` option (where `B` can be `binary`, `octal`, `decimal` or `hexadecimal`), see #147 and #178 (@sharifhsn)
## Bugfixes
## Other
+- More tests for the squeezing feature, see #177 (@mkatychev)
-## Packaging
+## `hexyl` as a library
+
+- Breaking change: `Printer::new` is deprecated as a part of the public API. Alternatively, you can now construct a `Printer` using the `PrinterBuilder` builder API, see [#168](https://github.com/sharkdp/hexyl/pull/168). (@sharifhsn)
+
+
+## Thank you
+
+Special thanks go to @sharifhsn, not just for the new features,
+bugfixes and performance improvements. But also for many internal
+improvements of the code base and other maintenance tasks.
# v0.10.0