From 05b296e5e5ed28a089f22a41be250f240d97ca13 Mon Sep 17 00:00:00 2001 From: Alex Hallam Date: Mon, 2 May 2022 07:50:31 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8998b59..e41381e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -1.4.4 (2021-11-18) +1.4.4 (2021-5-02) ================== -* **Feature 1** Added -e flag to extend rows (don't truncate). +* **Feature 1** Added `-e` flag to extend rows (don't truncate). This new version gives a flag option to extend rows rather than truncate. This is especially useful for wide csv files that would overflow the terminal width. When using the extend mode, pipe output to `less -S` to enables scrolling right and left with arrow keys. +I also did some clean up work. I removed a binary I was not using. + 1.4.3 (2021-11-17) ==================