Skip to content

Releases: vpnhood/VpnHood

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

v3.0.429

29 Sep 19:12
Compare
Choose a tag to compare

Client

  • Android: Fix not showing apps in AppFilter

v3.0.428

29 Sep 02:40
Compare
Choose a tag to compare

Server

  • Fix: Certificate was not updated immediately by Access Manager
  • Fix: AutoUpdater

v3.0.427

29 Sep 02:22
Compare
Choose a tag to compare

Server

  • Fix: Certificate was not updated immediately by Access Manager

Client

  • Feature: Android: Support opening (key) as VpnHood Key file
  • Update: Windows: Fix Windows Firewall Configuration
  • Update: Windows: Set fixed window size

v3.0.423

28 Sep 06:47
Compare
Choose a tag to compare

Client

  • Feature: Android: Support opening Cinderella file (CDY) as VpnHood Key file
  • Feature: Android: Changing file signature for no-google-store APK
  • Update: Remove the legacy Protocol Version 3
  • Update: Improve performance and battery usage
  • Update: Android: Minimum requirement has been increased to Android 6.0 (Marshmallow)

Server

  • Update: Remove the legacy Protocol Version 3
  • Fix: Collection was modified error, which caused connection freeze temporary

v3.0.416

19 Aug 23:03
Compare
Choose a tag to compare

Client

  • Feature: Offer Premium if VpnHood Public server selected

v3.0.414

01 Aug 20:19
Compare
Choose a tag to compare

Client

  • Fix: Invalid UDP packet signature
  • Fix: Android: setMetered error

Server

  • Fix: Invalid UDP packet signature
  • Update: Reduce server default logging

v3.0.411

30 Jul 05:10
Compare
Choose a tag to compare

Client

  • Feature: Client Protocol Version 4
  • Feature: TCP connection reuse
  • Feature: Allow Drop UDP packets
  • Feature: Add IPv6 support to country exclusion/inclusion
  • Update: Improve reliability
  • Update: Improve logging by adding channel Id
  • Update: Include internal exception messages and stack trace in the diagnostic file
  • Update: Improve connection speed
  • Fix: Some UDP Packet loss
  • Fix: Android: VpnHood system notification
  • Fix: Remain in Disconnecting state
  • Fix: Windows: VpnHood Window display can't reach this page instead of UI
  • Warning: Preparing to deprecate v2.8.361 (Protocol Version 3)

Server

  • Feature: Server Protocol Version 4
  • Feature: TCP connection reuse
  • Update: Improve reliability
  • Update: Improve logging by adding channel Id
  • Update: Returns bad request for any unknown or unauthorized access
  • Fix: Server Kernel SendBufferSize
  • Fix: ClientCount report 0 in the FileAccessManager log
  • Fix: Some UDP Packet loss
  • Fix: Reporting CPU usage
  • Warning: Preparing to deprecate v2.8.361 (Protocol Version 3)

Development

  • Update: Use IAsyncDisposable
  • Update: Improve tests and make them faster
  • Feature: Add graceful disconnection

v2.9.370

17 May 23:24
Compare
Choose a tag to compare

Server

  • Fix Restart listener on servers by UdpEndPoints changes