1.5.0
Full Changelog: 1.4.0...1.5.0
Release Notes
Version 1.5.0
Refactors
- Separate data.py: Divided into two dataclass files for better modularity.
- Enhance type annotations: Improved type annotations throughout the codebase.
- Request method: Updated to use session for better performance and resource management.
Fixes
- Default and default_factory: Specified both default and default_factory to avoid initialization issues.
- User data retrieval: Fixed an issue where user data couldn't be found.
- Twitch and YouTube OAuth: Now shows a validation failure message when the wrong token is entered.
- Removed debug print: Removed unnecessary print statements.
Documentation
- README.md: Updated with new changes and information.