Files
swingmusic-extended/.github/changelog.md
T
cwilvx a5634f267f move to xxh3 hashing algorithm
+ port: search
2024-07-03 11:12:06 +03:00

651 B

What's New?

  • Auth
  • New artists/albums Sort by: last played, no. of streams, total stream duration

Improvements

  • The context menu now doesn't take forever to open up
  • Merged "Save as Playlist" with "Add to Playlist" > "New Playlist"

Bug fixes

  • Add to queue adding to last index -1

Development

  • Rewritten the whole DB layer to move stores from memory to the database.

THE BIG ONE API CHANGES

  • genre is no longer a string, but a struct:
interface Genre {
    name: str;
    genrehash: str;
}
  • Pairing via QR Code has been split into 2 endpoint:

    1. /getpaircode
    2. /pair