From eba92c26988648a987b9ee932cb5d8f9ab57230f Mon Sep 17 00:00:00 2001 From: Brian0255 Date: Thu, 26 Sep 2024 21:13:28 -0400 Subject: [PATCH] notes --- ironmon_tracker/constants/MiscConstants.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ironmon_tracker/constants/MiscConstants.lua b/ironmon_tracker/constants/MiscConstants.lua index f3fbb0bf..034e719a 100644 --- a/ironmon_tracker/constants/MiscConstants.lua +++ b/ironmon_tracker/constants/MiscConstants.lua @@ -1,10 +1,11 @@ MiscConstants = {} -MiscConstants.TRACKER_VERSION = "6.3.0" +MiscConstants.TRACKER_VERSION = "6.3.1" MiscConstants.BIZHAWK_VERSION = client.getversion() MiscConstants.UPDATE_NOTES = { + "-- 6.3.1: Fixed an important crash related to the Log Viewer.", "-- UTDZac has ported over a lightweight version of the GBA tracker's Stream Connect! You can set this up in the Extras menu.", "-- The ominous freezing from the tracker saving large amounts of data should now be much less.", "-- For Gen 5, the tracker should now only give you the Death Lag when your HP actually reaches 0.",