diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index 0af2bdd2..01e286f9 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -19,10 +19,18 @@ public partial class ConfigWindow Add5_7_0( ret ); Add5_7_1( ret ); Add5_8_0( ret ); + Add5_8_2( ret ); return ret; } + private static void Add5_8_2( Changelog log ) + => log.NextVersion( "Version 0.5.8.2" ) + .RegisterEntry( "Fixed some problems with metadata reloading and reverting. (5.8.1, too)." ) + .RegisterHighlight( + "If you encounter any issues, please try completely restarting your game after updating (not just relogging), before reporting them.", + 1 ); + private static void Add5_8_0( Changelog log ) => log.NextVersion( "Version 0.5.8.0" ) .RegisterEntry( "Added choices what Change Logs are to be displayed. It is recommended to just keep showing all." )