Skip to content

v1.6.0

Compare
Choose a tag to compare
@Sirherobrine23 Sirherobrine23 released this 15 May 20:58
· 50 commits to main since this release
65c84d5

Hello again, we are releasing new features and improvements.

Changes:

  • 🐞 Any platform can now generate keys, a separate addon has been created.
  • 🐞 We've updated our tests/, it covers the new systems, and some features that were missing from the tests.
  • 🎉 Hello Windows and MacOS for pre-compiled addons.
  • 👀 We are rewriting utils.config and we removed a lot of lines, we rewrote parseConfig and renamed writeConfig to createConfig and rewrote it too.
  • 👀 We've changed a few things in src/index that might break some things:
    • It has been renamed and changes the return of showAll and show, now it is called listDevices and returns an array with the names of the wireguard interfaces.
    • Now if you want to get the data from the Wireguard interface use parseWgDevice, I recommend using listDevices to get the Wireguard interfaces.
    • We changed the addDevice to return a void if successful, otherwise it returns a throw Error.
    • peerOperation has been deprecated and removed.
    • If you want to remove an interface from Wireguard use removeInterface.