Skip to content

Releases: i3ladik/wg-easy-node-wrapper

Release v1.0.3

19 Jul 23:44
Compare
Choose a tag to compare

Release notes:

Fix

  • rename(clientId, newName) - Added a missed "await"

Update

  • Reworked catching errors. Now, in case of errors, you get an object with the variable "error"

Release v1.0.2

19 Jul 20:50
Compare
Choose a tag to compare

Release notes:

Added

  • getRelease() - Getting the release version
  • getSession() - Getting a session
  • getQRCode(clientId) - Getting wg-easy client qr-code
  • updateAddress(clientId, address) - Update wg-easy client address

Fix

  • rename(clientId, newName) - now it is not possible to take an existing name

Release v1.0.0

18 Jul 19:52
Compare
Choose a tag to compare

Release notes:

First upload