Update version and change log.

This commit is contained in:
unclecode
2024-06-17 14:47:58 +08:00
parent d1d83a6ef7
commit 42a5da854d
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
# Changelog # Changelog
## TODO: ## [0.2.4] - 2024-06-17
- User agent: "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.101.76 Safari/537.36", ### Fixed
- Fix issue #22: Use MD5 hash for caching HTML files to handle long URLs

View File

@@ -13,6 +13,9 @@ Crawl4AI has one clear task: to simplify crawling and extract useful information
## Recent Changes ## Recent Changes
### v0.2.34
- 🐞 Resolve the issue with the long url. (Issue #22)
### v0.2.3 ### v0.2.3
- 🎨 Extract and return all media tags (Images, Audio, and Video). Check `result.media` - 🎨 Extract and return all media tags (Images, Audio, and Video). Check `result.media`
- 🔗 Extrat all external and internal links. Check `result.links` - 🔗 Extrat all external and internal links. Check `result.links`

View File

@@ -25,7 +25,7 @@
<header class="bg-zinc-950 text-lime-500 py-4 flex"> <header class="bg-zinc-950 text-lime-500 py-4 flex">
<div class="mx-auto px-4"> <div class="mx-auto px-4">
<h1 class="text-2xl font-bold">🔥🕷️ Crawl4AI: Web Data for your Thoughts v0.2.3</h1> <h1 class="text-2xl font-bold">🔥🕷️ Crawl4AI: Web Data for your Thoughts v0.2.4</h1>
</div> </div>
<div class="mx-auto px-4 flex font-bold text-xl gap-2"> <div class="mx-auto px-4 flex font-bold text-xl gap-2">
<span>📊 Total Website Processed</span> <span>📊 Total Website Processed</span>

View File

@@ -26,7 +26,7 @@ class CustomInstallCommand(install):
setup( setup(
name="Crawl4AI", name="Crawl4AI",
version="0.2.3", version="0.2.4",
description="🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper", description="🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper",
long_description=open("README.md").read(), long_description=open("README.md").read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",