Skip to content

Releases: Devsfy/wiregui

Fixes save button not hiding after submit edit

06 Sep 19:43
43a51b5
Compare
Choose a tag to compare

This release fixes a bug when saving an editted config the save button did not hide

Menu bar and new context menu options

20 Jul 12:11
Compare
Choose a tag to compare

New features:

  • Added menu bar for production builds
  • Added option to toggle tunnel on context menu
  • Added option to copy tunnel config on context menu
  • Added confirmation dialog when deleting config with context menu
  • Improved windows tray icon quality (before at top, after at bottom)
  • Fixed electron icon for windows builds (may require reboot)
  • Added option to import files from menu bar

image
image
image
image

Hot fixes on sidebar

18 Jul 16:39
Compare
Choose a tag to compare

This release:

  • Removes the padding in the highlight for the selected item in sidebar
  • Add scroll on sidebar when having a lot of tunnels saved

Improvements in UI and small fixes

18 Jul 04:42
Compare
Choose a tag to compare

We've added new UI features and some fixes

  • Send friendly message when activating a tunnel and wireguard was not detected by wiregui
  • Highlight selected tunnel on sidebar
  • Wiregui does not push new route to history when selecting the same route anymore (doesn't change anything to end-users, but it used to send a warning in the background)
  • Move delete button to top right corner and add icon
  • Add button to go back to home page
  • Updated color of texts in highlighted buttons
  • Added context menu to delete items from sidebar

New icons and single instance

15 Jun 02:53
Compare
Choose a tag to compare

This release updates the app icons and make sure there's only one instance of wiregui running.

Old:

image
image

New:

image
image

Add notification for new updates

20 May 11:30
Compare
Choose a tag to compare

Since linux releases does not get notified by electron auto updater, we decided to add a toast notification so you know when there's a new release.

image

PS: I messed up the release again so we are skipping the x.y.0 version again.

Added new icon when a tunnel is active

20 May 03:03
ed2b7bb
Compare
Choose a tag to compare

This release adds a new icon when a tunnel is active:

image

Check filename length

15 May 14:16
ed2b7bb
Compare
Choose a tag to compare
  • Rename "connection" to "tunnel"
  • Check if filename is less than 15 characters (wg-quick requirement)

image
image

Allow existing connections to be edited

24 Apr 02:41
309bed4
Compare
Choose a tag to compare

This release allows existing connections to be updated.

image

Hide window when not closing from tray

22 Apr 13:45
f1cde42
Compare
Choose a tag to compare

This release hides the window when not closing from tray.