Releases: modio/modio-ue
v2.9.1192
Improvements to mod management retry logic:
- If a fatal/non-recoverable error, like a deleted mod, or a mod with an invalid zip occurs, the mod won't have its installation reattempted. This flag persists across sessions.
- Any mods with short-term temporary errors that should be retried (like network errors) get moved to the end of the processing list. This will ensure other mods get a chance to be processed first, to address the issue where we are continually reattempting the same installation and not processing any others.
- The default behaviour will now be to defer a reattempt till the next session, unless the error belongs to the 'retryable' or 'never retry' categories.
- There is now a limit on the number of retries for an installation before that mod will fall back to deferred status
Please use the attached source archive rather than the one automatically generated by Github, to include our submodule dependencies.
v2.8.1183
- Fix a memory leak in FetchExternalUpdatesAsync.
Please use the attached source archive rather than the one automatically generated by Github, to include our submodule dependencies.
2.7.1178
- Plugin will now fall back to not using a HTTP proxy if we are on a Windows platform that doesn't support full-featured automatic proxy detection
Please use the attached source archive rather than the one automatically generated by Github, to include our submodule dependencies.
2.6.1176
Minor hotfix release - please use the attached archive instead of the Github auto-generated one.
2.5.1174
Experimental GetModDependenciesAsync implementation added
Please use the attached named archive, rather than the Github generated release archive, in order to have our submodule dependencies included in your download.
2.4.1169
- Internal Native SDK dependency is now private to the Modio module
- ReportContentAsync added
- SubmitModRatingAsync added
Please use the attached named archive, rather than the Github generated release archive, in order to have our submodule dependencies included in your download.
Initial Release
Please use modio_ue4_public_src_v2.3.1148.zip
rather than the autogenerated files Github attaches to this release, in order to have submodule dependencies included.