Skip to content

Commit 6bdf04b

Browse files
committed
2.0.13 release
1 parent 512843c commit 6bdf04b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Source/Module/WhatsNew.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ 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)");
85+
AddLog("2.0.12", "Feature: Auto-Watch now decrypts Auroras Hashed DashCode Trigger.", "Support Stunning Helper's hazards. (thanks @trans_alexa)");
86+
AddLog("2.0.13", "Feature: Auto-Watch supports SwitchGate.");
8687
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
8788
}
8889

everest.yaml

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

0 commit comments

Comments
 (0)