1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
toot/CHANGELOG.md
2017-04-19 14:51:30 +02:00

47 lines
950 B
Markdown

Changelog
---------
**0.8.0 (2016-04-19)**
* Renamed command `2fa` to `login_2fa` **BC BREAK**
* It is now possible to pipe text into `toot post`
**0.7.0 (2016-04-18)**
* 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 (2016-04-17)**
* Add `whoami` command
* Migrate from `optparse` to `argparse`
**0.5.0 (2016-04-16)**
* Add `search`, `follow` and `unfollow` commands
* Migrate from `optparse` to `argparse`
**0.4.0 (2016-04-15)**
* Add `upload` command to post media
* Add `--visibility` and `--media` options to `post` command
**0.3.0 (2016-04-13)**
* Add: view timeline
* Require an explicit login
**0.2.1 (2016-04-13)**
* Fix invalid requirements in setup.py
**0.2.0 (2016-04-12)**
* Bugfixes
**0.1.0 (2016-04-12)**
* Initial release