Skip to content

Releases: modio/modio-ue

v2.9.1192

01 Oct 03:24
Compare
Choose a tag to compare

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

14 Sep 05:12
Compare
Choose a tag to compare
  • 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

09 Sep 04:51
Compare
Choose a tag to compare
  • 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

07 Sep 07:48
Compare
Choose a tag to compare

Minor hotfix release - please use the attached archive instead of the Github auto-generated one.

2.5.1174

02 Sep 06:57
Compare
Choose a tag to compare

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

01 Sep 07:06
Compare
Choose a tag to compare
  • 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

24 Aug 10:35
Compare
Choose a tag to compare

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.