mirror of https://github.com/garrytan/gstack.git
chore: bump version and changelog (v0.0.2)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
28adc11c03
commit
49df376a35
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## 0.0.2 — 2026-03-12
|
||||
|
||||
### Changed
|
||||
|
||||
- Reworked `/browse` daemon lifecycle so `stop` and `restart` complete cleanly, serialize startup, and persist user-agent changes across restarts.
|
||||
- Switched snapshot refs from global live locators to tab-local frozen element handles so refs fail stale instead of drifting across tabs or SPA rerenders.
|
||||
- Updated network capture to track requests by Playwright request identity and report response size/timing without loading response bodies into memory.
|
||||
|
||||
### Fixed
|
||||
|
||||
- `browse cookie` now supports an explicit origin before first navigation and returns clear guidance on `about:blank`.
|
||||
- `browse fill` and `browse select` now accept explicit empty-string values.
|
||||
- Snapshot parsing now preserves accessible names containing escaped quotes.
|
||||
- Added regression coverage for lifecycle, ref safety, cookie semantics, empty values, quoted names, and same-URL network attribution.
|
||||
|
||||
## 0.0.1 — 2026-03-11
|
||||
|
||||
Initial release.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gstack",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Reference in New Issue