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 @cameron5, issue #211 changed by @ryuvi)
Locale:
- Merged Russian locale update by @shadowpanther- 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)
Changed files in this update