Skip to content

Releases: lydavid/MusicSearch

v1.56.0

18 Aug 08:29
Compare
Choose a tag to compare

1.56.0 (2025-08-18)

Bug Fixes

  • make search's resource dropdown's text field fill half the screen (cdabaae)

Features

  • highlight filter text for collections (0ac9ceb)

v1.55.2

11 Aug 08:30
Compare
Choose a tag to compare

1.55.2 (2025-08-11)

Bug Fixes

  • downgrade AGP to 8.11.1 to allow building on F-Droid; prevent renovate from upgrading for now (552ec89)

v1.55.1

05 Aug 08:23
Compare
Choose a tag to compare

1.55.1 (2025-08-05)

Bug Fixes

  • drop unused work language from database, copying it over to languages if not set; update database version to 54 (#1705) (9e43877)

v1.55.0

04 Aug 14:03
Compare
Choose a tag to compare

1.55.0 (2025-08-04)

Bug Fixes

  • can load more than 100 tracks again (3a852f6)
  • move medium position before the medium format and name to avoid confusing it for counting the number of a format in a release (1030d55)

Features

  • show the display language of aliases in details and relocate the locale so that it doesn't get cut off by a long alias name (73b0c95)

v1.54.0

04 Aug 08:34
Compare
Choose a tag to compare

1.54.0 (2025-08-04)

Bug Fixes

  • correctly save alias start and end date (035a33a)

Features

  • make collapsible headers in details tab sticky (aa39e61)
  • show all aliases in details screen under external links in a collapsible section (7fee157)
  • show number of urls and aliases; when filtering, show currently shown out of total (bf015ad)

v1.53.0

03 Aug 08:15
Compare
Choose a tag to compare

1.53.0 (2025-08-03)

Features

  • show primary alias based on device locale for relationships; update database version to 53 (#1699) (e552d49)
  • show relationships last updated in stats (3e8dd06)

v1.52.0

02 Aug 08:27
Compare
Choose a tag to compare

1.52.0 (2025-08-02)

Features

  • show primary alias based on device locale for tracks (from its recording's aliases) (4b3c7c5)

v1.51.0

31 Jul 08:33
Compare
Choose a tag to compare

1.51.0 (2025-07-31)

Bug Fixes

  • add index for joining search result with entity tables; update database version to 52 (#1691) (32d10c3)

Features

  • show primary aliases based on device locale in list items (except for tracks and relationships) (48b0b5f)

v1.50.0

28 Jul 08:19
Compare
Choose a tag to compare

1.50.0 (2025-07-28)

Bug Fixes

  • do not crash when refreshing details (due to foreign key constraint failure when entity is deleted but aliases remain) (#1684) (4e0506e)

Features

  • show primary alias based on device locale in details title and in history; update database version to 51 (#1685) (cc9bb43)

v1.49.5

27 Jul 08:28
Compare
Choose a tag to compare

1.49.5 (2025-07-27)

Bug Fixes

  • split alias tables by entity type so that we join smaller tables; update database version to 49 (#1683) (3394139)