From 8c8cf232deee072a219de39d81534c1c310d038f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 17 Aug 2021 21:24:56 -0700 Subject: [PATCH] update CHANGES for 0.4.4! --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 539902f1c..31378bbac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ ## CHANGES +v0.4.4 +- Page Block Rules Fix: 'request already handled' errors by avoiding adding duplicate handlers to same page. +- Page Block Rules Fix: await all continue/abort() calls and catch errors. +- Page Block Rules: Don't apply to top-level page, print warning and recommend scope rules instead. +- Setup: Attempt to create the crawl working directory (cwd) specified via --cwd if it doesn't exist. +- Scope Types: Rename 'none' -> 'page' (single page only) and 'page' -> 'page-spa' (page with hashtags). +- README: Add more scope rule examples, clarify distinction between scope rules and block rules. +- README: Update old type -> scopeType, list new scope types. + v0.4.3 - BlockRules Fixes: When considering the 'inFrameUrl' for a navigation request for an iframe, use URL of parent frame. - BlockRules Fixes: Always allow pywb proxy scripts.