Skip to content

Releases: museofficial/muse

Release v0.4.0

17 Jan 19:23
da72cd7
Compare
Choose a tag to compare

Added

  • Playlists can now be shuffled as they are added to the queue, using the shuffle option to play.

Release v0.3.2

17 Jan 18:48
c22722e
Compare
Choose a tag to compare

Fixed

  • The SQLite database path is now correctly generated on Windows

Changed

  • Track lookups no longer fail silently (error is returned and logged)

Release v0.3.1

06 Jan 20:27
dcdec2d
Compare
Choose a tag to compare

Fixed

  • Prisma client and migrations are no longer broken in built Docker images

Release v0.3.0

05 Jan 20:47
49de1ce
Compare
Choose a tag to compare

Changed

  • Migrated from Sequelize to Prisma. (#456)
  • Bumped dependencies

Release v0.2.1

18 Dec 18:39
ab10a5b
Compare
Choose a tag to compare

Added

  • release-it: makes it easier to generate new tags and releases

Release v0.2.0

18 Dec 18:24
6521403
Compare
Choose a tag to compare

Added

  • A custom track limit can now be set when queueing playlists from Spotify (default stays at 50). See #370.

Release v0.1.1

18 Dec 00:50
f92ec0d
Compare
Choose a tag to compare

Fixed

  • Fixes a race condition in the file cache service (see #420)

Release v0.1.0

16 Dec 19:05
f637604
Compare
Choose a tag to compare

Added

  • Initial release