mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add changelog.
This commit is contained in:
parent
84b0fc3f69
commit
075f8bafa0
1 changed files with 10 additions and 0 deletions
|
|
@ -26,10 +26,20 @@ public partial class ConfigWindow
|
|||
Add5_11_1( ret );
|
||||
Add6_0_0( ret );
|
||||
Add6_0_2( ret );
|
||||
Add6_0_5( 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 )
|
||||
=> log.NextVersion( "Version 0.6.0.2" )
|
||||
.RegisterEntry( "Let Bell Retainer collections apply to retainer-named mannequins." )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue