Skip to content

Releases: klementng/wireguard-over-wstunnel

v4.2.3

19 Jun 06:36
8062bc8
Compare
Choose a tag to compare

Fix issues with wireguard tunnel not stopping properly after exiting

Binaries are compiled using pyinstaller (see github actions). It may or may not work for your system. macos build are not tested

v4.2.2

23 Mar 08:43
4dcb56c
Compare
Choose a tag to compare

Fix crash in linux system (issue #14)

Binaries are compiled using pyinstaller (see github actions). It may or may not work for your system. macos build are not tested

v4.2.1

28 Feb 14:04
Compare
Choose a tag to compare

Changes

  • Revamped healthchecks
  • bugfixes

Binaries are compiled using pyinstaller (see github actions). It may or may not work for your system. macos build are not tested

v4.1.0

22 Feb 18:12
Compare
Choose a tag to compare

Change / New Features

  • New GUI Buttons! (see v4)
  • Improve handling in stopping of wstunnel process

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.

v4.0.0

22 Feb 13:41
Compare
Choose a tag to compare

New features:

  • New GUI! (can be started with --nogui if running on a console/terminal)
  • Added ability to minimise application to taskbar
  • Add healthcheck - auto restart of wstunnel or wireguard.

Changes:

  • Deprecated healthcheck ping
  • Refactor of code

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.

v3.1.1

21 Feb 14:23
8b3af98
Compare
Choose a tag to compare

Changes:

  • bugfix in for cleanup
  • use safe_exit instead of win32api to handle closing of terminal

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.

** Note **

  • The windows binary is flagged by windows defender and need to be excluded manually (or you can use the previous version v3.1.0)
  • The binary files can be also downloaded via github actions tabs

v3.1.0

21 Feb 10:08
491f607
Compare
Choose a tag to compare

New features/changes:

  • Added proper cleanup of when pressing the 'x' button when using windows binary
  • Bump to python 3.12
  • Code refactor
  • dns.json bug fixes

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.

v3.0.2

07 Nov 22:09
Compare
Choose a tag to compare
  • Fix default paths for windows
  • other minor changes
  • Support wstunnel >= v7 only

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.

v3.0.1

07 Nov 05:32
8d64310
Compare
Choose a tag to compare
  • Fix sample config.yml file
  • Support wstunnel >= v7 only

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.

v3.0.0

03 Nov 06:00
Compare
Choose a tag to compare

Updated to support wstunnel v7 and above.

BREAKING CHANGES FROM V2

  • config file arguments renaming
  • wstunnel <= v6 not supported

Binaries are compiled using pyinstaller (see github actions) for:

Windows 11
Ubuntu 20.04

It may or may not work for your system.