mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-24 07:31:01 +02:00
feat: v0.2.1 — Docker image on GHCR, QuickJS data island extraction
- Docker image auto-built on every release via CI - QuickJS sandbox executes inline <script> tags to extract JS-embedded content (window.__PRELOADED_STATE__, self.__next_f, etc.) - Bumped version to 0.2.1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b039b99858
commit
a6be233df9
3 changed files with 18 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to webclaw are documented here.
|
||||
Format follows [Keep a Changelog](https://keepachangelog.com/).
|
||||
|
||||
## [0.2.1] — 2026-03-27
|
||||
|
||||
### Added
|
||||
- **Docker image on GHCR**: `docker run ghcr.io/0xmassi/webclaw` — auto-built on every release
|
||||
- **QuickJS data island extraction**: inline `<script>` execution catches `window.__PRELOADED_STATE__`, Next.js hydration data, and other JS-embedded content
|
||||
|
||||
### Fixed
|
||||
- Docker CI now runs as part of the release workflow (was missing, image was never published)
|
||||
|
||||
---
|
||||
|
||||
## [0.2.0] — 2026-03-26
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue