Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Jun 4, 2024
1 parent 258fe6e commit 2397c4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Brio/Config/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
17 changes: 11 additions & 6 deletions Brio/Resources/Embedded/Data/Changelog.txt
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit 2397c4b

Please sign in to comment.