Beta 2024.7.19.281

From Resonite Wiki

Beta 2024.7.19.281 is a Resonite version released on {date}.

The following notes were sent by Frooxius:

There's only a few things in this build, because I spent most of today (well... still am) dealing with the cloud issues. There's a few things that might help with that, but I'll have to see how the cloud reacts.
Please update as soon as you can.

Tweaks:

  • PhotoMetadata will not generate "Save/Export Screenshot" options when it's disabled (based on report by @Euphoria, issue #2611)
  • Exposed SetFromCurrentWorld() on AssetMetadata (which includes PhotoMetadata) to ProtoFlux (based on issue by @Euphoria, issue #2611)
    • This allows you to trigger automatic filling of the details for items with ProtoFlux
  • PhotoMetadata will no longer be marked as already exported under following conditions:
    • It's disabled at the time of save/spawn (requested by by @Euphoria, issue #2611)
    • It's been spawned from a source not owned by the user spawning it (e.g. shared inventory folder or from a message item)
  • Bot and Chat Client user statuses are now displayed properly in the contacts dialog, including their version (based on issue by @Exo / Cybrix, issue #2604)
  • Updated cloud libraries to latest versions where possible
  • Updated Enums.NET, PDFiumSharpV2, QRCoder, DiscordGameSDKWrapper to the latest versions
  • Update SignalR client side libraries to latest
  • Increase SignalR disconnect timeout to prevent early disconnects

Optimizations:

  • Rewrite initial contact initialization when logging in to use SignalR streaming, instead of sending everything at once
  • Do not make anonymous connection to SignalR when autologin is in progress, to prevent wasted load the client & cloud

Locale:

  • Merged Korean locale update by @MirPASEC
  • Merged Japanese locale update by @Aesc
  • Merged Chinese locale update by modimobeikete

Fixes:

  • Fix exceptions when marking local database for repair and when running the repair itself
  • Fix server errors when fetching asset metadata that is currently being computed