Update changelog for version 0.6.0.17
This commit is contained in:
parent
0dd2ede162
commit
8198169bf3
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.6.0.17] - 2024-11-12 (Beta)
|
||||||
|
|
||||||
|
- Make HitSounds.json per-folder instead of one central file
|
||||||
|
- Initialize new JSON file if one does not exist in that folder, using folder name as Hitsound name
|
||||||
|
- Add localization support for Hitsounds
|
||||||
|
|
||||||
## [0.6.0.16] - 2024-11-04 (Beta)
|
## [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)
|
- Readable error message on screen instead of crashes before the startup screen (Missing skin, no audio device found, etc)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
|
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>0.6.0.16</Version>
|
<Version>0.6.0.17</Version>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
||||||
|
Loading…
Reference in New Issue
Block a user