From 268681d6b5d0b9fbff1be7790d7982c62317e8c8 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:34:51 +0100 Subject: [PATCH] changelog: release 12 --- README.md | 2 ++ docs/changelog.json | 1 + src/package.json | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 983cfcb..8b0f46b 100644 --- a/README.md +++ b/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 diff --git a/docs/changelog.json b/docs/changelog.json index 56751d1..7534852 100644 --- a/docs/changelog.json +++ b/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!!! 😎" } diff --git a/src/package.json b/src/package.json index f761577..cc91cdc 100644 --- a/src/package.json +++ b/src/package.json @@ -1,5 +1,5 @@ { - "release": "11", + "release": "12", "name": "wg-easy", "version": "1.0.2", "description": "",