Releases: opl-/beatsaber-http-status
Releases · opl-/beatsaber-http-status
Release v1.13.0 (for Beat Saber v1.13.2)
See the README file for installation and usage instructions.
Adds:
- Beat Saber v1.13.2 support
performance.rawScore
softFailed
event andperformance.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)
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)
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)
See the README file for installation and usage instructions.
Changes:
- Add BSIPA to the manifest to prevent newer BSIPA versions from shouting at us. (#53 by @Zingabopp, see nike4613/BeatSaber-IPA-Reloaded@158cc75#diff-1f530a29f6c1a00aa3f8cbd1433e2aa8R672-R684)
Release v1.11.2 (for Beat Saber v1.11.0)
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)
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)
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
andnoteMissed
events (see protocol.md)
Fixes:
- Expose
noteCut.swingRating
again (#36, by @ErisApps, broken since v1.8.0/a128c1) - Add
performance.cutDistanceScore
to bothperformance.initialScore
andperformance.finalScore
(#37, by @ErisApps) - Fix
beatmap.songHash
(#40, by @ErisApps) obstacleEnter
andobstacleExit
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)
See the README file for installation and usage instructions.
Adds:
Release v1.9.1 (for Beat Saber v1.6.0)
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)
See the README file for installation and usage instructions.
Breaks:
playerSettings.disableSFX
is nowplayerSettings.sfxVolume
Changes:
- Beat Saber 1.6 support (#30, by @Sarayalth)
Adds:
- BSIPA support (#30, by @Sarayalth)