mirror of
https://github.com/ihabunek/toot
synced 2025-01-24 16:31:49 +01:00
Update changelog
This commit is contained in:
parent
20eec3ba63
commit
e360f6d51f
@ -3,6 +3,13 @@ Changelog
|
||||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**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
|
||||
|
@ -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:
|
||||
|
@ -3,6 +3,13 @@ Changelog
|
||||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**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
|
||||
|
Loading…
Reference in New Issue
Block a user