Skip to content

Commit

Permalink
Update version and change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecode committed Jun 17, 2024
1 parent d1d83a6 commit 42a5da8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

## TODO:
- 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",
## [0.2.4] - 2024-06-17
### Fixed
- Fix issue #22: Use MD5 hash for caching HTML files to handle long URLs
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Crawl4AI has one clear task: to simplify crawling and extract useful information

## Recent Changes

### v0.2.34
- 🐞 Resolve the issue with the long url. (Issue #22)

### v0.2.3
- 🎨 Extract and return all media tags (Images, Audio, and Video). Check `result.media`
- πŸ”— Extrat all external and internal links. Check `result.links`
Expand Down
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<header class="bg-zinc-950 text-lime-500 py-4 flex">

<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 class="mx-auto px-4 flex font-bold text-xl gap-2">
<span>πŸ“Š Total Website Processed</span>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup(
name="Crawl4AI",
version="0.2.3",
version="0.2.4",
description="πŸ”₯πŸ•·οΈ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 42a5da8

Please sign in to comment.