Releases: Spore-Community/modapi-launcher-kit
Releases · Spore-Community/modapi-launcher-kit
v1.5.9
Changes
- Fix crash when
InstalledMods.configorLauncherSettings.configis empty (by @Rosalie241) - Fix manually specified Spore path not being respected (by @Rosalie241)
- Remove
ForceGamePathsetting fromLauncherSettings.config(by @Rosalie241)
v1.5.8
Changes
- Remove support for unsupported Spore versions (by @Rosalie241)
v1.5.7
Changes
- Add SporeModLoader detection to the launcher (by @Rosalie241)
- Remove Game Version Selector dialog from the launcher (by @Rosalie241)
- Improve error handling in the launcher (by @Rosalie241)
v1.5.6
Changes
- Fix launcher regression caused by v1.5.5
v1.5.5
Changes
- Fix installer creating an empty file in ModSettings for mods without configuration (by @Rosalie241)
- Add caching mechanism to Spore & GA path retrieval (by @Rosalie241)
- Improve setup by detecting existing installations automatically (by @Rosalie241)
- Improve setup by restricting filenames when selecting an existing install (by @Rosalie241)
- Improve safety of setup by not allowing installation to Program Files (by @Rosalie241)
- Improve behavior by checking for Spore & GA earlier (by @Rosalie241)
- Improve structure of code by using a single common library (by @Rosalie241)
- Remove support for
WpfUseSoftwareRendering.info(by @Rosalie241) - Remove support for
EnabledComponents.txtandOldVersionFiles.txt(by @Rosalie241) - Remove
ProgressWindowand usage ofWebClientin the launcher (by @Rosalie241) - Remove XML files from published release (by @Rosalie241)
v1.5.4
Changes
- Fix configuration not deleting files properly without the
<remove>element (by @Rosalie241) - Fix downloading of ModAPI Fix not using HTTPS (by @Rosalie241)
- Fix mods with configuration not reporting uninstall failure (by @Rosalie241)
- Improve uninstaller by keeping the window open after uninstallation or configuration (by @Rosalie241)
- Improve downloading files by downloading it to memory instead of a temporary file (by @Rosalie241)
v1.5.3
Changes
- Improve update check by setting a shorter timeout (by @Rosalie241)
- Improve update download by using the progress dialog (by @Rosalie241)
- Improve error handling when downloading the ModAPI fix (by @Rosalie241)
- Remove internet check (by @Rosalie241)
- Remove unrequired version checks (by @Rosalie241)
- Remove
DownloadDialogand useProgressDialoginstead (by @Rosalie241)
v1.5.2
Changes
- Fix
Finishbutton of the installer window not being properly visible (by @Rosalie241) - Fix installation messages not appearing for mods with a
ModInfo.xml(by @Rosalie241) - Improve method of signaling installer window (by @Rosalie241)
- Remove no configuration icon from uninstaller window (by @Rosalie241)
- Remove Ubuntu fonts and use Segoe UI instead (by @Rosalie241)
- Remove PDB files (by @Rosalie241)
v1.5.1
Changes
- Improve update checking by doing it once hourly at most (by @Rosalie241)
- Improve uninstaller window by sorting mods (by @Rosalie241)
v1.5.0
Changes
- Fix problems with installing multiple mods at once (by @Rosalie241)
- Fix installer not installing proper shortcuts (by @Rosalie241)
- Fix windows not centering by default (by @Rosalie241)
- Fix Spore process not being terminated on injection failure (by @Rosalie241)
- Fix missing files check with ModIdentity >=1.0.1.0 (by @Rosalie241)
- Add support for EA App version (by @Rosalie241)
- Add version information to all executables (by @Rosalie241)
- Remove opening forum URL on failure (by @Rosalie241)
- Improve uninstaller window (by @Rosalie241)
- Improve game version choose window (by @0KepOnline)
- Improve executable icons (by @0KepOnline)
- Add support for multiple update services (by @Kade-N)
- Fix error messages containing outdated information (by @Kade-N)
- Migrate to .NET 4.8 (by @Kade-N)