Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 14, 2024
1 parent 84bfc3d commit cd7b5dc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

<!-- Do not edit. This file is automatically generated from changelog.yaml.-->

**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)
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

<!-- Do not edit. This file is automatically generated from changelog.yaml.-->

**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)
Expand Down

0 comments on commit cd7b5dc

Please sign in to comment.