Skip to content

v2023.4

Compare
Choose a tag to compare
@stephenwhittle stephenwhittle released this 03 May 00:47
· 20 commits to main since this release

Updates

  • NativeSDK updated to 2023.4 release
  • Removed deprecated raw ModProgressInfo properties as per their deprecation in 2023.1

Mod Browser

  • Stylesheets have been refactored into smaller assets for easier management
  • Full controller support for all supported platforms
  • Per-platform input hint glyphs
  • General polish and improvements

Bugfixes

  • Fix a crash on Linux if a malformed response creates an image that can't be loaded by the UI

Breaking Changes

  • A file transfer that is starting, but relies on a REST API call to begin reporting progress (for example, a file transfer that requires us to fetch the file size before we start downloading) will now result in a FModioModProgressInfo object being returned with a state of Initializing. Previously, the Plugin simply wouldn't report a transfer in progress until the size of the transfer had been calculated and data transfer actually started.

Please use the attached source archive rather than the one automatically generated by Github, to include our submodule dependencies.