kopia lustrzana https://github.com/ihabunek/toot
Update changelog
rodzic
84bfc3d5e1
commit
cd7b5dc847
|
@ -3,6 +3,15 @@ Changelog
|
||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- 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)**
|
**0.46.0 (2024-11-14)**
|
||||||
|
|
||||||
* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)
|
* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)
|
||||||
|
|
|
@ -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:
|
0.46.0:
|
||||||
date: 2024-11-14
|
date: 2024-11-14
|
||||||
changes:
|
changes:
|
||||||
|
|
|
@ -3,6 +3,15 @@ Changelog
|
||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- 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)**
|
**0.46.0 (2024-11-14)**
|
||||||
|
|
||||||
* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)
|
* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)
|
||||||
|
|
Ładowanie…
Reference in New Issue