Releases: dper/pumptweet
Version 2.1
Version 2.0
This is the first version using python3. To upgrade an existing installation, see #30.
After we've used this version for a while, if there are no big problems, I'll push it to PyPI.
Version 1.6
Now works with current version of PyPump.
Version 1.6.1
A few documentation changes since 1.6. This is in preparation for a new PyPI upload.
Version 1.5
There are many structural changes that now allow installation from pip
. If you aren't interested in customizing the code, a pip
-based installation is probably what you want.
Version 1.4
Posts are only cross-posted if they are either To: Public
or CC: Public
. No other functionality changed.
Version 1.3
Updated the readme docs to conform to the current version of PyPump. Also fixed a hard-coded bash
call. No new functionality was added. This release is targeted at new installations. Pre-existing installations don't have much use for it.
Version 1.2
Two small but important bug fixes.
The first removes a hardcoded username, dper
, that would have broken shortened URLs. The second fixes a problem where usernames beginning with A, C, and T were treated improperly because I was misusing string.lstrip
. Thanks to diocles
for spotting them and fixing the latter.
Version 1.1
This fixes a compatability issue: the previous version did not work with PyPump 0.5. This one does. No features have been changed.
Version 1.0
Here's a first release. I plan on doing a little with command line options. I think everything will remain backward compatible, but should there be a need to change things, it's best to have a version number now. Later, if I have to increment, this could come in handy.
I've been using PumpTweet for quite some time now. There are no doubt bugs and improvements to be found, but this seems like as good a time as any to tag a release.