You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed previously deprecated property Song.ranked, use Song.rankedStates instead
Stubbed Song.approximatePpValue, will be fully removed on next release
Added BeatSaver Style / Genre tags. Only the 52 most popular ones are available, they're encoded as bit-flags in Song.tags - The respective tag of a bit can be retrieved via SongDetailsContainer.tags - Alternatively you can also use Song.HasTag with the string representation of a tag. Theres also the BeatSaverTagsMap which allows you to map the internal string representation of a tag to a more human representation
Added BeatSaver Flags (Song.uploadFlags), currently available are Curated and VerifiedUploader which do whats said on the tin
Optimized parsing of the dataset
Removed the Dataset Fallback for China provided by WGzeyu because they dont seem to be around anymore