Skip to content

Releases: donaldzou/WGDashboard

2021 September Release 1

08 Sep 16:44
8f41222
Compare
Choose a tag to compare

📣 What's New: Version v2.3

2021 August Release 2

16 Aug 19:31
c32ccfc
Compare
Choose a tag to compare

Bug Fixed:

  • Added support for full subnet on Allowed IP
  • Peer setting Save button

2021 August Release 1

15 Aug 03:58
ff30402
Compare
Choose a tag to compare

📣 What's New: Version v2.2

  • 🎉 New Features
    • Add new peers: Now you can add peers directly on dashboard, it will generate a pair of private key and public key. You can also set its DNS, endpoint allowed IPs. Both can set a default value in the setting page. [❤️ in #44]
    • QR Code: You can add the private key in peer setting of your existed peer to create a QR code. Or just create a new one, dashboard will now be able to auto generate a private key and public key ;) Don't worry, all keys will be generated on your machine, and will delete all key files after they got generated. [❤️ in #29]
    • Peer configuration file download: Same as QR code, you now can download the peer configuration file, so you don't need to manually input all the details on the peer machine! [❤️ in #40]
    • Search peers: You can now search peers by their name.
    • Autostart on boot: Added a tutorial on how to start the dashboard to on boot! Please read the tutorial below. [❤️ in #29]
    • Click to copy: You can now click and copy all peer's public key and configuration's public key.
    • ....
  • 🪚 Bug Fixed
    • When there are comments in the wireguard config file, will cause the dashboard to crash.
    • Used regex to search for config files.
  • 🧐 Other Changes
    • Moved all external CSS and JavaScript file to local hosting (Except Bootstrap Icon, due to large amount of SVG files).
    • Updated Python dependencies
      • Flask: v1.1.2 => v2.0.1
      • Jinja: v2.10.1 => v3.0.1
      • icmplib: v2.1.1 => v3.0.1
    • Updated CSS/JS dependencies
      • Bootstrap: v4.5.3 => v4.6.0
    • UI adjustment
      • Adjusted how peers will display in larger screens, used to be 1 row per peer, now is 3 peers in 1 row.

2021 July Release 1

02 Jul 18:38
9b2c59d
Compare
Choose a tag to compare

📣 What's New: Version 2.1

  • Added Ping and Traceroute tools!
  • Adjusted the calculation of data usage on each peers
  • Added refresh interval of the dashboard
  • Bug fixed when no configuration on fresh install (#23)
  • Fixed crash when too many peers (#22)

Please notice that I mistakenly left a configuration file under the db folder, please remove it if you found it inside

2021 May Release 1

05 May 19:31
ae3b8f6
Compare
Choose a tag to compare

📣 What's New: Version 2.0

⚠️ Update from v1.x.x

  1. Stop the dashboard if it is running.
  2. You can use git pull https://github.com/donaldzou/Wireguard-Dashboard.git v2.0 to get the new update inside Wireguard-Dashboard directory.
  3. Proceed Step 2 & 3 in the Install step down below.

  • Added login function to dashboard

    • I'm not using the most ideal way to store the username and password, feel free to provide a better way to do this if you any good idea!
  • Added a config file to the dashboard

  • Dashboard config can be change within the Setting tab on the side bar

  • Adjusted UI

  • And much more!

v2.0 Beta 7

05 May 19:21
Compare
Choose a tag to compare
v2.0 Beta 7 Pre-release
Pre-release
v2.0-7

v2.0-beta-6  Commit

v2.0 Beta 6

05 May 19:15
Compare
Choose a tag to compare
v2.0 Beta 6 Pre-release
Pre-release
v2.0-6

v2.0-beta-6  Commit

2021 April Release 2

03 Apr 18:34
7421911
Compare
Choose a tag to compare

Resolved issue #3.

2021 April Release 1

03 Apr 02:24
Compare
Choose a tag to compare

Able to add a friendly name to each peer. Thanks #2 !

Stable Release

27 Dec 05:01
Compare
Choose a tag to compare
v1.0

Added the function to remove peers