* **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)
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
* TUI: Fix access to public and tag timelines when on private mastodon
instances (#168)
* Add `--reverse` option to `toot notifications` (#151)
* Fix `toot timeline` to respect `--instance` option
* TUI: Add opton to pin/save tag timelines (#163, thanks @dlax)
* TUI: Fixed crash on empty timeline (#138, thanks ecs)
"make test" passes
* TUI: Fall back to username when display_name is unset
* Show character count when composing
* Fix searching by hashtag which include the '#'
* Upgrade search to v2
- Add toot tui, new and improved TUI implemented written with the help of
the urwid library
- Deprecate toot curses. It will show a deprecation notice when started.
To be removed in a future release
- Add --editor option to toot post to allow composing toots in an editor
- Add user agent string to all requests, fixes interaction with instances
protected by Cloudflare
Initial diff, DESCR update, prodding and tests from
< clematis at insiberia dot net>, thanks!
- Add toot notifications to show notifications (thanks @dlax)
- Add posting and replying to curses interface (thanks @Skehmatics)
- Add --language option to toot post
- Enable attaching upto 4 files via --media option on toot post
Makefile missing from release tarball, hence the now hand-rolled tests.
From trondd < trondd at kagu-tsuchi dot com > who also tested the new
proxy feature, thanks!
From Klemens Nanni, thanks!
toot lets you read, post and manage accounts on Mastadon social networks. It
supports logging in through both your webbrowser and the console with optional
two factor authentication. Toots can be pasted directly via standard input.