Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.3.1 — 2026-08-29

### Fixed

- Failed or timed-out signaling auth left a live WebSocket; Connect niled `a.vpn` without `Stop()`, so retries stacked zombie sessions; `reconnectLoop` leaked the same way. `Start`/`Connect`/`reconnectLoop` now close that attempt

## 1.3.0 — 2026-08-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Entangled VPN

**v1.3.0** — Mesh VPN for small friend groups.
**v1.3.1** — Mesh VPN for small friend groups.

Create a virtual LAN (`10.242.0.0/24`), chat, and play over P2P UDP with automatic relay fallback when NAT wins. Settings → **Connection**: Direct (default) or Relay (force server path).

Expand Down
2 changes: 1 addition & 1 deletion client/vpncore/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package vpncore

const AppVersion = "1.3.0"
const AppVersion = "1.3.1"
Loading