Skip to content

Commit 1127fd8

Browse files
committed
0.5.0.3
1 parent c277a88 commit 1127fd8

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Brio/Config/Configuration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Brio.Config;
55
public class Configuration : IPluginConfiguration
66
{
77
public const int CurrentVersion = 3;
8-
public const int CurrentPopupKey = 13;
8+
public const int CurrentPopupKey = 14;
99

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

Brio/Resources/Embedded/Data/Changelog.txt

+1-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
To open this window again click `Information` on the Scene Manager then -> `View the Changelog`
33

44
--------------------------------------------------------------------------------------------------------------------------------------------------------
5-
---> Brio, Version 0.5.0 <--- Props, Free Cameras & Projects!
5+
---> Brio, Version 0.5.0.X <--- Props, Free Cameras & Projects!
66
---------------------------------------------------------------------------------------------------------------------------------------------------------
77

88
--------------------------------------------------------------------------------
@@ -114,16 +114,6 @@ I dedicate Brio to you
114114

115115
I love you, forever unto eternity~
116116

117-
--------------------------------------------------------------------------------------------------------------------------------------------------------
118-
--- Brio, Version 0.4.4.5 ---
119-
--------------------------------------------------------------------------------------------------------------------------------------------------------
120-
121-
- Fixed an issue with Brio's IPC not loading Expressions when loading a pose
122-
123-
- Fixed an issue with hair when Importing Pose
124-
125-
- Fixed an issue with Brio's IPC causing a crash
126-
127117
--------------------------------------------------------------------------------
128118

129119
A Big Thank you to (Sufferhymn), (Night Song), (Alvar Valo), (Yasumi), (YikesXD),

0 commit comments

Comments
 (0)