pull/31/head 0.9.0
Ivan Habunek 2017-04-21 20:27:54 +02:00
rodzic a3b207647b
commit a0f1bff0dd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
3 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -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**

Wyświetl plik

@ -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

Wyświetl plik

@ -7,7 +7,7 @@ with open("README.rst") as readme:
setup(
name='toot',
version='0.8.0',
version='0.9.0',
description='Interact with Mastodon social networks from the command line.',
long_description=long_description,
author='Ivan Habunek',