Skip to content

Releases: PocketRelay/Client

v0.4.0

02 Jan 04:18

Choose a tag to compare

Description

This release adds support for the new server tunneling networking along with some minor tweaks to existing behavior

Changes

  • Tunneling support
  • Hosts file existing checking

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.4.0-beta

22 Dec 08:01

Choose a tag to compare

v0.4.0-beta Pre-release
Pre-release

Beta release of the client with tunneling support for the server version v0.6.0-beta

Full Changelog: v0.3.2...v0.4.0-beta

v0.3.2

27 Nov 01:34

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

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
  • Servers no longer start immediately, the local servers only start once a connection is established with the servers
  • Small bug fix related to multiple async runtimes for the iced version (Iced would spawn an extra runtime, this had a minor affect on performance but mainly caused a unnoticed panic when the app was closed)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Nov 02:08
2996c81

Choose a tag to compare

Description

Support for servers hosted at subdirectories when behind reverse proxies. If you want the dashboard to work when hosting behind a reverse proxy you will need to build the dashboard again from source after updating the config variable mentioned in: PocketRelay/Dashboard#17 (The pull request also tells you where to put the new compiled sources)

Changes

  • Added support for servers hosted within subdirectories (Through nginx or another reverse proxy)

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Nov 03:22

Choose a tag to compare

Description

Removed the requirement for patching using the bug from https://github.com/Aim4kill/Bug_OldProtoSSL
fixed bug with auto updater

Changes

What's Changed

Full Changelog: v0.2.8...v0.3.0

v0.2.8

01 Oct 00:00
e309531

Choose a tag to compare

Description

This release contains support for client authentication from #18 (Feature: #16) which can be used for those who want to publicly expose their server but only give certain people access. There is also lots of under-the-hood improvements from #17

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

14 Sep 11:05

Choose a tag to compare

Description

Fixes bug with local http server handling headers with reverse proxy servers

Full Changelog: v0.2.6...v0.2.7

v0.2.6

04 Sep 01:02
b2504a2

Choose a tag to compare

Description

This version attempts to fix a silent QOS failing that is happening in some environments that is causing the server to have to provide the client addresses rather than the client providing them

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

02 Sep 00:41
5e0d59a

Choose a tag to compare

Description

This update adds better support for servers with reverse proxies solving the issue in #11

Note
In order for the new reverse proxy support the pocket relay server will need to be updated to v0.5.7 when it is released and be used together with this new client version

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

31 Aug 03:54
e8a3c55

Choose a tag to compare

Description

This release adds auto updating support so you can update the client without having to visit the website or GitHub. The client will ask you if you want to update when this happens:

image

What's Changed

Full Changelog: v0.2.3...v0.2.4