Skip to content

Releases: aleksey-saenko/MusicRecognizer

v1.13.2

14 Jan 10:23

Choose a tag to compare

What's Changed

  • Add Galician translation (Thanks ghose!)
  • Fix bug causing "corrupted backup" error when restoring from backup file
  • Fix app crashes in some rare cases
  • Lock screen widget no longer requires device unlock if no permissions are needed
  • Update translations
  • Minor fixes

v1.13.1

07 Dec 09:04

Choose a tag to compare

What's Changed

  • Fix app crash when using Shazam service on some devices
  • Fix bug where track shared text was reused in multiple notifications
  • Add Ukrainian translation (Thanks @maksim2005UKR!)
  • Update translations

v1.13.0

03 Dec 14:44

Choose a tag to compare

What's Changed

  • Add support for Shazam recognition service (see Preferences -> Recognition provider)
  • Use MP4 container instead of ADTS to store audio samples for deferred recognition for wider compatibility (migration may take time on slow devices)
  • Search for lyrics after recognition in the background instead of waiting synchronously
  • Respect device audio focus when playing stored audio samples
  • Fix some accessibility issues with TalkBack
  • Update translations

v1.12.1

12 Sep 17:26

Choose a tag to compare

What's Changed

  • Hotfix: App crash during recognition with unstable network connection

v1.12.0

11 Sep 18:42

Choose a tag to compare

What's Changed

  • Add Chinese (Simplified Han script) translation (Thanks @Cytrogen!)
  • Add Dutch translation (Thanks ojppe and Joost!)
  • Other translation updates
  • Minor fixes

v1.11.0

08 Aug 10:20

Choose a tag to compare

What's Changed

  • Add track info to notification extras to simplify integration with scrobbling apps (e.g. Pano Scrobbler)
  • Add notification channel for recognition results obtained in foreground
  • Bump target SDK to 36 (Android 16)
  • Update translations

v1.10.1

08 Jun 19:28

Choose a tag to compare

What's Changed

  • Fix incorrect creation and result dates shown in the queue screen
  • French translation corrections

v1.10.0

31 May 19:27

Choose a tag to compare

What's Changed

  • Add support for synchronized lyrics for newly recognized songs (only when using ACRCloud as the recognition provider for now)
  • Minor bug fixes and translation corrections

v1.9.0

23 Apr 08:58

Choose a tag to compare

What's Changed

  • Add alternative device audio source (allows recording audio without screen cast permission and its restrictions; see 'Audio source' settings)
  • Add European Portuguese translation (Thanks @SantosSi!)
  • Minor bug fixes and translation corrections

v1.8.0

01 Mar 23:50

Choose a tag to compare

What's Changed

  • Add Estonian translation (Thanks to Priit Jõerüüt)
  • Prevent sending audio recordings with complete silence to recognition service
  • Fix incorrect state indication of quick settings tile on Android 15
  • Fix screen flickering when starting recognition from widget
  • Bump target SDK to Android 15
  • Minor fixes