Fixed a bad alphanumerical sorting algorithm which caused mod lists larger than 10 entries to rearrange themselves.
Fixed a bug where some settings would not actually take effect until restart.
Fixed some frankly repulsive margins on the buttons next to the mod list.
Added the auto-downloader
Added the custom soundtrack generator
Added FSCRIPT support to the modding toolkit for deploy-time modifications
Completely rewrote the initial setup screen to be more user-friendly
Firestar now automatically checks for updates on Worlio Git and alerts you of new stable releases. You can turn this off in the options.
Mod description is now scrollable.
Mod deploy path is now configured using JFileChooser to avoid user mistakes
PSARC dumps can now be deleted from the options.
Deploying order is now reversed as originally intended, so mods at the end of the list will be the lowest priority instead of the highest like in older versions.
Mod authors can use two new key value pairs, "requires" and "extracts" (both are String[]) in their mod metadata to pull assets from usually superfluous PSARC dumps when they need to be partially modified at deploy-time with FSCRIPT.
Thanks to the above change, deploying no longer uses every single PSARC dump the user has even when not necessary, repacks should be much smaller and faster now. (But you will need more storage space than before.)
Completely re-styled most of the interface to be more pleasing to look at.
New vector artwork for icons and shortcuts
Replaced build system with Gradle
Program resources are now embedded into the JAR file for more portable distribution. Firestar is effectively contained within a single file now, no ZIPs or Tarballs needed.
Linux packages are no longer built using Debreate.
Visual C++ 2012 libraries are now required for the backend functions. Most Windows installs should already have this, and WINE should handle it automatically. If you experience strange behavior with the Auto-Downloader, please double check you have these libraries on your system.