Releases: leapwill/BeatSaberStats
Releases · leapwill/BeatSaberStats
v2.0.2
v2.0.1
v2.0.0
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
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