Add changelog.

This commit is contained in:
Ottermandias 2023-03-05 15:19:01 +01:00
parent c2bb1407a9
commit 6159f1e998

View file

@ -36,9 +36,16 @@ public partial class ConfigWindow
Add6_5_0( ret );
Add6_5_2( ret );
Add6_6_0( ret );
Add6_6_1( ret );
return ret;
}
private static void Add6_6_1( Changelog log )
=> log.NextVersion( "Version 0.6.6.1" )
.RegisterEntry( "Added an option to make successful chat commands not print their success confirmations to chat." )
.RegisterEntry( "Fixed an issue with migration of old mods not working anymore (fixes Material UI problems)." )
.RegisterEntry( "Fixed some issues with using the Assign Current Player and Assign Current Target buttons." );
private static void Add6_6_0( Changelog log )
=> log.NextVersion( "Version 0.6.6.0" )
.RegisterEntry( "Added new Collection Assignment Groups for Children NPC and Elderly NPC. Those take precedence before any non-individual assignments for any NPC using a child- or elderly model respectively." )