Skip to content

Releases: dper/pumptweet

Version 2.1

25 Jul 09:25
Compare
Choose a tag to compare

The main new feature is cross-posting images. Before, only notes (i.e., text) were cross-posted. PyPump has been moved up to 0.7, which fixes a 0.6 bug where under Python3 (but not Python2), one couldn't log into a new account.

Version 2.0

01 Jun 13:09
Compare
Choose a tag to compare

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

01 Sep 10:26
Compare
Choose a tag to compare

Now works with current version of PyPump.

Version 1.6.1

01 Sep 10:35
Compare
Choose a tag to compare

A few documentation changes since 1.6. This is in preparation for a new PyPI upload.

Version 1.5

23 Dec 08:45
Compare
Choose a tag to compare

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

22 Dec 12:46
Compare
Choose a tag to compare

Posts are only cross-posted if they are either To: Public or CC: Public. No other functionality changed.

Version 1.3

19 Dec 13:20
Compare
Choose a tag to compare

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

08 Sep 02:23
Compare
Choose a tag to compare

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

07 Mar 23:57
Compare
Choose a tag to compare

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

17 Oct 11:49
Compare
Choose a tag to compare

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.