Skip to content

Commit 48e6454

Browse files
committed
2.0.12 release
1 parent 4d1efed commit 48e6454

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Source/Gameplay/AutoWatchEntity/HelperClasses.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using Celeste.Mod.TASHelper.Utils;
22
using Microsoft.Xna.Framework;
33
using Monocle;
4-
using System.Security.Cryptography;
4+
using System.Diagnostics;
55
using System.Runtime.CompilerServices;
6+
using System.Security.Cryptography;
67
using System.Text;
7-
using System.Diagnostics;
88

99
namespace Celeste.Mod.TASHelper.Gameplay.AutoWatchEntity;
1010

@@ -301,7 +301,7 @@ public static string DashCodeFlagGetCurrentCode(string baseFlag, int length, Lev
301301
return string.Join(",", list);
302302
}
303303
}
304-
304+
305305
}
306306

307307
internal static class CoroutineFinder {

Source/Module/WhatsNew.cs

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public static void CreateUpdateLog() {
8282
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.
8383
AddLog("2.0.10", "Bugfix: Predictor results are not cleared after re-run the tas.");
8484
AddLog("2.0.11", "Rewrite some codes to be compatible with ghost mod.");
85+
AddLog("2.0.12", "Feature: Auto-Watch now decrypts Auroras Hashed DashCode Trigger", "Support Stunning Helper's hazards. (thanks @trans_alexa)");
8586
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
8687
}
8788

everest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Name: TASHelper
2-
Version: 2.0.11
2+
Version: 2.0.12
33
DLL: bin/Release/net7.0/TASHelper.dll
44
Dependencies:
55
- Name: EverestCore

0 commit comments

Comments
 (0)