v0.1.3 Release Notes
v0.1.1 -> v0.1.3
Summary
Scroll capture is now incremental: a snapshot is taken before scrolling and after every scroll step so SPA timelines that recycle off-screen DOM no longer lose top content. Each snapshot runs through its own readability pass and outputs are merged with hash-based deduplication across the tree and markdown.
翻譯
滾動擷取改為逐次累積:初始一次 + 每次滾動後各一次,避免 SPA 虛擬化將頂部內容回收造成遺失。每個 snapshot 各跑一次 readability,最後在樹與 markdown 層做雜湊去重合併。Changes
FEAT
- Capture snapshots per scroll, merge via per-snapshot readability [2ea3c15]
翻譯
- 新增每次滾動逐次 snapshot 與 per-snapshot readability 合併
Scope
fetch.go— FEATmarkdown.go— FEAT
Generated by SKILL