mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -05:00
Bump version
This commit is contained in:
parent
a3b207647b
commit
a0f1bff0dd
@ -1,6 +1,11 @@
|
||||
Changelog
|
||||
---------
|
||||
|
||||
**0.9.0 (2016-04-21)**
|
||||
|
||||
* Add `whois` command
|
||||
* Add experimental `curses` app for viewing the timeline
|
||||
|
||||
**0.8.0 (2016-04-19)**
|
||||
|
||||
* Renamed command `2fa` to `login_2fa` **BC BREAK**
|
||||
|
@ -14,10 +14,6 @@ Interact with Mastodon social networks from the command line.
|
||||
:target: https://pypi.python.org/pypi/toot
|
||||
|
||||
|
||||
.. warning::
|
||||
Upgrading to version ``0.7.0`` will require you to log in to your chosen Mastodon instance again.
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
@ -46,12 +42,14 @@ Running ``toot <command> -h`` shows the documentation for the given command.
|
||||
toot logout Log out, delete stored access keys
|
||||
toot auth Show stored credentials
|
||||
toot whoami Display logged in user details
|
||||
toot whois Display user details
|
||||
toot post Post a status text to your timeline
|
||||
toot upload Upload an image or video file
|
||||
toot search Search for users or hashtags
|
||||
toot follow Follow an account
|
||||
toot unfollow Unfollow an account
|
||||
toot timeline Show recent items in your public timeline
|
||||
toot curses An experimental timeline app.
|
||||
|
||||
To get help for each command run:
|
||||
toot <command> --help
|
||||
|
Loading…
Reference in New Issue
Block a user