From 89600a729a003d0971ce23788117e590a8197909 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 11 Jul 2023 10:04:57 +0200 Subject: [PATCH] update Changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26457c8..8040f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.2.0] - 2023-06-11 ### Added -- cli option `queue show` to list currently queued bundles [#2](https://git.lauka.net/lauralani/humble-bot/issues/2) -- cli option `queue fill` to query humblebundle.com for new bundles and then fill the queue [#2](https://git.lauka.net/lauralani/humble-bot/issues/2) -- cli option `queue remove` to remove a queued up bundle [#2](https://git.lauka.net/lauralani/humble-bot/issues/2) +- Added cli option `queue show` to list currently queued bundles [#2](https://git.lauka.net/lauralani/humble-bot/issues/2) +- Added cli option `queue fill` to query humblebundle.com for new bundles and then fill the queue [#2](https://git.lauka.net/lauralani/humble-bot/issues/2) +- Added cli option `queue remove` to remove a queued up bundle [#2](https://git.lauka.net/lauralani/humble-bot/issues/2) ### Fixed - [[BUG] Error parsing mastodon response field time](https://git.lauka.net/lauralani/humble-bot/issues/1) +### Removed +- BREAKING: Removed action when executing `./humble-bot` without arguments, moved to `queue fill` + ## [v0.1.2] - 2023-06-07 ### Added - logging for new mastodon post now also logs the post url