From f35cfa05997ce3a021dc72cf2a51bca36892b54e Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:57:34 +0100 Subject: [PATCH] MAINT: CHANGELOG.md update --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794cfdc..8298c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,15 @@ ## Version 0.4.0, not released yet ### New Features (ENH) -- New update-offsets command to adjust offsets and lengths. (#15) -- New rm command (#59) -- metadata: now also displaying CreationDate, Creator, Keywords & Subject (#73) -- Add warning for out-of-bounds page range in pdfly cat command (#58) +- New `booklet` command to adjust offsets and lengths ([PR #77](https://github.com/py-pdf/pdfly/pull/77)) +- New `uncompress` command ([PR #75](https://github.com/py-pdf/pdfly/pull/75)) +- New `update-offsets` command to adjust offsets and lengths ([PR #15](https://github.com/py-pdf/pdfly/pull/15)) +- New `rm` command ([PR #59](https://github.com/py-pdf/pdfly/pull/59)) +- `metadata`: now also displaying CreationDate, Creator, Keywords & Subject ([PR #73](https://github.com/py-pdf/pdfly/pull/73)) +- Add warning for out-of-bounds page range in pdfly `cat` command ([PR #58](https://github.com/py-pdf/pdfly/pull/58)) + +### Bug Fixes (BUG) +- `2-up` command, that only showed one page per sheet, on the left side, with blank space on the right ([PR #78](https://github.com/py-pdf/pdfly/pull/78)) [Full Changelog](https://github.com/py-pdf/pdfly/compare/0.3.3...0.4.0)