mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add changelog.
This commit is contained in:
parent
c2bb1407a9
commit
6159f1e998
1 changed files with 7 additions and 0 deletions
|
|
@ -36,9 +36,16 @@ public partial class ConfigWindow
|
||||||
Add6_5_0( ret );
|
Add6_5_0( ret );
|
||||||
Add6_5_2( ret );
|
Add6_5_2( ret );
|
||||||
Add6_6_0( ret );
|
Add6_6_0( ret );
|
||||||
|
Add6_6_1( ret );
|
||||||
return 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 )
|
private static void Add6_6_0( Changelog log )
|
||||||
=> log.NextVersion( "Version 0.6.6.0" )
|
=> 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." )
|
.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." )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue