Releases: teutinsa/Helldivers2ModManager
Releases · teutinsa/Helldivers2ModManager
Release 1.3.0.1 (EOL)
Release 1.3.0.0 (EOL)
This is the end of life (EOL) update for the major version 1.
This update contains a big rewrite of the mod loader to prevent errors during startup as well as superior error reporting.
Here are the major changes:
- I've improved the order of operations when the manager initializes. Previously all mods and settings were loaded when the application was booting. As many of you have probably noticed this created scenarios where a single error during startup would cause the app to not get past the splash image. Now mods and settings will be loaded after the UI has initialized, hopefully preventing "invisible" crashes on startup.
- Alongside that I've added more error catching and warnings to the startup and mod adding processes.
Release 1.2.1.0
- Added setting for case-sensitive search (default is off)
- Fixed a bug in the legacy manifest service that accidentally wrote an absolute icon path during temp reading
- Changed help page fonts for better readability
- Added a tone of exceptions for better error reporting
- Fixed a bug that rarely caused a task to be null during initialization of the mod store
- Added warning messages to manifest services to handle cases of the image path being absolute.
v1.2.0.1
Release 1.2.0.0
- Added support for new manifest (now referred to as V1)
- Added backward compatibility for old manifest (now referred to as legacy)
- Added search bar
- "Purge" button now simply deletes all patch files
- Removed "Hard purge" button
- Hid the still unimplemented "Export", "Import", "Browse", and "Create" buttons
- Update help page
- Improved message box
- Added setting for developers to skip index 0 for specified patch files
Release 1.2.0.0 Preview
- Added support for new manifest V1
- Added backward compatibility with old legacy manifest
- Various fixes related to UI freezing
Release 1.1.0.0
- Added version to title
- Changed mod name font to FS Sinclair
- Added drag-and-drop reordering for mod list
- Fixed hyperlinks on help page
Release 1.0.4.0
- Changed enabled mod saving so that order doesn't get disturbed
- Added help page
- Added opacity setting
- Added help button
- Added log level setting
Release 1.0.3.0
- Added a hard purge button to the settings page
- Made the reset button red to clearly signify its purpose
- Changed game path selection so the user can select the Helldivers 2 folder or one of its children instead of the game .exe
- Fixed an issue caused by mods containing multiple of the same patch file with different indices.
- Added GitHub and Discord link buttons
- Adjusted buttons on the settings page
Release 1.0.2.0
- Added error handling for when logging isn't yet initialized
- Fixed an issue caused by mods that don't supply a patch file triplet
- Added better error messages for mod deployment and adding