Files
swingmusic-extended/.github/changelog.md
T
cwilvx c42ec4dcde start: rewrite the database layer using a freaking ORM
+ start ditching in-mem stores
+ move main db table to a new name
+ experiments!
2024-06-24 00:26:47 +03:00

401 B

What's New?

  • Auth

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

THE BIG ONE API CHANGES

  • genre is no longer a string, but a struct:
interface Genre {
    name: str;
    genrehash: str;
}