All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Future features and improvements will be listed here.
0.1.2 - 2024-09-16 [RELEASED]
- Updated version number in pyproject.toml to 0.1.2.
- Improved README.md formatting and content.
- Enhanced documentation for better clarity and completeness.
- Resolved issues with PyPI badge rendering.
- Corrected configuration in setup.py for proper README rendering on PyPI.
0.1.1 - 2024-09-15 [RELEASED]
- Minor updates to project configuration.
- Improved error handling and logging.
- Addressed issues with package metadata.
0.1.0 - 2024-09-15 [RELEASED]
- Initial release of YTubeInsight.
analyze_channel
function to retrieve video data from YouTube channels.- Support for analyzing channels by URL or channel ID.
- Error handling with custom
YTubeInsightError
. - Basic documentation and README.
- Published package on PyPI.
- GitHub Actions workflow for automatic PyPI publishing.
- Improved code quality based on pylint suggestions.
- Resolved issues with trailing whitespace and long lines.
- Addressed pylint warnings in various modules.