Skip to content

Releases: ngoduykhanh/wireguard-ui

wireguard-ui v0.6.2

07 Jan 09:47
99104e4
Compare
Choose a tag to compare

What's Changed

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

wireguard-ui v0.6.1

07 Jan 08:45
c5f5217
Compare
Choose a tag to compare
  • Fix GitHub Action workflows. No application code changed

wireguard-ui v0.6.0

06 Jan 08:19
fa33d3f
Compare
Choose a tag to compare

What's Changed

New Contributors

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

wireguard-ui v0.5.2

23 Jun 08:10
6bbe230
Compare
Choose a tag to compare

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

03 Jun 08:54
346e3bd
Compare
Choose a tag to compare

What's Changed

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

wireguard-ui v0.5.0

24 May 19:29
8ac33a0
Compare
Choose a tag to compare

What's Changed

New Contributors

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

wireguard-ui v0.4.0

02 Dec 22:54
be2ffba
Compare
Choose a tag to compare

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

20 Mar 12:58
ad4ca4d
Compare
Choose a tag to compare
  • UI adjustment #155, #172
  • Wake On Lan and management features #164
  • Optional Private Keys #161
  • SMTP fixes (#154)

wireguard-ui v0.3.6

29 Jan 08:15
71ede02
Compare
Choose a tag to compare

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

21 Nov 19:09
Compare
Choose a tag to compare

In this release:

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