From 9ffa34b6978a64ad7ab11bdd4112ea159932e002 Mon Sep 17 00:00:00 2001 From: unclecode Date: Mon, 14 Oct 2024 22:58:27 +0800 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9fb7776c..a8c2b9b0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Crawl4AI simplifies asynchronous web crawling and data extraction, making it acc > Looking for the synchronous version? Check out [README.sync.md](./README.sync.md). You can also access the previous version in the branch [V0.2.76](https://github.com/unclecode/crawl4ai/blob/v0.2.76). +## New update 0.3.6 +- 🌐 Multi-browser support (Chromium, Firefox, WebKit) +- 🖼️ Improved image processing with lazy-loading detection +- 🔧 Custom page timeout parameter for better control over crawling behavior +- 🕰️ Enhanced handling of delayed content loading +- 🔑 Custom headers support for LLM interactions +- 🖼️ iframe content extraction for comprehensive page analysis +- ⏱️ Flexible timeout and delayed content retrieval options ## Try it Now!