Skip to content

Commit

Permalink
2.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Dec 8, 2024
1 parent 4d1efed commit 48e6454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Source/Gameplay/AutoWatchEntity/HelperClasses.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Celeste.Mod.TASHelper.Utils;
using Microsoft.Xna.Framework;
using Monocle;
using System.Security.Cryptography;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Security.Cryptography;
using System.Text;
using System.Diagnostics;

namespace Celeste.Mod.TASHelper.Gameplay.AutoWatchEntity;

Expand Down Expand Up @@ -301,7 +301,7 @@ public static string DashCodeFlagGetCurrentCode(string baseFlag, int length, Lev
return string.Join(",", list);
}
}

}

internal static class CoroutineFinder {
Expand Down
1 change: 1 addition & 0 deletions Source/Module/WhatsNew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public static void CreateUpdateLog() {
AddLog("2.0.9", "Feature: SubMenus support Mod Options' Search Box.", "Bugfix: Predictor results are not cleared after loadstate.", "Change: Don't initialize predictor unless necessary."); // note items inside submenus can't be fetched, coz they are not items of the main menu.
AddLog("2.0.10", "Bugfix: Predictor results are not cleared after re-run the tas.");
AddLog("2.0.11", "Rewrite some codes to be compatible with ghost mod.");
AddLog("2.0.12", "Feature: Auto-Watch now decrypts Auroras Hashed DashCode Trigger", "Support Stunning Helper's hazards. (thanks @trans_alexa)");
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
}

Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Name: TASHelper
Version: 2.0.11
Version: 2.0.12
DLL: bin/Release/net7.0/TASHelper.dll
Dependencies:
- Name: EverestCore
Expand Down

0 comments on commit 48e6454

Please sign in to comment.