Skip to content

Releases: Mantouisyummy/TYStream

V1.5.1

16 Jul 09:00
Compare
Choose a tag to compare

Full Changelog: 1.5.0...1.5.1

Release Notes

Version 1.5.1

New Features

  • PyPI Badge
    • Added a PyPI badge to the README.md file to display the package's status on PyPI.

Refactoring

  • Type Annotations & BASE_URL

    • Adjusted type annotations across the codebase for better type checking and readability.
    • Changed BASE_URL to a class variable, improving the structure and reusability of the code.
  • Logger Level

    • Changed the logger level to DEBUG to provide more detailed logging information during development and debugging.

Additions

  • .gitignore
    • Added a .gitignore file to the project to exclude unnecessary files and directories from version control, keeping the repository clean.

1.5.0

16 Jul 08:33
Compare
Choose a tag to compare

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.

V1.4.0

08 Mar 09:21
Compare
Choose a tag to compare

feat: Support for Get Twitch User Data.

  • feat: Added a new attribute named user with the type TwitchUserData to the TwitchStreamData dataclass.
  • fix: some async function forgot to add await,
  • docs: add package support python version badge.
    Full Changelog: 1.3.1...1.4.0

V1.3.1

08 Mar 07:05
3873f05
Compare
Choose a tag to compare
  • Add new classifiers in setup.py.

V1.3.0

08 Mar 06:54
Compare
Choose a tag to compare
  • Twitch Stream VOD support.
  • Fix some bugs.

Full Changelog: 1.2.2...1.3.0

V1.2.2

06 Mar 03:55
Compare
Choose a tag to compare

A little Fix.

  • If stream is not live. check_stream_live Function return False.

Full Changelog: 1.2.1...1.2.2

V1.2.1

02 Mar 03:11
Compare
Choose a tag to compare
  • Blackened code.
  • Readme.md add some image.
  • A new LICNESE.
    Full Changelog: 1.2.0...1.2.1

V1.2.0

02 Mar 02:41
Compare
Choose a tag to compare
  • To add a docstring to a dataclass and function.
  • Fixed some issues.

V1.1.1

01 Mar 14:51
97bf0f7
Compare
Choose a tag to compare

uh yes

V1.1.0

01 Mar 12:55
7db7870
Compare
Choose a tag to compare
  • Async/Await Support.