Releases: twisteroidambassador/ptadapter
Supporting Python 3.11
And 3.12 if nothing goes wrong.
Bugfix, then a proper release
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
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
Fixed a bug with Python 3.4. Ah, the things you take for granted with later versions.
asyncio Subprocess Handling
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
Yeah, see the commit message if you're curious.
As soon as I thought to do a non-beta release...
...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
Now without dependencies! (Other than Python 3.4+ interpreter and standard library, that is.)
First release, with rsocks
This is the old version where standalone-client depends on rsocks.
Everything should be working.