Skip to content

Releases: ngoduykhanh/wireguard-ui

wireguard-ui v0.6.2

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 07 Jan 09:47
99104e4

What's Changed

Full Changelog: v0.6.1...v0.6.2

wireguard-ui v0.6.1

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 07 Jan 08:45
c5f5217
  • Fix GitHub Action workflows. No application code changed

wireguard-ui v0.6.0

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 06 Jan 08:19
fa33d3f

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

wireguard-ui v0.5.2

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 23 Jun 08:10
6bbe230

What's Changed

  • Added BIND_ADDRESS environment variable to the project README by @ImAARIX in #384
  • README: Remove duplicate env var entry by @gabeklavans in #392
  • [Vulnerability] Cross site scripting (XSS) and Open Redirect on the login page by @catmandx in #396

New Contributors

Full Changelog: v0.5.1...v0.5.2

wireguard-ui v0.5.1

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 03 Jun 08:54
346e3bd

What's Changed

Full Changelog: v0.5.0...v0.5.1

wireguard-ui v0.5.0

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 24 May 19:29
8ac33a0

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

wireguard-ui v0.4.0

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 02 Dec 22:54
be2ffba

Features Added
Custom wg conf template (#179)
Add environment variables for configuration (#189)
Add support to SSL/TLS/SSLTLS encryption for SMTP (#221)
Added checkbox FwMark in QRCode generation (#260)

Bug fixes /improvements
Add ForwardMark to global settings (#173)
Improve status UI (#196)
Mitigate CSRF attacks (#206)
Write the initial wireguard config on start, if none exists (#207)
Use ConstantTimeCompare to make the login more secure (#205)
Update golang and alpine docker image tag (#209)
Add MTU to client configs (#214)
Fixed the problem that Wake On Lan does not work when BASE_PATH is set (#229)
Disable automatic endpoint address detection when endpoint is supplied (#240)

wireguard-ui v0.3.7

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 20 Mar 12:58
ad4ca4d
  • UI adjustment #155, #172
  • Wake On Lan and management features #164
  • Optional Private Keys #161
  • SMTP fixes (#154)

wireguard-ui v0.3.6

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 29 Jan 08:15
71ede02

In this release:

  • Allow passing extra allowed subnets (#114)
  • QR code behind button and faster modal loading (#144)
  • SMTP support (#146)
  • PresharedKey is now only included if set (#141)
  • Dynamic year in footer page (#126)

wireguard-ui v0.3.5

Choose a tag to compare

@ngoduykhanh ngoduykhanh released this 21 Nov 19:09

In this release:

  • Make MTU and PersistentKeepalive optional (#123)
  • Make client email input optional (#122)
  • Update container health check (#124)
  • UI adjustments