Changelog
All notable changes to MacScrape will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Integration with Claude 3.5 Sonnet for enhanced AI analysis
- Advanced data visualization capabilities with interactive dashboards
- Asynchronous web scraping for improved performance
- Customizable CSS themes for generated reports
Changed
- Upgraded the core scraping engine for better compatibility with modern websites
- Improved error handling and logging throughout the application
Deprecated
- Legacy output format options (will be removed in v2.0.0)
1.2.0 - 2024-07-01
Added
- Support for scraping JavaScript-rendered content
- New 'topic clustering' visualization option
- API endpoints for programmatic access to MacScrape functions
Fixed
- Issue with Unicode character handling in certain websites
- Memory leak in long-running scraping jobs
1.1.0 - 2024-06-15
Added
- Multi-language support for content analysis
- Export options for popular data formats (CSV, JSON, XML)
Changed
- Improved accuracy of sentiment analysis algorithm
Security
- Updated dependencies to address potential vulnerabilities
1.0.0 - 2024-06-01
Added
- Initial release of MacScrape
- Basic web scraping functionality
- Simple text analysis features
- Command-line interface for easy usage