A Lua script for the Bizhawk/mGBA emulator compatible with Pokemon Fire Red, Leaf Green, Ruby, Sapphire, and Emerald that tracks relevant data for the IronMon challenge.
This adds support for the Tracker to check this repository for release updates. It does so by comparing major, minor, and patch version numbers. As such, the version schema moving forward will be [Major].[Minor].[Patch] , eg 6.3.0
When a new release goes out, if the Major or Minor patch number changes, then the user will be alerted that an update is available. This means that we can push hotfix updates regularly using the Patch number, without continuing to alert everyone about updates.
This feature offers a Remind me later option if the user wants to be reminded later to update. I think one possible flaw with this is using the Quick-load feature will likely trigger the version update reminder, every time. Unsure if there is a good way to go about this to differentiate between reloading the script from a quick-load and reloading the script on a different day.
This adds support for the Tracker to check this repository for release updates. It does so by comparing major, minor, and patch version numbers. As such, the version schema moving forward will be
[Major].[Minor].[Patch]
, eg6.3.0
When a new release goes out, if the
Major
orMinor
patch number changes, then the user will be alerted that an update is available. This means that we can push hotfix updates regularly using thePatch
number, without continuing to alert everyone about updates.This feature offers a Remind me later option if the user wants to be reminded later to update. I think one possible flaw with this is using the Quick-load feature will likely trigger the version update reminder, every time. Unsure if there is a good way to go about this to differentiate between reloading the script from a quick-load and reloading the script on a different day.