From 6159f1e9989698a76078d1d5ebd7143f063644f0 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sun, 5 Mar 2023 15:19:01 +0100 Subject: [PATCH] Add changelog. --- Penumbra/UI/ConfigWindow.Changelog.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index 32bf5da7..bbe0e9ad 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -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." )