From cd7b5dc8475ceb29651d8bdfd05533cb8378e84d Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 14 Nov 2024 19:42:23 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ changelog.yaml | 8 ++++++++ docs/changelog.md | 9 +++++++++ 3 files changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2194a28..39b6286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Changelog +**0.47.0 (2024-11-14)** + +* Add `toot tui --show-display-names` option to show display names instead of + account names (#501) +* Add missing descriptions for notification types (#502) +* Fix bug in paging timelines where limit parameter was sent twice (#505) +* TUI: Fix exception when loading followed accounts when server does not support + it (#504) + **0.46.0 (2024-11-14)** * Add `--limit` and `--offset` options to `search` command (thanks @Oblomov) diff --git a/changelog.yaml b/changelog.yaml index f4e60be..4cdf397 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,11 @@ +0.47.0: + date: 2024-11-14 + changes: + - "Add `toot tui --show-display-names` option to show display names instead of account names (#501)" + - "Add missing descriptions for notification types (#502)" + - "Fix bug in paging timelines where limit parameter was sent twice (#505)" + - "TUI: Fix exception when loading followed accounts when server does not support it (#504)" + 0.46.0: date: 2024-11-14 changes: diff --git a/docs/changelog.md b/docs/changelog.md index 2194a28..39b6286 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,15 @@ Changelog +**0.47.0 (2024-11-14)** + +* Add `toot tui --show-display-names` option to show display names instead of + account names (#501) +* Add missing descriptions for notification types (#502) +* Fix bug in paging timelines where limit parameter was sent twice (#505) +* TUI: Fix exception when loading followed accounts when server does not support + it (#504) + **0.46.0 (2024-11-14)** * Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)