-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
139 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Release Notes | ||
|
||
## Version 1.0.0 (2024-03-15) | ||
|
||
### New Features | ||
- Initial release of ScrapeGoat | ||
- AI-powered scraping capabilities | ||
- Browser automation with Selenium | ||
- Custom scraping workflow creation | ||
- Data export in CSV, JSON, and XML formats | ||
- Scheduled scraping tasks | ||
- Proxy support for IP rotation | ||
- Advanced CAPTCHA handling | ||
|
||
### Improvements | ||
- Optimized performance for large-scale scraping tasks | ||
- Enhanced user interface for easier navigation and workflow management | ||
|
||
### Bug Fixes | ||
- Resolved issues with certain website layouts causing scraping errors | ||
- Fixed memory leak in long-running scraping sessions | ||
|
||
## Version 1.0.1 (2024-03-22) | ||
|
||
### Improvements | ||
- Updated Chrome driver compatibility to version 131.0.6724.0 | ||
- Enhanced error handling and logging for better troubleshooting | ||
|
||
### Bug Fixes | ||
- Fixed an issue with proxy rotation not working correctly in some cases | ||
- Resolved a problem with scheduled tasks not running at the specified times | ||
|
||
## Version 1.1.0 (2024-04-05) | ||
|
||
### New Features | ||
- Added support for scraping dynamic content loaded via JavaScript | ||
- Introduced a new AI model for improved CAPTCHA solving | ||
|
||
### Improvements | ||
- Increased scraping speed by 20% through optimized request handling | ||
- Enhanced data cleaning and normalization features | ||
|
||
### Bug Fixes | ||
- Fixed a rare crash occurring when handling malformed HTML | ||
- Resolved an issue with incorrect data parsing for certain website structures | ||
|
||
--- | ||
|
||
For more details on how to use new features and improvements, please refer to the [User Manual](./docs/user_manual.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters