mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add bugfix changelog.
This commit is contained in:
parent
a6b3aab61a
commit
69ced1089c
1 changed files with 9 additions and 0 deletions
|
|
@ -25,10 +25,19 @@ public partial class ConfigWindow
|
|||
Add5_11_0( ret );
|
||||
Add5_11_1( ret );
|
||||
Add6_0_0( ret );
|
||||
Add6_0_2( ret );
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
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." )
|
||||
.RegisterEntry( "Added a few informations to a help marker for new individual assignments." )
|
||||
.RegisterEntry( "Fix bug with Demi Human IMC paths." )
|
||||
.RegisterEntry( "Fix Yourself collection not applying to UI actors." )
|
||||
.RegisterEntry( "Fix Yourself collection not applying during aesthetician." );
|
||||
|
||||
private static void Add6_0_0( Changelog log )
|
||||
=> log.NextVersion( "Version 0.6.0.0" )
|
||||
.RegisterEntry( "Revamped Individual Collections:" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue