1
0
mirror of synced 2024-11-23 23:21:06 +01:00

Update changelog for version 0.6.0.16

This commit is contained in:
github-actions 2024-11-04 11:26:08 +00:00
parent ea6576f1a2
commit 44b2636895
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -33,7 +33,7 @@
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
</ItemGroup>
<PropertyGroup>
<Version>0.6.0.15</Version>
<Version>0.6.0.16</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>