From 070a05721de2d2d598f1a32de92dd54918dca635 Mon Sep 17 00:00:00 2001 From: Alex Ostrovski Date: Sat, 30 Sep 2023 17:36:36 +0300 Subject: [PATCH] Update changelog --- cli/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d7e3b6d..a6c3a1e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -5,6 +5,15 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) ## [Unreleased] +### Added + +- Allow specifying the snapshot width in pixels using `--width`. +- Allow specifying at which char to hard-break lines using `--hard-wrap`. + +### Changed + +- `--scroll` now accepts an optional value that specifies max snapshot height in pixels. + ## 0.3.0 - 2023-06-03 *(No substantial changes compared to the [0.3.0-beta.2 release](#030-beta2---2023-04-29))*