changelog: release 12
This commit is contained in:
parent
de9eebd827
commit
268681d6b5
|
@ -23,6 +23,8 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
|
||||||
* Statistics for which clients are connected.
|
* Statistics for which clients are connected.
|
||||||
* Tx/Rx charts for each connected client.
|
* Tx/Rx charts for each connected client.
|
||||||
* Gravatar support.
|
* Gravatar support.
|
||||||
|
* Toggleable Light / Dark Mode
|
||||||
|
* Sessionless HTTP API authentication
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,5 @@
|
||||||
"9": "Updated NodeJS to v18.14.1 and bump node dependencies, both by @pheiduck in #17 and #18."
|
"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."
|
"10": "Updated NodeJS to v18.15.0 (@pheiduck) and bump node dependencies."
|
||||||
"11": "Updated NodeJS to v18.18.2 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!!! 😎"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"release": "11",
|
"release": "12",
|
||||||
"name": "wg-easy",
|
"name": "wg-easy",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
Loading…
Reference in New Issue