Skip to content

3.2.0 - Midnight grow

Compare
Choose a tag to compare
@RubberDuckShobe RubberDuckShobe released this 30 Mar 22:49
· 8 commits to rust since this release

This marks release 3.2.0 ("Midnight grow") of the Wavebreaker client

Changes

  • Already send recording and release MBIDs when the client first looks up the song to get its ID
    • We can make use of this on the server side to match songs by recording MBID + modifiers (if present), reducing duplicate songs and overall making things a lot nicer for everyone involved
    • It'll also let us apply extended, fancy metadata from MusicBrainz to songs instantly if these tags are present in the file
  • Use a different way to get the path to the user's picked song file
    • We hook a different function and use ✨ pointer arithmetic magic ✨ to get the path instead
    • This allows for Unicode support!

Full Changelog: 3.1.0...3.2.0