diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3350f3..ee6f714e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix download as conf.txt (https://github.com/wg-easy/wg-easy/pull/2269) - Clean filename for OTL download (https://github.com/wg-easy/wg-easy/pull/2253) +- Text color in admin menu in light mode (https://github.com/wg-easy/wg-easy/pull/2307) ## Changed @@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add AdGuard Home (https://github.com/wg-easy/wg-easy/pull/2175) - Add Routed (No NAT) docs (https://github.com/wg-easy/wg-easy/pull/2181) +- Add AmneziaWG docs (https://github.com/wg-easy/wg-easy/pull/2108, https://github.com/wg-easy/wg-easy/pull/2292) ## [15.1.0] - 2025-07-01 diff --git a/package.json b/package.json index f2a5c052..cd061f7a 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "docker build -t wg-easy .", "docs:preview": "docker run --rm -it -p 8080:8080 -v ./docs:/docs squidfunk/mkdocs-material serve -a 0.0.0.0:8080", "scripts:version": "bash scripts/version.sh", + "scripts:i18n": "bash scripts/i18n.sh", "format:check:docs": "prettier --check docs" }, "devDependencies": { diff --git a/src/package.json b/src/package.json index ec18f296..dfd8efc8 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "wg-easy", - "version": "15.2.0-beta.2", + "version": "15.2.0-beta.3", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module",