Skip to content

Releases: opl-/beatsaber-http-status

Release v1.13.0 (for Beat Saber v1.13.2)

23 Jan 23:15
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Adds:

  • Beat Saber v1.13.2 support
  • performance.rawScore
  • softFailed event and performance.softFailed property. See protocol.md for more information.

Fixes:

  • Multiplayer level completions not handled correctly

Changes:

  • Reduces log level of some logs

Release v1.12.1 (for Beat Saber v1.12.1-v1.13.0)

09 Jan 18:23
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Fixes:

  • Unnecessary left-over debug logging
  • Rare(?) exception thrown by PlayerHeadAndObstacleInteraction.intersectingObstacles when leaving GameCore under unknown circumstances (:eyes: Auros)

Release v1.12.0 (for Beat Saber v1.12.1-v1.13.0)

30 Dec 18:25
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Changes:

  • Support for Beat Saber v1.12.1-v1.13.0
  • This mod no longer bundles websocket-sharp. Instead, it declares a dependency on websocket-sharp from BeatMods. (#51)

Adds:

  • Support for multiplayer. Only local player's data is exposed. See protocol.md for details. (#55)

Release v1.11.3 (for Beat Saber v1.11.0)

15 Sep 20:25
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Changes:

Release v1.11.2 (for Beat Saber v1.11.0)

30 Aug 18:17
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Changes:

  • Update websocket-sharp to... some version
  • Bump game version to v1.11.0 (no related code changes, it's just for BeatMods)

Release v1.11.1 (for Beat Saber v1.8.0)

07 Jun 00:03
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Fixes:

  • beatmap.songHash includes erroneous characters when multiple map directories have the same hash (#44, by @rynan4818)

Release v1.11.0 (for Beat Saber v1.8.0)

04 Jun 20:14
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Adds:

  • performance.cutDistanceScore (#37, by @ErisApps)
  • beatmap.levelId containing the raw level ID (#40, by @ErisApps)
  • Note data in bombMissed and noteMissed events (see protocol.md)

Fixes:

  • Expose noteCut.swingRating again (#36, by @ErisApps, broken since v1.8.0/a128c1)
  • Add performance.cutDistanceScore to both performance.initialScore and performance.finalScore (#37, by @ErisApps)
  • Fix beatmap.songHash (#40, by @ErisApps)
  • obstacleEnter and obstacleExit events not sent (#42, thanks @ErisApps, broken since v1.8.0)
  • Song cover not sent in the songStart event if it wasn't already cached, for example when the song is started programatically (see 311397 for details)

Release v1.10.0 (for Beat Saber v1.8.0)

02 Apr 16:53
5012c14
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Adds:

Release v1.9.1 (for Beat Saber v1.6.0)

03 Jan 21:19
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Fixes:

  • Rank and note events not processed correctly (#31)

Release v1.9.0 (for Beat Saber v1.6.0)

01 Jan 23:21
Compare
Choose a tag to compare

See the README file for installation and usage instructions.

Breaks:

  • playerSettings.disableSFX is now playerSettings.sfxVolume

Changes:

Adds: