This commit is contained in:
RisaDev
2024-06-16 17:37:12 +03:00
parent fba31851c0
commit dcb45c391e

View File

@@ -20,6 +20,7 @@ public class CPlusChangeLog
Add2_0_3_0(Changelog);
Add2_0_4_0(Changelog);
Add2_0_4_1(Changelog);
Add2_0_4_4(Changelog);
}
private (int, ChangeLogDisplayType) ConfigData()
@@ -32,6 +33,12 @@ public class CPlusChangeLog
_config.Save();
}
private static void Add2_0_4_4(Changelog log)
=> log.NextVersion("Version 2.0.4.4")
.RegisterHighlight("Added edit button to the template selector in the profile editor which allows to quickly begin editing associated template.")
.RegisterEntry("Fixed \"Limit to my creatures\" setting not working correctly. (2.0.4.2)")
.RegisterEntry("Added additional logging. (2.0.4.2)");
private static void Add2_0_4_1(Changelog log)
=> log.NextVersion("Version 2.0.4.1")
.RegisterEntry("Added support for new worlds.")