Add Changelog.

This commit is contained in:
Ottermandias 2022-09-25 18:36:14 +02:00
parent 566a5b1fd5
commit 2ee64137a7

View file

@ -19,10 +19,18 @@ public partial class ConfigWindow
Add5_7_0( ret );
Add5_7_1( ret );
Add5_8_0( ret );
Add5_8_2( ret );
return ret;
}
private static void Add5_8_2( Changelog log )
=> log.NextVersion( "Version 0.5.8.2" )
.RegisterEntry( "Fixed some problems with metadata reloading and reverting. (5.8.1, too)." )
.RegisterHighlight(
"If you encounter any issues, please try completely restarting your game after updating (not just relogging), before reporting them.",
1 );
private static void Add5_8_0( Changelog log )
=> log.NextVersion( "Version 0.5.8.0" )
.RegisterEntry( "Added choices what Change Logs are to be displayed. It is recommended to just keep showing all." )