Add changelog.

This commit is contained in:
Ottermandias 2022-12-04 17:55:48 +01:00
parent 84b0fc3f69
commit 075f8bafa0

View file

@ -26,10 +26,20 @@ public partial class ConfigWindow
Add5_11_1( ret ); Add5_11_1( ret );
Add6_0_0( ret ); Add6_0_0( ret );
Add6_0_2( ret ); Add6_0_2( ret );
Add6_0_5( ret );
return ret; return ret;
} }
private static void Add6_0_5( Changelog log )
=> log.NextVersion( "Version 0.6.0.5" )
.RegisterEntry( "Allow hyphen as last character in player and retainer names." )
.RegisterEntry( "Fix various bugs with ownership and GPose." )
.RegisterEntry( "Fix collection selectors not updating for new or deleted collections in some cases." )
.RegisterEntry( "Fix Chocobos not being recognized correctly." )
.RegisterEntry( "Fix some problems with UI actors." )
.RegisterEntry( "Fix problems with aesthetician again." );
private static void Add6_0_2( Changelog log ) private static void Add6_0_2( Changelog log )
=> log.NextVersion( "Version 0.6.0.2" ) => log.NextVersion( "Version 0.6.0.2" )
.RegisterEntry( "Let Bell Retainer collections apply to retainer-named mannequins." ) .RegisterEntry( "Let Bell Retainer collections apply to retainer-named mannequins." )