Beta 2023.11.24.1379

From Resonite Wiki


Beta 2023.11.24.1379 is a Resonite version released on 2023/11/24.

The following notes were sent by Frooxius:

This is relatively small build, with some bugfixes and notably adding ability to export data from your local database. There is more you'll be able to do with this later, but this is a step to get it out in a human readable format (for the records), which is necessary for some GDPR compliance.
I've been focusing on the setting system and we had a number of other administrative things come up that we've been dealing with, so things are a bit light on builds unfortunatelly, sorry! But hopefully these few fixes and tweaks help a bit in the meantime.

New features:

  • Added ability to export data from the local database through command-line arguments (this provides a backup option for locally stored data and helps us comply with some GDPR requirements)
    • ExportDatabaseAll <path> will export everything found in the local database - this includes user and group records that have been saved on the given machine
    • ExportDatabaseEngine<path> will export records specifically owned by the local machine

Tweaks:

  • Added additional diagnostics to startup (to help diagnose issue reported by @spacegaytor, issue #629)
  • Add .ogv extension as recognized video format when importing assets
  • Online user count facet now shows the correct number of users (changed by @ryuvi)
  • Clicking version number facet now copies the version to clipboard (requested by @Psychpsyo, issue #211 changed by @ryuvi)

Locale:

  • Merged Russian locale update by @Shadow Panther [RU/EN, UTC+1/+2]
  • Merged Japanese locale update by @.aesc
  • Merged Korean locale update by @mirpasec
  • Merged German locale update by @muppeq

Bugfixes:

  • Fixed local database sometimes providing records for assets that were deleted or relocated, instead of the newer records with updated path
  • Added mechanism that will always delete the startup animation after 30 seconds, if the fade out animation fails to play for some reason (this might fix issue reported by @spacegaytor, issue #629)
  • Fix MatrixElement nodes having wrong label (reported by @imerin. and @epsilion.cat, issue #769)
  • Fixed not being able to switch back to Welcome screen after switching away from it (reported by @_deltawolf, @errorjan, issue #691)
  • Fixed SRAnipal not being properly released on exit (reported by @baru14, issue #746)