1
0
mirror of synced 2025-02-06 14:24:21 +01:00

Update changelog for version 0.6.0.37

This commit is contained in:
github-actions 2025-01-07 21:35:16 +00:00
parent 1e9fd20494
commit c54aa0b97d
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# 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)
- Fix "all your best were belong to the last player"

View File

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