kopia lustrzana https://github.com/ihabunek/toot
rodzic
20eec3ba63
commit
e360f6d51f
|
@ -3,6 +3,13 @@ Changelog
|
||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- 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)**
|
**0.45.0 (2024-09-29)**
|
||||||
|
|
||||||
* Add `post --reply-last` for replying to last posted toot, for creating threads
|
* 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:
|
0.45.0:
|
||||||
date: 2024-09-29
|
date: 2024-09-29
|
||||||
changes:
|
changes:
|
||||||
|
|
|
@ -3,6 +3,13 @@ Changelog
|
||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- 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)**
|
**0.45.0 (2024-09-29)**
|
||||||
|
|
||||||
* Add `post --reply-last` for replying to last posted toot, for creating threads
|
* Add `post --reply-last` for replying to last posted toot, for creating threads
|
||||||
|
|
Ładowanie…
Reference in New Issue