Skip to content

Commit 7d65b60

Browse files
committed
Changelog
1 parent 83df611 commit 7d65b60

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ public CPlusChangeLog(PluginConfiguration config)
2828
Add2_0_7_2(Changelog);
2929
Add2_0_7_9(Changelog);
3030
Add2_0_7_15(Changelog);
31-
Add2_0_7_16(Changelog);
31+
Add2_0_7_16(Changelog);
3232
Add2_0_7_23(Changelog);
3333
Add2_0_7_27(Changelog);
3434
Add2_0_8_0(Changelog);
35+
Add2_0_8_2(Changelog);
3536
}
3637

3738
private (int, ChangeLogDisplayType) ConfigData()
@@ -44,6 +45,13 @@ private void Save(int version, ChangeLogDisplayType type)
4445
_config.Save();
4546
}
4647

48+
private static void Add2_0_8_2(Changelog log)
49+
=> log.NextVersion("Version 2.0.8.2")
50+
.RegisterEntry("Fixed issues with penumbra PCP integration. (by abelfreyja)")
51+
.RegisterEntry("Customize+ will now show warning in the menu bar if it cannot connect to Penumbra. (by Risa)", 1)
52+
.RegisterEntry("Fixed root position reset applying when it shouldn't. (by abelfreyja)")
53+
.RegisterEntry("Fixed profile folders resetting. (by Risa)");
54+
4755
private static void Add2_0_8_0(Changelog log)
4856
=> log.NextVersion("Version 2.0.8.0")
4957
.RegisterHighlight("Added support for Penumbra PCP files. (by abelfreyja)")

0 commit comments

Comments
 (0)