We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d65b60 commit 8ae0357Copy full SHA for 8ae0357
CustomizePlus/UI/Windows/CPlusChangeLog.cs
@@ -47,7 +47,7 @@ private void Save(int version, ChangeLogDisplayType type)
47
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)")
+ .RegisterEntry("Improved stability of 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)");
0 commit comments