Skip to content

Releases: wirewizard-dev/wireguard-linux

v1.0.11

11 Oct 07:46

Choose a tag to compare

Tray menu:

  • Display the current interface.
  • Interface switch button.

v1.0.10

26 Jul 22:50

Choose a tag to compare

  • Time parser updated.
  • Preshared key added to display.
  • Minor corrections and updated README.

v1.0.9

26 Jul 08:47
ec6db56

Choose a tag to compare

  • The visual part of TunnelConfig has been completely redesigned.
  • Fixed a bug where, when selecting an interface, right-clicking in the left_panel did not activate the “Activate/Deactivate” buttons.

v1.0.8

13 Jun 10:45

Choose a tag to compare

Style fixes:

  • Fixed background-color styles breaking in right_panel.
  • Replaced emoji icons with classic icons built into Qt.

v1.0.7

10 Jun 13:02

Choose a tag to compare

wireguarg.go optimization:

  • Migration from slices to strings.Builder.
  • Migration from strings.Split to bytes.SplitSeq.
  • Typo in the path fixed.

wireguard.py bug:

  • Fixed a bug where, if you right-click on left_panel while the tunnel is active, the name of the active tunnel is reset and the “Edit” button does not work.

v1.0.6

06 Jun 14:36

Choose a tag to compare

NO update is required from version 1.0.5 to 1.0.6.

  • Added dependency check in deb-pkg.
  • Typo fixed.

v1.0.5

21 May 22:21

Choose a tag to compare

  • Added support for colors as in the Windows version in tunnel creation/update.

v1.0.4

17 May 18:50

Choose a tag to compare

  • Correct display of all errors in logs when importing a configuration file fails.
  • Added timeout to auto disconnect after 20 seconds if any error occurs when connecting via wg-quick utility.
  • Added 6 MB limit on logs, after which 1/2 is cleared automatically.
  • Cleaned up code from unnecessary repetitions and other small fixes.

v1.0.3

16 May 22:20

Choose a tag to compare

  • Fixed bug when switching from active tunnel not via right_click_mouse(Toggle).

v1.0.2

16 May 14:45

Choose a tag to compare

  • Added ability to select/unselect via ctrl+left_click_mouse.
  • Fixed zero import error and other small changes.