Skip to content

Releases: PocketRelay/PocketRelayClientPlugin

v0.1.0

13 Oct 12:01
Compare
Choose a tag to compare

Changes

  • Added support for new faster UDP tunnel when the server supports it
  • Changes button from "Connect" to "Disconnect" when connected

Full Changelog: v0.0.6-beta...v0.0.7-beta

v0.0.7-beta

08 Sep 12:02
Compare
Choose a tag to compare
v0.0.7-beta Pre-release
Pre-release

Changes

  • Added support for new faster UDP tunnel when the server supports it
  • Changes button from "Connect" to "Disconnect" when connected

Full Changelog: v0.0.6-beta...v0.0.7-beta

v0.0.6-beta

11 Jun 12:07
Compare
Choose a tag to compare
v0.0.6-beta Pre-release
Pre-release

Beta release for some Quality of life changes to make it easier to connect. Fixed a rust version issue preventing running under wine. Needs some testing on linux etc

Adds support for the new in-game login codes and extra hooked logic

Adds keep-alive behavior to prevent nginx closing the tunnel

Full Changelog: v0.0.5...v0.0.6-beta

v0.0.5

02 Jan 04:18
Compare
Choose a tag to compare

Description

This release adds support for the new server tunneling networking

Changes

  • Tunneling support

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

27 Nov 01:34
Compare
Choose a tag to compare

Description

This release ports the client to the new shared backed https://github.com/PocketRelay/PocketRelayClientShared so that future development of features and bug fixes can be shared amongst the different client variants (Standalone, plugin, etc..)

Changes

  • Ported client to the new shared backed from https://github.com/PocketRelay/PocketRelayClientShared
  • Sub directories now supported
  • Client authentication now supported (Slightly differently in this version, the .p12 file should be placed next to the game .exe rather than the .asi plugin)
  • Removed hooks for certificate verification disabling as they are no longer required with the new ssl certificate bypass which has been added through the shared backend

Related Issues

  • Closes #3

Full Changelog: v0.0.3...v0.0.4

v0.0.3

23 Nov 02:52
defa539
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Sep 11:02
Compare
Choose a tag to compare

Description

Fixes bug with local http proxy used by reverse proxies and other small bugs

Changes

  • Fixed local http headers proxy
  • Fixed http server crash game on failure

Full Changelog: v0.0.1...v0.0.2

v0.0.1

13 Sep 01:53
Compare
Choose a tag to compare

Description

Initial release of the Pocket Relay plugin-based client