From 2397c4bf8eb4621f4233cae7ba9753571ea19a93 Mon Sep 17 00:00:00 2001 From: Kenneth M Date: Tue, 4 Jun 2024 01:10:35 -0500 Subject: [PATCH] Update Changelog --- Brio/Config/Configuration.cs | 2 +- Brio/Resources/Embedded/Data/Changelog.txt | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Brio/Config/Configuration.cs b/Brio/Config/Configuration.cs index 16e5df5c..b0c4224e 100644 --- a/Brio/Config/Configuration.cs +++ b/Brio/Config/Configuration.cs @@ -5,7 +5,7 @@ namespace Brio.Config; internal class Configuration : IPluginConfiguration { public const int CurrentVersion = 2; - public const int CurrentPopupKey = 4; + public const int CurrentPopupKey = 5; public int Version { get; set; } = CurrentVersion; diff --git a/Brio/Resources/Embedded/Data/Changelog.txt b/Brio/Resources/Embedded/Data/Changelog.txt index 9618ee68..c0effbf2 100644 --- a/Brio/Resources/Embedded/Data/Changelog.txt +++ b/Brio/Resources/Embedded/Data/Changelog.txt @@ -1,23 +1,28 @@ To open this window again click `Infomation` on the Scene Manager then -> `View the Changelog` -------------------------------------------------------------------------------- - ---> Brio, Version 0.3.1.4 <--- + ---> Brio, Version 0.3.1.6 <--- -------------------------------------------------------------------------------- -Added support for the new Penumbra & Glamourer API -Fixed transform sliders not being adjusted by mousewheel (Thanks @gris-fuego!) -Fixed a crash by removing the Expanded Mode from the transform editor +- Readded the "Load NPC Appearance" button to the Appearance Widget +- Penumbra Collections are now sorted alphabetically +- Made a small optimization when drawing the Penumbra collection ComboBox +- Made minor UI improvements -------------------------------------------------------------------------------- - ---> Brio, Version 0.3.1.1 <--- + --- Brio, Version 0.3.1.1 -> Version 0.3.1.5 --- -------------------------------------------------------------------------------- +- Added support for the new Penumbra & Glamourer API +- Fixed transform sliders not being adjusted by mousewheel (Thanks @gris-fuego!) +- Fixed a crash by removing the Expanded Mode from the transform editor + - Fixed an issue where when loading certain poses some Transform values would be NAN - Fix an issue where the Welcome screen would always display for new users - Fixed a rare crash with the key-bind overlay open. -------------------------------------------------------------------------------- - ---> Brio, Version 0.3.1 <--- + --- Brio, Version 0.3.1.0 --- -------------------------------------------------------------------------------- - [New Feature!] Added Actor renaming!