Browse Source

changelog: release 12

pull/686/head
Philip H 1 year ago
committed by Philip Heiduck
parent
commit
268681d6b5
  1. 2
      README.md
  2. 1
      docs/changelog.json
  3. 2
      src/package.json

2
README.md

@ -23,6 +23,8 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
* Statistics for which clients are connected.
* Tx/Rx charts for each connected client.
* Gravatar support.
* Toggleable Light / Dark Mode
* Sessionless HTTP API authentication
## Requirements

1
docs/changelog.json

@ -10,4 +10,5 @@
"9": "Updated NodeJS to v18.14.1 and bump node dependencies, both by @pheiduck in #17 and #18."
"10": "Updated NodeJS to v18.15.0 (@pheiduck) and bump node dependencies."
"11": "Updated NodeJS to v18.18.2 and bump node dependencies."
"12": "New Release, new Features. This includes Sessionless HTTP API authentication and DARKMODE!!! 😎"
}

2
src/package.json

@ -1,5 +1,5 @@
{
"release": "11",
"release": "12",
"name": "wg-easy",
"version": "1.0.2",
"description": "",

Loading…
Cancel
Save