Beta 2024.11.14.1195

From Resonite Wiki

Beta 2024.11.14.1195 is a Resonite version released on 2024/11/14.

It is compatible with the previous build, Beta 2024.11.12.1329

The following notes were sent by Frooxius:

I'm pushing out a quick hotfix for YouTube videos not loading. Unfortunatelly it seems they're blocking the method we've been using to get higher quality videos. I'll have to look into alternatives, but right now my goal has been to just get the videos to load in the first place.
Also the new faeture & fix in this are actually in the previous build, I just forgot to copy my release notes from my laptop on my main PC so they were missed, sorry!
The plus side is, this build is compatible with previous!

New Features:

  • Added AngularVelocityDelta node
    • This accepts angular velocity (in euler angles per second) and deltaTime
    • It outputs a delta quaternion, which when applied to another quaternion will rotate it by given angular velocity over given delta time

Tweaks:

  • Disable mediaconnect option for yt-dlp due to increase in issues with YouTube videos not loading (based on report by @Nat Osaka, issue #3183)
    • Unfortuntely this means that YouTube videos will likely load in lower quality for now. We'll have to tackle this separately, but the main goal was to get videos to load right now

Locale:

  • Merged French locale update by @Jae “awa” J4
  • Merged Chinese locale update by modimobeikete

Fixes:

  • Fixed logging results when Discord SDK throws an exception on success (based on report by @Nytra, issue #3143, fixed by @ProbablePrime)