This is 1.2.0

This commit is contained in:
buckket 2016-02-12 18:44:02 +01:00
parent 5f0d000558
commit a7ba3ce67d
3 changed files with 18 additions and 1 deletions

View File

@ -4,9 +4,13 @@ buckket <buckket@cock.li>
Contributors
------------
DracoBlue <JanS@DracoBlue.de>
Jan Schütze <jan.schuetze@exozet.com>
Jeremy Kitchen <kitchen@kitchen.io>
Matthew Brady <brady.matthew@gmail.com>
Melvin Carvalho <melvincarvalho@gmail.com>
tedder <ted@timmons.me>
teddydestodes <derkomtur@schattengang.net>
Ted Timmons <ted@perljam.net>
Timo Furrer <tuxtimo@gmail.com>
Weland Treebark <weland@blinkenshell.org>

13
CHANGES
View File

@ -3,6 +3,19 @@ Changelog
These are all the changes in twtxt since the first public release.
1.2.0
-----
- twtxt package is now executable
- twtxt is now available as wheel archive
- Check status of feed before following a new source
- Added a source option to timeline command to only show one specific source
- Added a view command which is basically an alias for the source option
- Added support for local caching of remote twtxt files
- Added support for mentions, see README.rst for more information
- Added a pre_tweet_hook option, works like post_tweet_hook
- Added a porcelain option, styles output script-friendly
1.1.0
-----

View File

@ -8,7 +8,7 @@ if sys.version_info < (3, 4, 1):
setup(
name='twtxt',
version='1.1.0',
version='1.2.0',
url='https://github.com/buckket/twtxt',