Releases: PocketRelay/Client
v0.4.0
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
- Tunneling Support by @jacobtread in #26
- Handle ignoring host guard if entry already exists by @jacobtread in #27
Full Changelog: v0.3.2...v0.4.0
v0.4.0-beta
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
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
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
- Sub directory support by @jacobtread in #22
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Description
Removed the requirement for patching using the bug from https://github.com/Aim4kill/Bug_OldProtoSSL
fixed bug with auto updater
Changes
- Removed patching logic and UI
- Updated to latest blaze ssl which uses a modified certificate that bypasses cert verification https://github.com/Aim4kill/Bug_OldProtoSSL
- Fixed auto updater bug
What's Changed
- Proper linux support by @jacobtread in #20
Full Changelog: v0.2.8...v0.3.0
v0.2.8
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
- Back porting and improvements by @jacobtread in #17
- Client authentication by @jacobtread in #18
Full Changelog: v0.2.7...v0.2.8
v0.2.7
Description
Fixes bug with local http server handling headers with reverse proxy servers
Full Changelog: v0.2.6...v0.2.7
v0.2.6
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
- Qos silent failure fix attempt by @jacobtread in #14
Full Changelog: v0.2.5...v0.2.6
v0.2.5
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
- Client side HTTP proxy by @jacobtread in #12
Full Changelog: v0.2.4...v0.2.5
v0.2.4
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:
What's Changed
- Auto updating support by @jacobtread in #10
Full Changelog: v0.2.3...v0.2.4
