Skip to content

Commit

Permalink
Beta 2 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
wannkunstbeikor committed Sep 17, 2023
1 parent 7be5be6 commit 8377d1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion FrostyEditor/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
v1.0.6.3 (Beta 1)
v1.0.6.3 (Beta 2)
--------
- Fixed crashing issues when launching
- Added MenuExtension support to ModManager (#311)
- Added ReadOnly Star Wars Squadrons profile (#301)
- Added full Battlefield V profile (#301)
- Added Math expressions in number textboxes (#291)

Plugin Changes
- Fixed issue with mesh importing composite meshes
- Fixed crashing issues when adding meshes to bundles (#313)

v1.0.6.3 (Beta 1)
--------
- Fixed crashing issues (#260, #261)
- Fixed small UI inconsistencies (#265, #267, #268)
Expand Down
2 changes: 1 addition & 1 deletion FrostyPlugin/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class App
public static ILogger Logger;
public static HashSet<int> WhitelistedBundles = new HashSet<int>();

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 8377d1a

Please sign in to comment.