From e360f6d51f620c34dfafa8668f8eb4bd09de41b0 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 14 Nov 2024 10:09:06 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ changelog.yaml | 8 ++++++++ docs/changelog.md | 7 +++++++ 3 files changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db85b9e..2194a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Changelog +**0.46.0 (2024-11-14)** + +* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov) +* Add `--min-id` and `--max-id` options to `search` command +* Add `--type` and `--exclude-type` options to `notifications` command +* Fix bug when identifying lists by their ID + **0.45.0 (2024-09-29)** * Add `post --reply-last` for replying to last posted toot, for creating threads diff --git a/changelog.yaml b/changelog.yaml index 03aa338..f4e60be 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,11 @@ +0.46.0: + date: 2024-11-14 + changes: + - "Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)" + - "Add `--min-id` and `--max-id` options to `search` command" + - "Add `--type` and `--exclude-type` options to `notifications` command" + - "Fix bug when identifying lists by their ID" + 0.45.0: date: 2024-09-29 changes: diff --git a/docs/changelog.md b/docs/changelog.md index db85b9e..2194a28 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,13 @@ Changelog +**0.46.0 (2024-11-14)** + +* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov) +* Add `--min-id` and `--max-id` options to `search` command +* Add `--type` and `--exclude-type` options to `notifications` command +* Fix bug when identifying lists by their ID + **0.45.0 (2024-09-29)** * Add `post --reply-last` for replying to last posted toot, for creating threads