Skip to content

Commit

Permalink
2.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Dec 10, 2024
1 parent 512843c commit 6bdf04b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/Module/WhatsNew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ 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)");
AddLog("2.0.12", "Feature: Auto-Watch now decrypts Auroras Hashed DashCode Trigger.", "Support Stunning Helper's hazards. (thanks @trans_alexa)");
AddLog("2.0.13", "Feature: Auto-Watch supports SwitchGate.");
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.12
Version: 2.0.13
DLL: bin/Release/net7.0/TASHelper.dll
Dependencies:
- Name: EverestCore
Expand Down

0 comments on commit 6bdf04b

Please sign in to comment.