Changelog ========= 0.0.3 - Draft (2025-05-27) ------------------ - Enhance file processing with concurrent execution - Add text MIME type checking - Update LineCounter to utilize os.scan instead of os.walk for efficiency - Improved the processing time by 17 seconds to 0.56s on tested directories 0.0.2 (2025-05-26) ------------------ - Simplified setup process and added clearer error feedback for missing or malformed files. - Refactored redundant logic and improved code readability across the CLI and core modules. - Modular structure introduced to support upcoming plugins and advanced analysis modes. - Publishing pipeline verified for seamless CI/CD deployment to PyPI. 0.0.1 (2025-05-24) ------------------ - Initial release of the project. - Added basic functionality for the main feature.