Browse Source

Bump version to 15.4.0-beta.1

master v15.4.0-beta.1
Bernd Storath 12 hours ago
parent
commit
2adadfb582
  1. 20
      CHANGELOG.md
  2. 2
      src/package.json

20
CHANGELOG.md

@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
Support disabling version check (https://github.com/wg-easy/wg-easy/pull/2648)
OAuth integration (https://github.com/wg-easy/wg-easy/pull/2659)
### Fixed
Button styling (https://github.com/wg-easy/wg-easy/pull/2666)
Escape Prometheus label values (https://github.com/wg-easy/wg-easy/pull/2702)
Skip ip6tables for firewall when IPv6 is disabled (https://github.com/wg-easy/wg-easy/pull/2701)
### Changed
Only set sysctl if needed (https://github.com/wg-easy/wg-easy/pull/2630)
Improve security (https://github.com/wg-easy/wg-easy/pull/2661, https://github.com/wg-easy/wg-easy/pull/2668, https://github.com/wg-easy/wg-easy/pull/2669)
Replace mkdocs with zensical (https://github.com/wg-easy/wg-easy/pull/2667)
Migrate to Nuxt 4 (https://github.com/wg-easy/wg-easy/pull/2660)
## [15.3.0] - 2026-05-18
### Added
- AWG: support for H1-H4 ranges (https://github.com/wg-easy/wg-easy/pull/2480)
- Client Firewall (https://github.com/wg-easy/wg-easy/pull/2418)
- CLI: Show QR code (https://github.com/wg-easy/wg-easy/pull/2518)

2
src/package.json

@ -1,6 +1,6 @@
{
"name": "wg-easy",
"version": "15.3.0",
"version": "15.4.0-beta.1",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"private": true,
"type": "module",

Loading…
Cancel
Save