From 3d53a7595fcfe1dca75c47f1b27f36c0cb932ae8 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 6 Apr 2026 16:25:23 -0700 Subject: [PATCH] chore: bump version and changelog (v0.15.15.1) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e45ae4f5..0fa1c02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.15.15.1] - 2026-04-06 + +### Fixed +- pair-agent tunnel drops after 15 seconds. The browse server was monitoring its parent process ID and self-terminating when the CLI exited. Now pair-agent sessions disable the parent watchdog so the server and tunnel stay alive. +- `$B connect` crashes with "domains is not defined". A stray variable reference in the headed-mode status check prevented GStack Browser from initializing properly. + ## [0.15.15.0] - 2026-04-06 Community security wave: 8 PRs from 4 contributors, every fix credited as co-author. diff --git a/VERSION b/VERSION index 176efdf1..f53ee8a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.15.0 +0.15.15.1