Skip to content

Commit 37bde4b

Browse files
committed
2.0.8.4
1 parent a8ef026 commit 37bde4b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public CPlusChangeLog(PluginConfiguration config)
3333
Add2_0_7_27(Changelog);
3434
Add2_0_8_0(Changelog);
3535
Add2_0_8_2(Changelog);
36+
Add2_0_8_4(Changelog);
3637
}
3738

3839
private (int, ChangeLogDisplayType) ConfigData()
@@ -45,6 +46,12 @@ private void Save(int version, ChangeLogDisplayType type)
4546
_config.Save();
4647
}
4748

49+
private static void Add2_0_8_4(Changelog log)
50+
=> log.NextVersion("Version 2.0.8.4")
51+
.RegisterEntry("Accessories can now be manipulated by Customize+. (by Caraxi)")
52+
.RegisterEntry("The extent of possible manipulations depend on the chosen accessory.", 1)
53+
.RegisterEntry("Bones with their values set to 0 will no longer be removed from the editor when \"Show Live Bones\" is off and option to apply transformation to children is on. (by Caraxi and Risa) (2.0.8.3)");
54+
4855
private static void Add2_0_8_2(Changelog log)
4956
=> log.NextVersion("Version 2.0.8.2")
5057
.RegisterEntry("Improved stability of Penumbra PCP integration. (by abelfreyja)")

0 commit comments

Comments
 (0)