Skip to content

Commit

Permalink
maui v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ipax77 committed Jul 17, 2024
1 parent 26e7854 commit 2866fdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ We really like people helping us with the project. Nevertheless, take your time

## ChangeLog

<details open="open"><summary>v2.0.4</summary>
<details open="open"><summary>v2.0.5</summary>

>- s2protocol v5.0.13.92440.0 (s2protocol.NET v0.8.3)
>- dotnet v8.0.7 (8.0.303)
>- Maui builds fixed
>- Maui hanging loading indicator fixed
>- Combo ratings replay mapping improved (~90% hit rate)
</details>

<details><summary>v2.0.4</summary>

>- Fixed Maui Replay duplicates import loop - thank you @Jurzal for reporting and helping to fix it!
>- Unit Names and Colors for Replay-Unit-Map
Expand Down
2 changes: 1 addition & 1 deletion src/dsstats.shared/Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ public static (GameMode gameMode, int totalBans, int totalPicks) GetPickBanModeS

public const string ReplayBlobDir = "/data/ds/replayblobs";
public const string MysqlFilesDir = "/data/mysqlfiles";
public const string WasmVersion = "2.0.4";
public const string WasmVersion = "2.0.5";
}

public class LatestReplayEventArgs : EventArgs
Expand Down

0 comments on commit 2866fdd

Please sign in to comment.