Bump version to 15.2.0
This commit is contained in:
+8
-6
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## Added
|
## [15.2.0] - 2026-01-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- AmneziaWG integration (https://github.com/wg-easy/wg-easy/pull/2102, https://github.com/wg-easy/wg-easy/pull/2226)
|
- AmneziaWG integration (https://github.com/wg-easy/wg-easy/pull/2102, https://github.com/wg-easy/wg-easy/pull/2226)
|
||||||
- Search / filter box (https://github.com/wg-easy/wg-easy/pull/2170)
|
- Search / filter box (https://github.com/wg-easy/wg-easy/pull/2170)
|
||||||
@@ -15,13 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Show client endpoint (https://github.com/wg-easy/wg-easy/pull/2058)
|
- Show client endpoint (https://github.com/wg-easy/wg-easy/pull/2058)
|
||||||
- Add option to view and copy config (https://github.com/wg-easy/wg-easy/pull/2289)
|
- Add option to view and copy config (https://github.com/wg-easy/wg-easy/pull/2289)
|
||||||
|
|
||||||
## Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix download as conf.txt (https://github.com/wg-easy/wg-easy/pull/2269)
|
- 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)
|
- 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)
|
- Text color in admin menu in light mode (https://github.com/wg-easy/wg-easy/pull/2307)
|
||||||
|
|
||||||
## Changed
|
### Changed
|
||||||
|
|
||||||
- Allow lower MTU (https://github.com/wg-easy/wg-easy/pull/2228)
|
- Allow lower MTU (https://github.com/wg-easy/wg-easy/pull/2228)
|
||||||
- Use /32 and /128 for client Cidr (https://github.com/wg-easy/wg-easy/pull/2217)
|
- Use /32 and /128 for client Cidr (https://github.com/wg-easy/wg-easy/pull/2217)
|
||||||
@@ -30,13 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057)
|
- Allow empty DNS (https://github.com/wg-easy/wg-easy/pull/2052, https://github.com/wg-easy/wg-easy/pull/2057)
|
||||||
- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015)
|
- Don't include keys in API responses (https://github.com/wg-easy/wg-easy/pull/2015)
|
||||||
- Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288)
|
- Try all QR ecc levels (https://github.com/wg-easy/wg-easy/pull/2288)
|
||||||
- Update OnetimeLink expiry on reuse (https://github.com/wg-easy/wg-easy/pull/2370)
|
- Update OneTimeLink expiry on reuse (https://github.com/wg-easy/wg-easy/pull/2370)
|
||||||
- Removed ARMv7 support (https://github.com/wg-easy/wg-easy/pull/2369)
|
- Removed ARMv7 support (https://github.com/wg-easy/wg-easy/pull/2369)
|
||||||
|
|
||||||
## Docs
|
### Docs
|
||||||
|
|
||||||
- Add AdGuard Home (https://github.com/wg-easy/wg-easy/pull/2175)
|
- 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 Routed (No NAT) docs (https://github.com/wg-easy/wg-easy/pull/2181, https://github.com/wg-easy/wg-easy/pull/2380)
|
||||||
- Add AmneziaWG docs (https://github.com/wg-easy/wg-easy/pull/2108, https://github.com/wg-easy/wg-easy/pull/2292)
|
- 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
|
## [15.1.0] - 2025-07-01
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wg-easy",
|
"name": "wg-easy",
|
||||||
"version": "15.2.0-beta.3",
|
"version": "15.2.0",
|
||||||
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user