From 075f8bafa03d2329abcbecb3805843fef7cd33ca Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sun, 4 Dec 2022 17:55:48 +0100 Subject: [PATCH] Add changelog. --- Penumbra/UI/ConfigWindow.Changelog.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index 02f47480..4600e29f 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -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." )