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

Update changelog for version 0.6.0.17

This commit is contained in:
github-actions 2024-11-12 13:31:08 +00:00
parent 0dd2ede162
commit 8198169bf3
2 changed files with 7 additions and 1 deletions

View File

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

View File

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