Update changelog for version 0.6.0.10
This commit is contained in:
parent
ad21410703
commit
36c5a62eed
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [0.6.0.10] - 2024-10-30 (Beta)
|
||||
|
||||
- Fix Softlocked in difficulty selection when any non P1 player has no key binds * Now menu keys control the lowerest index operable player
|
||||
- Fix P1 could have only use menu keys but not drum keys, if the key binds differ * Now both work
|
||||
- Fix Up and Down arrow keys controlled multiple players at once in gameplay option * Now menu keys only control the lowerest index operable player
|
||||
|
||||
## [0.6.0.9] - 2024-10-29 (Beta)
|
||||
|
||||
- Fix crash when exiting title screen by Esc
|
||||
|
@ -33,7 +33,7 @@
|
||||
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<Version>0.6.0.9</Version>
|
||||
<Version>0.6.0.10</Version>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
||||
|
Loading…
Reference in New Issue
Block a user