mirror of
https://github.com/ihabunek/toot
synced 2025-01-09 08:12:50 +01:00
Bump version
This commit is contained in:
parent
373f26424d
commit
cec7165530
@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**0.8.0 (2016-04-19)**
|
||||||
|
|
||||||
|
* Renamed command `2fa` to `login_2fa` **BC BREAK**
|
||||||
|
* It is now possible to pipe text into `toot post`
|
||||||
|
|
||||||
**0.7.0 (2016-04-18)**
|
**0.7.0 (2016-04-18)**
|
||||||
|
|
||||||
* Experimental 2FA support (#3)
|
* Experimental 2FA support (#3)
|
||||||
|
@ -58,6 +58,13 @@ Running ``toot <command> -h`` shows the documentation for the given command.
|
|||||||
|
|
||||||
https://github.com/ihabunek/toot
|
https://github.com/ihabunek/toot
|
||||||
|
|
||||||
|
It is possible to pipe status text into `toot post`, for example:
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
echo "Text to post" | toot post
|
||||||
|
cat mypost.txt | toot post
|
||||||
|
|
||||||
|
|
||||||
Authentication
|
Authentication
|
||||||
--------------
|
--------------
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.rst") as readme:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.7.0',
|
version='0.8.0',
|
||||||
description='Interact with Mastodon social networks from the command line.',
|
description='Interact with Mastodon social networks from the command line.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
Loading…
Reference in New Issue
Block a user