Skip to content

Releases: twisteroidambassador/ptadapter

Bugfix, then a proper release

09 Dec 04:19
Compare
Choose a tag to compare

This should work with Python 3.9 as well, although I haven't really tested it.

3.0.0rc2: Yes, we're skipping version 2 again

20 Dec 13:29
Compare
Choose a tag to compare

Since this is yet again a complete rewrite, I have decided to call it Version 3.

Requires Python 3.7 or above. Use an older (incompatible) release for 3.6 and lower.

Slightly better

05 Jul 08:12
Compare
Choose a tag to compare
Slightly better Pre-release
Pre-release

Fixed a bug with Python 3.4. Ah, the things you take for granted with later versions.

asyncio Subprocess Handling

04 Jul 12:24
Compare
Choose a tag to compare
Pre-release

Don't ask where the production release v1.0 went. ¯\_(ツ)_/¯

The entire code is now async, including subprocess handling and communication. Hey, it looks cleaner.

The standalone scripts have been consolidated; the same script can run as either the server or the client now. The config file format is unchanged.

Fixed another bug

10 Mar 10:00
Compare
Choose a tag to compare

Yeah, see the commit message if you're curious.

As soon as I thought to do a non-beta release...

24 Aug 12:55
Compare
Choose a tag to compare

...a bug creeps into the code. All should be fine now, and release v0.9.1 is obsoleted.

There is no longer a standalone_scripts.zip, just download "source code (zip)".

Rewritten with asyncio

22 Apr 08:46
Compare
Choose a tag to compare

Now without dependencies! (Other than Python 3.4+ interpreter and standard library, that is.)

First release, with rsocks

13 Apr 06:20
Compare
Choose a tag to compare
Pre-release

This is the old version where standalone-client depends on rsocks.

Everything should be working.