Skip to content

Commit 204a709

Browse files
committed
v2.1.0 ready
1 parent 8c590fc commit 204a709

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

Source/Gameplay/AutoWatchEntity/CoreLogic.cs

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ private static void FakeGetInfo(Level level) {
113113
}
114114

115115
public static void OnConfigChange() {
116+
InfoWatchEntity.ForceUpdateInfo = Config.MainEnabled;
116117
if (Engine.Scene is not Level level) {
117118
return;
118119
}

Source/Module/WhatsNew.cs

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public static void CreateUpdateLog() {
8585
AddLog("2.0.12", "Feature: Auto-Watch now decrypts Auroras Hashed DashCode Trigger.", "Support Stunning Helper's hazards. (thanks @trans_alexa)");
8686
AddLog("2.0.13", "Feature: Auto-Watch supports SwitchGate.");
8787
AddLog("2.0.14", "Feature: Add Spinner Drift Speed (in Hazard Countdown). (thanks @trans_alexa)", "Bugfix: Simplified Spinner doesn't handle old versions of XaphanHelper properly, and crash with latest XaphanHelper.");
88+
AddLog("2.1.0", "Remove: SimplifiedTrigger merges into CelesteTAS.", "Remove: BetterInvincible merges into CelesteTAS.", "Remove: OpenConsoleInTas merges into CelesteTAS.", "Remove: Scrollable Console temporarily removed.", "Refactor: Coz CelesteTAS refactors quite a lot.");
8889
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
8990
}
9091

everest.yaml

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

tryRemoveHooks.md

-23
This file was deleted.

0 commit comments

Comments
 (0)