Beta 2024.8.5.1341

From Resonite Wiki

Beta 2024.8.5.1341 is a Resonite version released on 2024/08/05.

The following notes were sent by Frooxius:

Hello everyone! Today is just small build, sorting out a few things I needed to for a bit. I've been busy working on the procedural animation system and some other stuff in the background (plus taking a few days off due to brain being mush).
The main thing is we're now swapping to the .NET 8.0 headless fully! The old .NET Framework / Mono headless is gone and the .NET 8.0 is now in its place! You'll need to update your tooling accordingly.
Thank you everyone for testing! We've got lots of reports of great performance improvements with .NET 8.0, which is very exciting for the upcoming switch of graphical client to this runtime as well.
There's also new notification sound effects!

New Features:

  • Added new notification sound effects for Sociable, User Join & Leave (requested by @epicEaston197, issues #2177 and #1926, sounds made by @Lacy Does)

Tweaks:

  • Removed .NET Framework / Mono headless and made the .NET 8.0 version the main (and only) headless client

Locale:

  • Merged Polish locale update by @FoxoBread and @DarkSugar
  • Merged Japanese locale update by @Aesc and @Zozokasu
  • Merged Ukrainian locale update by @Antonne
  • Merged Chinese locale update by modimobeikete
  • Merged Korean locale update by @MirPASEC
  • Merged English locale fixes by @Stiefel (Out of Office)
  • Merged Spanish locale update by @Lux
  • Merged Hungarian locale update by @Fernzéhen
  • Merged French locale update by @Jae “awa” J4

Fixes:

  • Do not recompute compatibility hash when the file timestamps changes, but the actual file doesn't
    • This fixes first launch taking much longer after a released update (reported by @ohzee and @Nytra, issue #2671)
  • Fix exception when formatting messages in .NET 8.0 headless due to dependency version mismatch