v0.3.0 Release Notes
v0.2.0 -> v0.3.0
Summary
Fixes the headed fallback path to launch through the correct browser mode instead of always forcing headless, and to degrade gracefully to a fresh session when no local Chrome profile is available for cookie snapshotting.
翻譯
修正 headed fallback 路徑,改為依實際模式啟動瀏覽器而非永遠強制 headless,並在本地沒有 Chrome profile 可供 cookie 快照時,優雅降級為全新的無 cookie session。
Changes
FIX
- Route headed fallback through the correct browser mode instead of forcing headless (@pardnchiu) [8d2a32f]
- Fall back to a fresh, cookie-less session when no local Chrome profile is found (@pardnchiu) [3672bc5]
翻譯
- 修正 headed fallback 誤走 headless 路徑的問題
- 找不到本地 Chrome profile 時優雅降級為無 cookie session,不再直接失敗
Scope
core/fetch.go,core/launcher.go— FIX
Generated by SKILL