Skip to content

Commit

Permalink
v2.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LozenChen committed Nov 5, 2024
1 parent c23321f commit 08d7d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Module/WhatsNew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static void CreateUpdateLog() {
AddLog("2.0.6", "Feature: Auto-Watch now supports Triggers, and vanilla / Everest ones are handled well.");
AddLog("2.0.7", "Feature: Auto-Watch now supports CrumbleWallOnRumble.");
AddLog("2.0.8", "Change: Target CelesteTAS v3.41.0", "Feature: Auto-Watch supports more triggers.");
AddLog("2.0.9", "Feature: SubMenus support Mod Options' Search Box."); // note items inside submenus can't be fetched, coz they are not items of the main menu.
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.
UpdateLogs.Sort((x, y) => new Version(y.Item1).CompareTo(new Version(x.Item1)));
}

Expand Down

0 comments on commit 08d7d0a

Please sign in to comment.