Skip to content

Releases: NTDLS/NetProxy

2.1.0

12 Jun 21:49
Compare
Choose a tag to compare
  • Updated all packages, spelling corrections.
  • Fixed UI hang on close.
  • Null handling enhancements.
  • Moved null and Winforms helpers to nuget.
  • Better UI validation.
  • Update to .net8
  • Moved messages to convention based.
  • Reworked authentication.
  • Split out PumpBuffer and separated HTTP header parser.

Full Changelog: 2.0.0...2.1.0

2.0.0

07 Nov 15:58
Compare
Choose a tag to compare

Major release:

  • A nearly complete application rewrite.
  • Completely rewrite of TCP/IP stream framer, IPC messaging, peer connection handler, peer->peer data pump, socket server and client.
  • .net update to 7.0
  • Moved concurrency, stream framing, and ipc messaging to nuget packages.
  • Lots of bug fixes.
  • Major performance fixes.

Full Changelog: 1.0.0...2.0.0

1.0.0

07 Nov 15:55
c2445bb
Compare
Choose a tag to compare

Initial release from 7/31/2018

Renamed "Tunnel" to "Proxy".
Added documentation.
Fixed several typos.