Releases: vpnhood/VpnHood
Releases Β· vpnhood/VpnHood
v2.4.295
v2.4.295
Client
- Update: Tune TCP connections for games
- Fix: Error when setting PacketCapture include filter
Server
- Feature: Server sends its last config error to access server
- Fix: TcpHost is already Started error
- Fix: Linux installation on some distribution
- Fix: LogLevel.Trace in DiagnoseMode
v2.4.292
v2.4.292
Client
- Update: Improve stability and memory usage
Server
- Update: Use keep-alive for TCP timeout
- Fix: Double Configure at startup
- Fix: Sending multiple requests to access server for session recovery
- Fix: Memory leak! Some dead sessions remain in memory
- Fix: Memory leak! TcpProxy remains in memory when just one peer has gone
- Fix: Memory leak! UdpProxy remains in memory
- Fix: Unusual Thread creation
- Fix: UDP Packet loss
v2.3.291
v2.3.290
v2.3.289
v2.3.287
v2.3.287
Client
- Update: Upgrade to .NET 6
- Update: Diagnose just check some HTTPS sites to check internet connectivity
- Update: Windows: Disable right click on App WebView
- Fix: Not a valid calendar for the given culture
Server
- Update: Upgrade to .NET 6
- Update: Configuration by access server
- Feature: Close session faster by handling client bye request
- Fix: Refact IP addresses in the log
v2.2.283
v2.2.283
Client
- Feature: Allow to have multi-endpoints in AccessToken
- Feature: Create IPv6 tunnel when a client has access to a server by IPv6
- Feature: Add "Exclude Local Network" to UI settings
- Fix: UDP Channel
Server
- Feature: Dynamic configuration from AccessServer
- Feature: Multi listeners for different EndPoints
- Fix: Few bug in disposing
- Fix: linux: systemctl restart VpnHoodServer
v2.1.276
v2.0.272
v2.0.272
- Feature: Block all IPv6 Global Unicast to prevent leak
- Fix: Android: Vpn Connection keeps open after disconnecting
- Fix: Android: Crash in android 5.1
- Fix: IpFilter miss some IPs of countries
- Update: Improve the speed of establishing the connection
v2.0.271
Client
- Feature: Server Redirection
- Feature: Server Maintenance mode detection
- Feature: Validate packets integrity in UdpChannel
- Update: Android: Hide notification icon on the lock screen
- Update: Improve Performance and Memory usage
- Change: Stop supporting the old version
- Fix: Instability in reconnecting and disconnecting
- Fix: IpFilter didn't work properly when more than one country was selected
- Fix: Android: System Notification remain connected after disconnect
- Fix: Android: Some Apps were not shown in the AppFilter list (Require Permission: QUERY_ALL_PACKAGES)
- Fix: Android: Crash if a selected app in AppFilter does not exist anymore
- Fix: Android: Crash after disconnect
Server
- Feature: Host Restart with REST access server (No UDP yet)
- Feature: Validate packets integrity in UdpChannel
- Update: Stop supporting the old version
- Update: Improve Performance and Memory usage
- Update: New REST AccessServer protocol
- Change: Stop supporting the old version
Developer
- Update: Respect C# Nullable Reference Types
- Update: Mass Code cleanup
- Update: Decouple access manager from server to access server