Skip to content

Releases: donaldzou/WGDashboard

2022 March Release 1

22 Mar 21:32
Compare
Choose a tag to compare

Fixed Bug

  • When wgdashboard is running behind a proxy server, redirecting could cause using http while proxy is using https [❤️ from #161]

2022 January Release 4

31 Jan 21:11
Compare
Choose a tag to compare

Quick Fix

  • Fixed public key does not match when user used an existing private key
  • Sorry for the wrong version number that causing the dashboard ask for update after updating.

v3.0.3

24 Jan 00:34
af71176
Compare
Choose a tag to compare
  • Fixed when dashboard configuration file cannot be found after a fresh install. [❤️ from #132 ]

2022 January Release 1

18 Jan 17:36
9f8559c
Compare
Choose a tag to compare

📣 What's New: v3.0

  • 🎉 New Features

    • Moved from TinyDB to SQLite: SQLite provide a better performance and loading speed when getting peers! Also avoided crashing the database due to race condition.
    • Added Gunicorn WSGI Server: This could provide more stable on handling HTTP request, and more flexibility in the future (such as HTTPS support). BIG THANKS to @pgalonza ❤️
    • Add Peers by Bulk: User can add peers by bulk, just simply set the amount and click add.
    • Delete Peers by Bulk: User can delete peers by bulk, without deleting peers one by one.
    • Download Peers in Zip: User can download all downloadable peers in a zip.
    • Added Pre-shared Key to peers: Now each peer can add with a pre-shared key to enhance security. Previously added peers can add the pre-shared key through the peer setting button.
    • Redirect Back to Previous Page: The dashboard will now redirect you back to your previous page if the current session got timed out and you need to sign in again.
    • Added Some 🥘 Experimental Functions
  • 🪚 Bug Fixed

  • 🧐 Other Changes

    • Key generating moved to front-end: No longer need to use the server's WireGuard to generate keys, thanks to the wireguard.js from the official repository!
    • Peer transfer calculation: each peer will now show all transfer amount (previously was only showing transfer amount from the last configuration start-up).
    • UI adjustment on running peers: peers will have a new style indicating that it is running.
    • wgd.sh finally can update itself: So now user could update the whole dashboard from wgd.sh, with the update command.
    • Minified JS and CSS files: Although only a small changes on the file size, but I think is still a good practice to save a bit of bandwidth ;)

And many other small changes for performance and bug fixes! 😆

If you have any other brilliant ideas for this project, please shout it in here #129 ❤️

For users who is using v2.x.x please be sure to read this before updating WGDashboard ;)

v3.0-beta.final.final

18 Jan 16:05
Compare
Choose a tag to compare
v3.0-beta.final.final Pre-release
Pre-release

v3.0-beta.final.final

v3.0-beta.final

18 Jan 15:42
Compare
Choose a tag to compare
v3.0-beta.final Pre-release
Pre-release

v3.0-beta.final

2021 September Release 2

09 Sep 02:01
Compare
Choose a tag to compare
  • Updated dashboard's name to 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.