Update changelog for version 0.6.0.37
This commit is contained in:
parent
1e9fd20494
commit
c54aa0b97d
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.6.0.37] - 2025-01-07 (Beta)
|
||||||
|
|
||||||
|
- [Fix] Saves.db3 failures no longer cause crashes
|
||||||
|
- [Fix] Prevent crashes if FX Script.lua has Lua errors
|
||||||
|
- [Fix] Gameplay debug info now shows at the right place
|
||||||
|
- [Feat] LogNotification messages now show on screen top (FX and BG Lua script error, preimage-not-found warning, complex number format warning, modal-window-not-closed error, TJA parsing error)
|
||||||
|
- [Feat] BG Lua script errors are now logged
|
||||||
|
- [Feat] TJA parsing errors are now logged and as warnings.
|
||||||
|
- [Feat] TextConsole messages now respect to font height
|
||||||
|
|
||||||
## [0.6.0.36] - 2025-01-06 (Beta)
|
## [0.6.0.36] - 2025-01-06 (Beta)
|
||||||
|
|
||||||
- Fix "all your best were belong to the last player"
|
- Fix "all your best were belong to the last player"
|
||||||
|
@ -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.36</Version>
|
<Version>0.6.0.37</Version>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user