Skip to content

Releases: vpnhood/VpnHood

v4.4.506

11 May 09:28
Compare
Choose a tag to compare

Client

  • Update: Android: Show Notification & QuickLaunch Request after connect
  • Update: Display AD without VPN
  • Fix: Android: Crash when starting as always-on, but there is no selected server
  • Fix: Android: importing access key by file
  • Fix: minor issue in disconnect messages
  • Deprecate: ServerProtocol Version 2 (451) is deprecated and no longer supported

Server

  • Update: Support Flexible Ad

v4.4.500

30 Apr 21:59
Compare
Choose a tag to compare

Client

  • Update: Retry failed connection if the access token is updated from the server token URL
  • Update: Move VpnHood Public Servers to VpnHood Connect App
  • Fix: Ad service
  • Fix: Sometimes the connect button didn't disconnect the current connection
  • Fix: Android: Crash on disconnect
  • Fix: Android: Fix Diagnoser mistakenly shows "Connection is not stable"
  • Fix: Android: Fix Google Play Update
  • Update: Android: Improve Android TV

Server

  • Feature: Ad reward service

v4.3.485

06 Apr 20:01
Compare
Choose a tag to compare

Client

  • Feature: Accept DNS Servers from the connected Server
  • Feature: Multi-language Support (Arabic, Chinese, English, Farsi, Portuguese, Russian, Spanish)
  • Feature: Support Billing integration
  • Feature: Implement Google Billing
  • Feature: Support Interface for Account integration
  • Feature: Implement VpnHood Store Account
  • Update: Improve UDP performance
  • Update: Prepare to migrate VpnHood public servers to VpnHood Connect

Server

  • Feature: Configure DNS Servers for the connected clients
  • Update: Support multiple certificates
  • Update: Configure timeout for HTTP-01 DNS challenge
  • Update: Faster shutdown

v3.3.470

16 Feb 20:28
Compare
Choose a tag to compare

Client

  • Feature: Update UI when the server does not support UDP tunnel
  • Fix: Crash when pressing "Disconnect" while connecting
  • Fix: Remove "No data has been received" message before connection is established
  • Update: Protocol Changed: Server sends UdpPort instead of UdpEndPoints

Server

  • Fix: Crash when pressing "Disconnect" while connecting
  • Update: Protocol Changed: Server sends UdpPort instead of UdpEndPoints
  • Feature: Support HTTP-01 DNS challenge to auto-verify domains

v3.3.463

07 Feb 22:57
Compare
Choose a tag to compare

Client

  • Fix: The "Connect" button for free public server does not work under certain circumstances

v3.3.462

04 Feb 12:01
Compare
Choose a tag to compare

Client

  • Fix: Pull the recent tokens from the server & URL

Server

  • Fix: Push the recent tokens to clients

v3.3.454

18 Jan 21:37
Compare
Choose a tag to compare

Client

  • Update: New Access Token format
  • Update: Use OS encryption for TLS
  • Feature: Enable updating server endpoints by Url
  • Feature: Display token expiration if it exists
  • Feature: Update server token URL from the server
  • Feature: Android: Prompt for the update by Google Play if possible
  • Feature: Android: Support opening (KEY) as VpnHood Key file
  • Fix: Windows: Freeze network after auto-reconnect redirects to a new server
  • Deprecate: Server ProtocolVersion 3 is deprecated and no longer supported

Server

  • Feature: Generate encrypted server token to client update server endpoint from a URL
  • Update: Move some File Access Manager options from the gen command to config
  • Update: Return 401 instead of 400 for invalid request
  • Update: Use OS encryption for TLS
  • Update: Redact more data in server logs
  • Deprecate: Server ProtocolVersion 3 is deprecated and no longer supported

v3.2.448

06 Dec 16:57
Compare
Choose a tag to compare

Client

Update: Improve Performance
Feature: Add the initializing state to the connection state
Feature: Android Set the navigation button background color

Server

Update: Improve Performance
Update: Improve error reporting to access manager
Update: Improve reporting state to access manager
Fix: Server doesn't start when there is no local IpV6
Fix: Server freezes when default UDP port is not available
Fix: Send status even if server configuration is not successful
Security: Updating AccessManaget token

Developer

Upgrade to .NET 8
Android: Migrate from Xamarin to .NET Android Application
Android: Upgrade to Android API 34

v3.1.436

18 Nov 00:57
Compare
Choose a tag to compare

Client

Update: Improve UI
Fix: Android: Keyboard cover input fields in the UI
Fix: Android: Frequently asking for adding the system tile

v3.1.434

28 Oct 22:43
Compare
Choose a tag to compare

Client

Update: Improve UI
Update: Windows: Remove from the taskbar on minimize
Update: Android: Ask for notification permission
Update: Android: Add compatibility to Android 6 & 14
Feature: Android: Register vh and vhkey intent for importing access key
Feature: Android: Add quick settings tile
Fix: Android: Requesting permission for notification
Fix: Windows: Restore Windows state to normal when user clicks on the system tray icon
Fix: Improve disconnecting speed

Developement

Client: Update SPA to VUE 3 and TypeScript
Client: Create Api.ts generated for TypeScript by nswag