1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-24 16:31:49 +01:00

Update changelog

This commit is contained in:
Ivan Habunek 2024-11-14 10:09:06 +01:00
parent 20eec3ba63
commit e360f6d51f
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C
3 changed files with 22 additions and 0 deletions

View File

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

View File

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

View File

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