## [v0.2.76] - 2024-08-02
Major improvements in functionality, performance, and cross-platform compatibility! 🚀 - 🐳 **Docker enhancements**: Significantly improved Dockerfile for easy installation on Linux, Mac, and Windows. - 🌐 **Official Docker Hub image**: Launched our first official image on Docker Hub for streamlined deployment (unclecode/crawl4ai). - 🔧 **Selenium upgrade**: Removed dependency on ChromeDriver, now using Selenium's built-in capabilities for better compatibility. - 🖼️ **Image description**: Implemented ability to generate textual descriptions for extracted images from web pages. - ⚡ **Performance boost**: Various improvements to enhance overall speed and performance.
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,5 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.2.76] - 2024-08-02
|
||||||
|
|
||||||
|
Major improvements in functionality, performance, and cross-platform compatibility! 🚀
|
||||||
|
|
||||||
|
- 🐳 **Docker enhancements**: Significantly improved Dockerfile for easy installation on Linux, Mac, and Windows.
|
||||||
|
- 🌐 **Official Docker Hub image**: Launched our first official image on Docker Hub for streamlined deployment.
|
||||||
|
- 🔧 **Selenium upgrade**: Removed dependency on ChromeDriver, now using Selenium's built-in capabilities for better compatibility.
|
||||||
|
- 🖼️ **Image description**: Implemented ability to generate textual descriptions for extracted images from web pages.
|
||||||
|
- ⚡ **Performance boost**: Various improvements to enhance overall speed and performance.
|
||||||
|
|
||||||
|
A big shoutout to our amazing community contributors:
|
||||||
|
- [@aravindkarnam](https://github.com/aravindkarnam) for developing the textual description extraction feature.
|
||||||
|
- [@FractalMind](https://github.com/FractalMind) for creating the first official Docker Hub image and fixing Dockerfile errors.
|
||||||
|
- [@ketonkss4](https://github.com/ketonkss4) for identifying Selenium's new capabilities, helping us reduce dependencies.
|
||||||
|
|
||||||
|
Your contributions are driving Crawl4AI forward! 🙌
|
||||||
|
|
||||||
## [v0.2.75] - 2024-07-19
|
## [v0.2.75] - 2024-07-19
|
||||||
|
|
||||||
Minor improvements for a more maintainable codebase:
|
Minor improvements for a more maintainable codebase:
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -8,6 +8,16 @@
|
|||||||
|
|
||||||
Crawl4AI simplifies web crawling and data extraction, making it accessible for large language models (LLMs) and AI applications. 🆓🌐
|
Crawl4AI simplifies web crawling and data extraction, making it accessible for large language models (LLMs) and AI applications. 🆓🌐
|
||||||
|
|
||||||
|
## [v0.2.76] - 2024-08-02
|
||||||
|
|
||||||
|
Major improvements in functionality, performance, and cross-platform compatibility! 🚀
|
||||||
|
|
||||||
|
- 🐳 **Docker enhancements**: Significantly improved Dockerfile for easy installation on Linux, Mac, and Windows.
|
||||||
|
- 🌐 **Official Docker Hub image**: Launched our first official image on Docker Hub for streamlined deployment (unclecode/crawl4ai).
|
||||||
|
- 🔧 **Selenium upgrade**: Removed dependency on ChromeDriver, now using Selenium's built-in capabilities for better compatibility.
|
||||||
|
- 🖼️ **Image description**: Implemented ability to generate textual descriptions for extracted images from web pages.
|
||||||
|
- ⚡ **Performance boost**: Various improvements to enhance overall speed and performance.
|
||||||
|
|
||||||
## Try it Now!
|
## Try it Now!
|
||||||
|
|
||||||
✨ Play around with this [](https://colab.research.google.com/drive/1sJPAmeLj5PMrg2VgOwMJ2ubGIcK0cJeX?usp=sharing)
|
✨ Play around with this [](https://colab.research.google.com/drive/1sJPAmeLj5PMrg2VgOwMJ2ubGIcK0cJeX?usp=sharing)
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
# Changelog
|
|
||||||
|
|
||||||
## [v0.2.76] - 2024-08-02
|
## [v0.2.76] - 2024-08-02
|
||||||
|
|
||||||
Major improvements in functionality, performance, and cross-platform compatibility! 🚀
|
Major improvements in functionality, performance, and cross-platform compatibility! 🚀
|
||||||
|
|||||||
Reference in New Issue
Block a user