diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bd08fd..80f7f47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.0.16] - 2024-11-04 (Beta) + +- Readable error message on screen instead of crashes before the startup screen (Missing skin, no audio device found, etc) +- Few code translation from japanese to english +- Minor refactoring on the stage change code to avoid repetitions (OpenTaiko.cs) + ## [0.6.0.15] - 2024-11-02 (Beta) - Korean translation by AsPho diff --git a/OpenTaiko/OpenTaiko.csproj b/OpenTaiko/OpenTaiko.csproj index c78b5c20..dc1878eb 100644 --- a/OpenTaiko/OpenTaiko.csproj +++ b/OpenTaiko/OpenTaiko.csproj @@ -33,7 +33,7 @@ - 0.6.0.15 + 0.6.0.16 WinExe net8.0 true