Skip to content

Commit

Permalink
Release v1.11.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
opl- committed Jun 4, 2020
1 parent 3ecc987 commit b1b48fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberHTTPStatus/BeatSaberHTTPStatusPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<Version>1.10.0</Version>
<Version>1.11.0</Version>
<BeatSaberVersion>1.8.0</BeatSaberVersion>
<GameDirPath>..\libs\beatsaber\</GameDirPath>
<SemVerVersion>$(Version)</SemVerVersion>
Expand Down

0 comments on commit b1b48fd

Please sign in to comment.