Skip to content

Releases: ihabunek/toot

0.14.0

07 Sep 13:02
Compare
Choose a tag to compare
  • Add debian package repo
  • Add --debug option to enable debug logging instead of using the TOOT_DEBUG environment variable.
  • Fix: don't read requirements.txt from setup.py, this fails when packaging deb and potentially in some other cases (see #18)

0.13.0

26 Aug 13:37
Compare
Choose a tag to compare
  • Allow passing --instance and --email to login command
  • Add login_browser command for proper two factor authentication through the browser (#19, #23)

0.8.0

19 Apr 12:54
cec7165
Compare
Choose a tag to compare
  • Renamed command 2fa to login_2fa BC BREAK
  • It is now possible to pipe text into toot post

0.7.0

19 Apr 12:53
c603142
Compare
Choose a tag to compare
  • Experimental 2FA support (#3)
  • Do not create a new application for each login
  • Warning: Due to changes in configuration format, after upgrading to this
    version, you will be required to log in to your Mastodon instance again.

0.6.0

19 Apr 12:54
c3bafd5
Compare
Choose a tag to compare
  • Add whoami command
  • Migrate from optparse to argparse

0.5.0

19 Apr 12:54
2c121b2
Compare
Choose a tag to compare
  • Add search, follow and unfollow commands
  • Migrate from optparse to argparse