1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
toot/CHANGELOG.md

40 lines
668 B
Markdown
Raw Normal View History

2017-04-12 11:16:45 -04:00
Changelog
---------
2017-04-18 11:16:41 -04:00
**0.7.0 (2016-04-18)**
* Experimental 2FA support (#3)
* Do not create a new application for each login
2017-04-17 04:21:53 -04:00
**0.6.0 (2016-04-17)**
* Add `whoami` command
* Migrate from `optparse` to `argparse`
2017-04-16 09:07:27 -04:00
**0.5.0 (2016-04-16)**
2017-04-16 11:16:03 -04:00
* Add `search`, `follow` and `unfollow` commands
2017-04-16 09:07:27 -04:00
* Migrate from `optparse` to `argparse`
2017-04-15 06:41:33 -04:00
**0.4.0 (2016-04-15)**
* Add `upload` command to post media
* Add `--visibility` and `--media` options to `post` command
2017-04-13 07:53:37 -04:00
**0.3.0 (2016-04-13)**
* Add: view timeline
* Require an explicit login
2017-04-13 04:05:45 -04:00
**0.2.1 (2016-04-13)**
* Fix invalid requirements in setup.py
2017-04-12 11:16:45 -04:00
**0.2.0 (2016-04-12)**
* Bugfixes
**0.1.0 (2016-04-12)**
2017-04-13 04:05:45 -04:00
* Initial release