WireSock VPN Client Release History

v1.2.37

  • New Features & Improvements
    • Updated Application Icon: We’ve refreshed our application icon, embracing a more modern aesthetic that aligns with our current branding. This update brings a fresh look to the familiar interface of our application.
  • Bug Fixes
    • AllowedApps and DisallowedApps Parsing Issue: Resolved a critical parsing issue where trailing commas in the AllowedApps and DisallowedApps configuration lists resulted in incorrect behavior. With this update, these lists are now correctly parsed, even when they end with a comma, preventing the inadvertent inclusion of empty strings as valid entries. This fix was implemented in response to the user-reported issue “VPN is connected but my normal IP isn’t public” on the NTKERNEL forums. (Forum Thread)
    • DNS Redirection in DisallowedIPs: Fixed an issue regarding DNS redirection when the system’s default DNS is present in the DisallowedIPs list. This fix ensures proper functionality of DNS redirection under these specific conditions, as discussed in our community discussion on GitHub. (GitHub Discussion)

v1.2.36

  • New Features & Improvements
    • This update enhances user experience by dynamically naming the virtual network interface based on the configuration file used. This feature is especially advantageous for users managing multiple configurations, offering a more intuitive and straightforward method to identify and interact with different network interfaces. This functionality is specifically tailored to the virtual adapter mode, streamlining network management in complex setups.
  • Bug Fixes:
    • Resolved Memory Alignment Issue: Fixed an issue with memory alignment in the virtual network adapter on the ARM64 platform.

v1.2.32

  • Command-line Interface Enhancement: Added an ‘import’ command to the CLI, encrypting and securing VPN configurations within a protected folder for enhanced security and user convenience.

v1.2.30

  • New Features:
    • Introduced ListenPort Configuration Parameter: For Wireguard.
    • Enhanced Packet Handling: Performance improvements across the codebase.

v1.2.29

  • System Stability Improvements:
    • Implemented Parameter Verification: For Boringtun library calls, enhancing system stability.
    • Upgraded Boringtun Library: To version 0.6.0 for improved performance and reliability.

v1.2.28

  • Service Update: Featuring code refactoring for improved maintainability and performance.

v1.2.27

  • Bug Fixes:
    • Cleared Empty MTU Configuration Issue: Resolved a glitch causing exceptions with an empty Maximum Transmission Unit (MTU) value in the configuration.

v1.2.26

  • Enhancements and Fixes:
    • Bug Fix: Resolved an IPv6 connection process context issue from version 1.2.25.
    • Improved MTU Management: For IPv6 connections via the WireGuard tunnel.

v1.2.25

  • Enhancements and Fixes:
    • Bug Fix: Addressed an exception related to unspecified DNS for the virtual network adapter.
    • Improved MTU Management: For incoming connections via the WireGuard tunnel.

v1.2.24

  • Bug Fixes:
    • Resolved Application Shutdown Issue: Fixed a bug causing unexpected shutdowns when managing fragmented TCP packets from the tunnel.

v1.2.23

  • Bug Fixes:
    • Fixed Exception in Process Name Resolution: Identified and resolved an issue potentially causing unexpected application termination.

v1.2.22

  • Bug Fixes:
    • Resolved IPv6 Packet Issue: Fixed a problem with malformed IPv6 packets leading to unexpected application termination.

v1.2.21

  • Compatibility Enhancement: Improved compatibility with WiresockUI v0.1.1.

v1.2.20

  • Performance Enhancement:
    • Improved Performance on ARM64 Devices: Utilizing the native ARM64 build of Boringtun for better efficiency.

v1.2.19

  • Architecture Support:
    • Introducing ARM64 Support: Added support for ARM64 architecture, enhancing compatibility with various devices and platforms.

v1.2.18

  • Functionality Enhancement: Enriched wgbooster.dll interface for better management and user experience with EpexGUI.

v1.2.17

  • Compatibility Enhancement: Added support for non-ASCII characters in the path name of the Wireguard configuration file on Windows systems.

v1.2.16

  • Bug Fixes:
    • Fixed IPv6 Endpoint Parsing Issue: Addressed a bug in the parsing of IPv6 endpoints.

v1.2.15

  • Operational Improvements:
    • Application Mode Update: The application exits when the configuration file is missing or corrupted, rather than attempting to reload.
    • Changed AllowedApps/DisallowedApps Behavior: Enhanced tunnel forwarding rules and DNS request handling.

v1.2.12

  • Technical Updates:
    • Updated Boringtun Branch: To the latest master branch as of October 8, 2022.
    • Fixed Race Condition: In adapterless mode when connecting to a WireGuard server.
    • Improved AllowedApps/DisallowedApps Functionality: Now checks path names for more precise validation.

v1.2.10

  • Technical Enhancements:
    • Updated to Boringtun v0.5.2.
    • Added DHCP/ARP Bypass: Addressing a tunnel-related issue affecting DHCP functionality.