Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgardXIV committed Jul 9, 2024
1 parent 657e8bd commit 0e42a13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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 = 6;
public const int CurrentPopupKey = 7;

public int Version { get; set; } = CurrentVersion;

Expand Down
14 changes: 14 additions & 0 deletions Brio/Resources/Embedded/Data/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@

To open this window again click `Information` on the Scene Manager then -> `View the Changelog`
--------------------------------------------------------------------------------
---> Brio, Version 0.3.2.1 <---
--------------------------------------------------------------------------------
- More facial bones added to advanced posing
- More facian bones named

-- Known Issues --

- Old pose files do not load faces correctly,
As a mitigation, make sure to unselect "Head" under import options when loading old poses

- Facewear is not changeable in the Advanced Appearance Window
- Not all of the new bones are named yet

--------------------------------------------------------------------------------
---> Brio, Version 0.3.2.0 <---
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 0e42a13

Please sign in to comment.