Navidrome logo

Navidrome

Open source music collection server and streamer, like your personal Spotify

Alternative to: spotify, apple music, youtube music


About Versions (100)

v0.49.3

2023-02-14

Bug fix point release

There was a show stopper bug in 0.49.2, sorry about that. Also, the ReplayGain implementation is broken in Safari, and it was causing no audio to be played. In this release Safari should play normally as long as you don’t turn ReplayGain on. This will be properly fixed and supported in Safari in a future release.

This release fixes the following issues:

  • Fix DB upgrade from versions before 0.49.0 (#2168)
  • Only create context if gain mode active (#2173) @kgarner7
  • Limit Share Player size while handling theme properly (#2171) @kgarner7

Changelog

  • 8b93962f Limit share size while handling theme properly (#2171)
  • b129cae0 Only create context if gain mode active (#2173)
  • 2400e4f6 Fix DB migration. Fix #2168