From 2b1add81c5b6fecffb2c8a2a60fc98f632c5e8ef Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 12 Mar 2026 18:28:06 -0700 Subject: [PATCH] chore: bump version and changelog (v0.3.1) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c95457..abec97d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.3.1 — 2026-03-12 + +### Phase 3.5: Browser cookie import + +- `cookie-import-browser` command — decrypt and import cookies from real Chromium browsers (Comet, Chrome, Arc, Brave, Edge) +- Interactive cookie picker web UI served from the browse server (dark theme, two-panel layout, domain search, import/remove) +- Direct CLI import with `--domain` flag for non-interactive use +- `/setup-browser-cookies` skill for Claude Code integration +- macOS Keychain access with async 10s timeout (no event loop blocking) +- Per-browser AES key caching (one Keychain prompt per browser per session) +- DB lock fallback: copies locked cookie DB to /tmp for safe reads +- 18 unit tests with encrypted cookie fixtures + ## 0.3.0 — 2026-03-12 ### Phase 3: /qa skill — systematic QA testing diff --git a/VERSION b/VERSION index 0d91a54c..9e11b32f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1