Skip to content

Update v1.4.0

Latest
Compare
Choose a tag to compare
@kinsi55 kinsi55 released this 03 Dec 02:50
· 3 commits to master since this release
  • 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