Skip to content
toot 0.28.0

 * **BREAKING**: Removed `toot curses`, deprecated since 2019-09-03
 * Add `--scheduled-at` option to `toot post`, allows scheduling toots
 * Add `--description` option to `toot post`, for adding descriptions to
   media attachments (thanks @ansuz)
 * Add `--mentions` option to `toot notifications` to show only mentions
   (thanks @alexwennerberg)
 * Add `--content-type` option to `toot post` to allow specifying mime
   type, used on Pleroma (thanks Sandra Snan)
 * Allow post IDs to be strings as used on Pleroma (thanks Sandra Snan)
 * TUI: Allow posts longer than 500 characters if so configured on the
   server (thanks Sandra Snan)
 * Allow piping the password to login_cli for testing purposes (thanks
   @NinjaTrappeur)
 * Disable paging timeline when output is piped (thanks @stacyharper)