From cf17c05c7ef8cca4757b2a0cd1d055b7948b4ca3 Mon Sep 17 00:00:00 2001 From: mkb79 Date: Tue, 6 Sep 2022 21:31:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c407e2..7a4509d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +- + +## [0.2.3] - 2022-09-06 + ### Added -- `start-date` and `end-date` option to `download` command -- `start-date` and `end-date` option to `library export` and `library list` command +- `--start-date` and `--end-date` option to `download` command +- `--start-date` and `--end-date` option to `library export` and `library list` command - better error handling for license requests - verify that a download link is valid -- extend `ignore-errors` flag of the download command +- make sure an item is published before downloading the aax, aaxc or pdf file +- `--ignore-errors` flag of the download command now continue, if an item failed to download ## [0.2.2] - 2022-08-09