Skip to content

Commit

Permalink
[Core] Small text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeEvs committed Jan 27, 2023
1 parent f7c3bda commit 96ccd6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion FrostyEditor/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
v1.0.6.2 (Alpha 1)
v1.0.6.2 (Alpha 2)
--------
- Fixed issue with logging legacy mods (#217)

Plugin Changes
- Fixed issue copying over to Mod Manager (#219)

v1.0.6.2 (Alpha 1)
--------
- Improved applying speed in Mod Manager (#159)
- Improved Loadinged Plugins List in Editor (#192)
Expand Down
1 change: 1 addition & 0 deletions FrostyEditor/Credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ zhpete
mlg556
NatalieWhatever
Clonedelta
NM

[Acknowledgements]
Special thanks to GalaxyMan2015: without his years of work and dedication, Frosty would not exist and Frostbite modding would very well still be in the dark ages. Thanks GMan!
Expand Down
2 changes: 1 addition & 1 deletion FrostyPlugin/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class App
public static string SelectedPack;
public static ILogger Logger;

public static readonly int Version = 1;
public static readonly int Version = 2;

public static string ProfileSettingsPath => Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Frosty/" + ProfilesLibrary.ProfileName;
public static string GlobalSettingsPath => Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "/Frosty";
Expand Down

0 comments on commit 96ccd6f

Please sign in to comment.