diff --git a/FrostyEditor/ChangeLog.txt b/FrostyEditor/ChangeLog.txt index 7ee24fb46..986976ef2 100644 --- a/FrostyEditor/ChangeLog.txt +++ b/FrostyEditor/ChangeLog.txt @@ -46,6 +46,11 @@ Plugin Changes - Added Startup Action extension - Added ExecutionAction extension +v1.0.6 (Beta 5) +-------- +- Fixed crash when select description tab of collection +- Added "ModDb" support when setting links during mod export process + v1.0.6 (Beta 4) -------- - Added ability to add legacy mods to collections (#73) diff --git a/FrostyPlugin/App.cs b/FrostyPlugin/App.cs index 958acfe94..bd135497d 100644 --- a/FrostyPlugin/App.cs +++ b/FrostyPlugin/App.cs @@ -18,7 +18,7 @@ public sealed class App public static string SelectedPack; public static ILogger Logger; - public static readonly int Version = 4; + public static readonly int Version = 5; public static string ProfileSettingsPath => Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Frosty/" + ProfilesLibrary.ProfileName; public static string GlobalSettingsPath => Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Frosty";