Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.52 KB

RELEASENOTES.md

File metadata and controls

49 lines (36 loc) · 1.52 KB

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.