Skip to content

Releases: twisteroidambassador/ptadapter

Supporting Python 3.11

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 02 Sep 12:23

And 3.12 if nothing goes wrong.

Bugfix, then a proper release

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 09 Dec 04:19

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

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 20 Dec 13:29

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

Slightly better Pre-release
Pre-release

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 05 Jul 08:12

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

asyncio Subprocess Handling

Pre-release

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 04 Jul 12:24

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

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 10 Mar 10:00

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

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

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 24 Aug 12:55

...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

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 22 Apr 08:46

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

First release, with rsocks

Pre-release

Choose a tag to compare

@twisteroidambassador twisteroidambassador released this 13 Apr 06:20

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

Everything should be working.