Toot-Mastodon-CLI-TUI-clien.../CHANGELOG.md

72 lines
1.4 KiB
Markdown
Raw Normal View History

2017-04-12 17:16:45 +02:00
Changelog
---------
2017-05-08 09:17:42 +02:00
**0.12.0 (2016-05-08)**
* Add option to disable ANSI color in output (#15)
* Return nonzero error code on error (#14)
* Change license to GPLv3
2017-05-07 10:44:24 +02:00
**0.11.0 (2016-05-07)**
* Fix error when running toot from crontab (#11)
* Minor tweaks
2017-04-26 11:51:49 +02:00
**0.10.0 (2016-04-26)**
* Add commands: `block`, `unblock`, `mute`, `unmute`
* Internal improvements
2017-04-24 09:39:31 +02:00
**0.9.1 (2016-04-24)**
* Fix conflict with curses package name
2017-04-21 20:27:54 +02:00
**0.9.0 (2016-04-21)**
* Add `whois` command
* Add experimental `curses` app for viewing the timeline
2017-04-19 14:51:30 +02:00
**0.8.0 (2016-04-19)**
* Renamed command `2fa` to `login_2fa` **BC BREAK**
* It is now possible to pipe text into `toot post`
2017-04-18 17:16:41 +02:00
**0.7.0 (2016-04-18)**
* Experimental 2FA support (#3)
* Do not create a new application for each login
2017-04-18 17:23:41 +02:00
* **Warning**: Due to changes in configuration format, after upgrading to this
version, you will be required to log in to your Mastodon instance again.
2017-04-18 17:16:41 +02:00
2017-04-17 10:21:53 +02:00
**0.6.0 (2016-04-17)**
* Add `whoami` command
* Migrate from `optparse` to `argparse`
2017-04-16 15:07:27 +02:00
**0.5.0 (2016-04-16)**
2017-04-16 17:16:03 +02:00
* Add `search`, `follow` and `unfollow` commands
2017-04-16 15:07:27 +02:00
* Migrate from `optparse` to `argparse`
2017-04-15 12:41:33 +02:00
**0.4.0 (2016-04-15)**
* Add `upload` command to post media
* Add `--visibility` and `--media` options to `post` command
2017-04-13 13:53:37 +02:00
**0.3.0 (2016-04-13)**
* Add: view timeline
* Require an explicit login
2017-04-13 10:05:45 +02:00
**0.2.1 (2016-04-13)**
* Fix invalid requirements in setup.py
2017-04-12 17:16:45 +02:00
**0.2.0 (2016-04-12)**
* Bugfixes
**0.1.0 (2016-04-12)**
2017-04-13 10:05:45 +02:00
* Initial release