Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed May 8, 2023
1 parent 125f4c7 commit 4d663a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,15 @@ There are also two statically available events on SongDetailsContainer, dataAvai
- Downvotes
- Rating
- Upload timestamp
- ScoreSaber Information
- Ranked Information (ScoreSaber & BeatLeader)
- If any of the diffs are ranked or qualified
- Unix Timestamp of when the Ranked state changed
- Unix Timestamp of when the Ranked state changed (Combined)

### Song Difficulties
- General Information
- Njs
- Bombs / Notes / Obstacles count
- Characteristic
- Mods (Noodle Extensions / Mapping Extensions / Chroma / Cinema)
- ScoreSaber Information
- Star rating (0 if not ranked)
- Approximate achieveable #1 PP value
- Uses a custom curve
- Usually the error is way less than 5pp of the actual #1 score but some outliers exist
- Ranked Information (ScoreSaber & BeatLeader)
- Star rating (0 if not ranked)
2 changes: 1 addition & 1 deletion SongDetailsCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>8</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Kinsi55</Authors>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion SongDetailsCache.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "SongDetailsCache",
"name": "SongDetailsCache",
"author": "Kinsi55",
"version": "1.2.1",
"version": "1.2.2",
"description": "A library which provides access to the ScoreSaber and BeatSaver information of all Songs using a cached local database",
"gameVersion": "1.13.2",
"files": [
Expand Down

0 comments on commit 4d663a6

Please sign in to comment.