From 940df4631f150f6e16214471fc2364101a2ef8d3 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 30 Jun 2024 00:18:40 +0800 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00816ebb..08705a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v0.2.72] - 2024-06-30 + +This release brings exciting updates and improvements to our project! 🎉 + +* 📚 **Documentation Updates**: Our documentation has been revamped to reflect the latest changes and additions. +* 🚀 **New Modes in setup.py**: We've added support for three new modes in setup.py: default, torch, and transformers. This enhances the project's flexibility and usability. +* 🐳 **Docker File Updates**: The Docker file has been updated to ensure seamless compatibility with the new modes and improvements. +* 🕷️ **Temporary Solution for Headless Crawling**: We've implemented a temporary solution to overcome issues with crawling websites in headless mode. + +These changes aim to improve the overall user experience, provide more flexibility, and enhance the project's performance. We're thrilled to share these updates with you and look forward to continuing to evolve and improve our project! + ## [0.2.71] - 2024-06-26 **Improved Error Handling and Performance** 🚧