Skip to content

Commit

Permalink
This is 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Feb 7, 2016
1 parent 0aedf5c commit b5517f6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Changelog
=========

These are all the changes in twtxt since the first public release.

1.1.0
-----

- Ignore status updates coming form the future.
- Improved timestamp format by by removing microseconds and using local time.
- Get confirmation before overwriting an existing source.
- Allow tweet command to read from stdin. (echo "Test" | twtxt tweet)
- Allow tweet command to accept unlimited amount of arguments. (twtxt tweet This is also valid)
- Added an option to change the timeline sorting.
- Added an option to specify max wait time for HTTP requests.


1.0.1
-----

- use subprocess.call() instead of subprocess.run() which is Python 3.5 only.

1.0.0
-----

Initial public release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='twtxt',
version='1.0.1',
version='1.1.0',

url='https://github.com/buckket/twtxt',

Expand Down

0 comments on commit b5517f6

Please sign in to comment.