1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-22 07:01:46 +01:00

Update changelog

This commit is contained in:
Ivan Habunek 2024-09-29 09:33:03 +02:00
parent f272cc2a38
commit bb25f6ad76
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C
3 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,11 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.45.0 (2024-09-29)**
* Add `post --reply-last` for replying to last posted toot, for creating threads
* Deprecate `env` command in favour of `diag`
**0.44.1 (2024-08-12)**
* Make it possible to pass status URL as status_id, experimental (thanks

View File

@ -1,3 +1,9 @@
0.45.0:
date: 2024-09-29
changes:
- "Add `post --reply-last` for replying to last posted toot, for creating threads"
- "Deprecate `env` command in favour of `diag`"
0.44.1:
date: 2024-08-12
changes:

View File

@ -3,6 +3,11 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.45.0 (2024-09-29)**
* Add `post --reply-last` for replying to last posted toot, for creating threads
* Deprecate `env` command in favour of `diag`
**0.44.1 (2024-08-12)**
* Make it possible to pass status URL as status_id, experimental (thanks