Skip to content

v0.51.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 03:16
· 69 commits to master since this release

Bug fix point release

This release fixes a few bugs, most important one being the converting NULL to string is unsupported happening for users that updated their DBs directly. This fix is implemented as a change to the DB during Navidrome's startup that can take a few minutes, depending on the size of your library, so please be patient with large libraries.

Highlights

  • [Server] Fix various converting NULL to string is unsupported errors in 0.51.0 (#2840). Thanks @caiocotts
  • [Scanner] Import sort_* ID3 tags
  • [Subsonic] Fix fields not being sent on getPlaylist.view responses. (#2818). Thanks @caiocotts
  • [UI] Set rating value to 0 when value is null (#2824). Thanks @kgarner7
  • [UI] Use order/sort album/artist when sorting tracks in playlists. Fixes (#2819
  • [UI] Don't expose the Last.fm APIKey in the index.html
  • [UI] Update German and French translations

Changelog

  • 6d25322 Use order/sort album/artist when sorting tracks in playlists. Fixes #2819
  • bf2bcb1 Fix null values in DB (#2840)
  • ac4ceab Update French translation (#2834)
  • 6226741 Create resources.FS only once
  • 79a4d8f Simplify ShortDur code and tests
  • 61257f8 Update translations (#2832)
  • 1f71e56 Don't expose Last.fm API Key in the index.html
  • 3a9b345 Set rating value to 0 when value is null (#2824)
  • 5125558 Make Subsonic search query default to "" if not present.
  • 5f9b6b6 Add a "upgrading schema" log message to the DB initialization when there are pending migrations.
  • fa7cc40 Add tests for toSQL
  • 58218e6 Fix fields not being sent on getPlaylist.view responses.
  • 67c82f5 "Fix" Reddit badge
  • fb7fd21 Don't add empty TIPL roles
  • a6fc84a Parse the ID3v2.4 TIPL frame
  • 1e5e8be Import ID3 sort_* tags