Skip to content

v2.0.2

Compare
Choose a tag to compare
@NiceAesth NiceAesth released this 20 Jul 08:15
· 115 commits to master since this release

This release does NOT contain #153

Hotfix release:

  • Add workaround for https://bugs.python.org/issue37527 (changed default OAuthToken expiry to 1971 instead of 1970)
  • Fix type of pack_tags to be list[str]
  • Added track_id: int, related_users: list[User], current_user_attributes: CurrentUserAttributes, description: BeatmapDescription, genre: BeatmapGenre, language: BeatmapLanguage, converts: list[Beatmap] to Beatmapset object
  • Add beatmap-related fields to CurrentUserAttributes