Skip to content

Releases: leapwill/BeatSaberStats

v2.0.2

13 Nov 01:58
Compare
Choose a tag to compare
  • Fix crash when file path has square brackets
  • Performance improvements

v2.0.1

03 Nov 22:08
Compare
Choose a tag to compare
  • Fix Lightshow crashing because there are 0 notes
  • Add Spooky Beat to OST data

v2.0.0

22 Oct 22:48
Compare
Choose a tag to compare

OST levels are now included!

Breaking changes:

  • Default output format changed to one row per difficulty per level, use -OutMode levelrow to revert to the one row per level style
  • Unassigned values are now null not empty string
  • Duration is now padded, for exactly 2 digits of minutes and seconds (each)

Also fixed a weird concurrency bug.

v1.1.0

08 Sep 23:22
Compare
Choose a tag to compare

This is the last 1.x release before breaking changes in 2.x

New features:

  • Big performance improvement (remaining big time consumer is Newtonsoft JSON deserialization)
  • Add rows for levels with scores but no beatmap files (including vanilla levels!)
  • Parameter OutFile for the file to write to
  • Using -Verbose and -Debug now works for all of the code, but only when using -Threads 1

v1.0.0

07 Sep 02:34
Compare
Choose a tag to compare

Minimum viable features and no known major bugs.