Releases: PocketRelay/PocketRelayClientPlugin
v0.1.0
Changes
- Added support for new faster UDP tunnel when the server supports it
- Changes button from "Connect" to "Disconnect" when connected
- version bump and readme fixes by @jacobtread in #6
- feat: suspend threads & linux fix by @jacobtread in #7
- feat: deep link by @jacobtread in #8
Full Changelog: v0.0.6-beta...v0.0.7-beta
v0.0.7-beta
Changes
- Added support for new faster UDP tunnel when the server supports it
- Changes button from "Connect" to "Disconnect" when connected
- version bump and readme fixes by @jacobtread in #6
- feat: suspend threads & linux fix by @jacobtread in #7
- feat: deep link by @jacobtread in #8
Full Changelog: v0.0.6-beta...v0.0.7-beta
v0.0.6-beta
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
Description
This release adds support for the new server tunneling networking
Changes
- Tunneling support
What's Changed
- Tunneling Support by @jacobtread in #5
Full Changelog: v0.0.4...v0.0.5
v0.0.4
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
What's Changed
- Sub directory support by @jacobtread in #2
New Contributors
- @jacobtread made their first contribution in #2
Full Changelog: v0.0.2...v0.0.3
v0.0.2
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
Description
Initial release of the Pocket Relay plugin-based client