From dc840565e107488c93c8809fa22eafebec808bfc Mon Sep 17 00:00:00 2001 From: Cade Date: Tue, 24 May 2022 23:22:55 -0400 Subject: [PATCH] [Update] Beta 5 version --- FrostyEditor/ChangeLog.txt | 5 +++++ FrostyPlugin/App.cs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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";