1
0
mirror of https://github.com/ihabunek/toot synced 2025-02-01 20:06:56 +01:00

Update changelog

This commit is contained in:
Ivan Habunek 2024-11-14 19:42:23 +01:00
parent 84bfc3d5e1
commit cd7b5dc847
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C
3 changed files with 26 additions and 0 deletions

View File

@ -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)

View File

@ -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:

View File

@ -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)