toot/CHANGELOG.md

83 wiersze
1.7 KiB
Markdown
Czysty Zwykły widok Historia

2017-04-12 15:16:45 +00:00
Changelog
---------
**0.14.0 (TBA)**
* Add `--debug` option to enable debug logging instead of using the `TOOT_DEBUG`
environment variable.
2017-08-26 12:42:10 +00:00
**0.13.0 (2017-08-26)**
* Allow passing `--instance` and `--email` to login command
* Add `login_browser` command for proper two factor authentication through the
browser (#19, #23)
2017-08-26 12:42:10 +00:00
**0.12.0 (2017-05-08)**
2017-05-08 07:17:42 +00:00
* Add option to disable ANSI color in output (#15)
* Return nonzero error code on error (#14)
* Change license to GPLv3
2017-08-26 12:42:10 +00:00
**0.11.0 (2017-05-07)**
2017-05-07 08:44:24 +00:00
* Fix error when running toot from crontab (#11)
* Minor tweaks
2017-08-26 12:42:10 +00:00
**0.10.0 (2017-04-26)**
2017-04-26 09:51:49 +00:00
* Add commands: `block`, `unblock`, `mute`, `unmute`
* Internal improvements
2017-08-26 12:42:10 +00:00
**0.9.1 (2017-04-24)**
2017-04-24 07:39:31 +00:00
* Fix conflict with curses package name
2017-08-26 12:42:10 +00:00
**0.9.0 (2017-04-21)**
2017-04-21 18:27:54 +00:00
* Add `whois` command
* Add experimental `curses` app for viewing the timeline
2017-08-26 12:42:10 +00:00
**0.8.0 (2017-04-19)**
2017-04-19 12:51:30 +00:00
* Renamed command `2fa` to `login_2fa` **BC BREAK**
* It is now possible to pipe text into `toot post`
2017-08-26 12:42:10 +00:00
**0.7.0 (2017-04-18)**
2017-04-18 15:16:41 +00:00
* Experimental 2FA support (#3)
* Do not create a new application for each login
2017-04-18 15:23:41 +00: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 15:16:41 +00:00
2017-08-26 12:42:10 +00:00
**0.6.0 (2017-04-17)**
2017-04-17 08:21:53 +00:00
* Add `whoami` command
* Migrate from `optparse` to `argparse`
2017-08-26 12:42:10 +00:00
**0.5.0 (2017-04-16)**
2017-04-16 13:07:27 +00:00
2017-04-16 15:16:03 +00:00
* Add `search`, `follow` and `unfollow` commands
2017-04-16 13:07:27 +00:00
* Migrate from `optparse` to `argparse`
2017-08-26 12:42:10 +00:00
**0.4.0 (2017-04-15)**
2017-04-15 10:41:33 +00:00
* Add `upload` command to post media
* Add `--visibility` and `--media` options to `post` command
2017-08-26 12:42:10 +00:00
**0.3.0 (2017-04-13)**
2017-04-13 11:53:37 +00:00
* Add: view timeline
* Require an explicit login
2017-08-26 12:42:10 +00:00
**0.2.1 (2017-04-13)**
2017-04-13 08:05:45 +00:00
* Fix invalid requirements in setup.py
2017-08-26 12:42:10 +00:00
**0.2.0 (2017-04-12)**
2017-04-12 15:16:45 +00:00
* Bugfixes
2017-08-26 12:42:10 +00:00
**0.1.0 (2017-04-12)**
2017-04-12 15:16:45 +00:00
2017-04-13 08:05:45 +00:00
* Initial release