Skip to content

1.5.0

Compare
Choose a tag to compare
@Mantouisyummy Mantouisyummy released this 16 Jul 08:33
· 9 commits to main since this release

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.