v0.1.2 Release Notes
v0.1.0 -> v0.1.2
Summary
Structured JSON output evolves from a flat content string into a hierarchical tree, exposing element-level structure for downstream consumers. Timestamp inlining moves from a browser-side hack into the HTML parser, restoring reliable timestamps on aggressively-filtered pages.
翻譯
結構化 JSON 輸出從平鋪內容字串改為階層式結構樹,向下游暴露元素級語意。時戳內聯從瀏覽器端臨時 hack 改由 HTML parser 處理,在重度過濾頁面上恢復可靠時戳。Changes
FEAT
- Add structured Tree output for TypeJSON with inline time elements [5bbd339]
翻譯
- 新增 TypeJSON 結構化 Tree 輸出並將 time 元素內聯前移至 Go HTML 解析
Scope
markdown.go— FEATfetch.go— FEATbrowser.go— FEAT
Generated by SKILL