mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-08 04:52:10 +02:00
feat: v0.2.0 — DOCX/XLSX/CSV extraction, HTML format, multi-URL watch, batch LLM
Document extraction: - DOCX: auto-detected, outputs markdown with headings (via zip + quick-xml) - XLSX/XLS: markdown tables with multi-sheet support (via calamine) - CSV: quoted field handling, markdown table output - All auto-detected by Content-Type header or URL extension New features: - -f html output format (sanitized HTML) - Multi-URL watch: --urls-file + --watch monitors all URLs in parallel - Batch + LLM: --extract-prompt/--extract-json works with multiple URLs - Mixed batch: HTML pages + DOCX + XLSX + CSV in one command Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0e4128782a
commit
ea14848772
8 changed files with 1520 additions and 41 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -3,6 +3,19 @@
|
|||
All notable changes to webclaw are documented here.
|
||||
Format follows [Keep a Changelog](https://keepachangelog.com/).
|
||||
|
||||
## [0.2.0] — 2026-03-26
|
||||
|
||||
### Added
|
||||
- **DOCX extraction**: auto-detected by Content-Type or URL extension, outputs markdown with headings
|
||||
- **XLSX/XLS extraction**: spreadsheets converted to markdown tables, multi-sheet support via calamine
|
||||
- **CSV extraction**: parsed with quoted field handling, output as markdown table
|
||||
- **HTML output format**: `-f html` returns sanitized HTML from the extracted content
|
||||
- **Multi-URL watch**: `--watch` now works with `--urls-file` to monitor multiple URLs in parallel
|
||||
- **Batch + LLM extraction**: `--extract-prompt` and `--extract-json` now work with multiple URLs
|
||||
- **Scheduled batch watch**: watch multiple URLs with aggregate change reports and per-URL diffs
|
||||
|
||||
---
|
||||
|
||||
## [0.1.7] — 2026-03-26
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue