From af3575a05368dae3f200e8f64de51a50f24a7f87 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Wed, 12 Oct 2022 17:25:36 +0200 Subject: [PATCH] Add Changelogs --- Penumbra/UI/ConfigWindow.Changelog.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index 7a3eed8c..221cc29f 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -28,9 +28,12 @@ public partial class ConfigWindow private static void Add5_11_0( Changelog log ) => log.NextVersion( "Version 0.5.11.0" ) + .RegisterEntry( "Add backface and transparency toggles to .mtrl editing, as well as a info section." ) .RegisterEntry( "Meta Manipulation editing now highlights if the selected ID is 0 or 1." ) .RegisterEntry( "Fixed a bug when manually adding EQP or EQDP entries to Mods." ) .RegisterEntry( "Updated some tooltips and hints." ) + .RegisterEntry( "Improved handling of IMC exception problems." ) + .RegisterEntry( "Fixed a bug with misidentification of equipment decals." ) .RegisterEntry( "Backend changes regarding API/IPC, consumers can but do not need to use the Penumbra.Api library as a submodule." ) .RegisterEntry( "Added API to delete mods and read and set their pseudo-filesystem paths.", 1 ) .RegisterEntry( "Added API to check Penumbras enabled state and updates to it.", 1 );