Skip to content

Releases: vpnhood/VpnHood

v2.4.295

22 Jan 08:21
Compare
Choose a tag to compare

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

05 Jan 01:28
Compare
Choose a tag to compare

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

13 Dec 10:00
Compare
Choose a tag to compare

v2.3.291

Client

  • Fix: Android: Improve performance and stability in Android
  • Fix: Add time-stamp to logger

Server

  • Update: Move Sessions options to AccessServer via ServerConfig
  • Fix: Catch a lost packet when removing TcpDatagramChannel

v2.3.290

08 Dec 10:40
Compare
Choose a tag to compare

v2.3.290

Client

  • Fix: Crash on Android 12

Server

  • Feature: LocalPort and ClientIP Tracking Options
  • Update: set default port for -ep command
  • Update: use NLog.config in app binary folder if it does not exists in working folder

v2.3.289

08 Dec 01:12
Compare
Choose a tag to compare

v2.3.289

Client

  • Update: Add Logging Policy Warning
  • Update: Create Private Server Link

Server

  • Update: Linux: Some issue in installation
  • Fix: Maintenance mode detection

v2.3.287

26 Nov 09:57
Compare
Choose a tag to compare

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

22 Oct 07:17
Compare
Choose a tag to compare

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

28 Sep 03:57
Compare
Choose a tag to compare

v2.1.276

  • Feature: IPv6 Support
  • Fix: Some packet loss in ping

v2.0.272

22 Sep 23:29
Compare
Choose a tag to compare

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

07 Sep 12:15
Compare
Choose a tag to compare

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