Skip to content

Commit

Permalink
Release v1.13.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
opl- committed Jan 23, 2021
1 parent 7af5d6f commit 7ff3fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BeatSaberHTTPStatus/BeatSaberHTTPStatusPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<Version>1.12.1</Version>
<BeatSaberVersion>1.12.1</BeatSaberVersion>
<Version>1.13.0</Version>
<BeatSaberVersion>1.13.2</BeatSaberVersion>
<GameDirPath>..\libs\beatsaber\</GameDirPath>
<SemVerVersion>$(Version)</SemVerVersion>
<CopyToPlugins Condition=" '$(CopyToPlugins)' == '' ">true</CopyToPlugins>
Expand Down
4 changes: 2 additions & 2 deletions BeatSaberHTTPStatus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"name": "Beat Saber HTTP Status",
"version": "$SEMVER_VERSION$",
"dependsOn": {
"BSIPA": "^4.0.5",
"BS Utils": "^1.6.0",
"BSIPA": "^4.1.4",
"BS Utils": "^1.7.0",
"websocket-sharp": "^1.0.4"
},
"links": {
Expand Down

0 comments on commit 7ff3fea

Please sign in to comment.