Releases: aleksey-saenko/MusicRecognizer
Releases · aleksey-saenko/MusicRecognizer
v1.13.2
v1.13.1
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
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
What's Changed
- Hotfix: App crash during recognition with unstable network connection
v1.12.0
v1.11.0
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
What's Changed
- Fix incorrect creation and result dates shown in the queue screen
- French translation corrections
v1.10.0
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
v1.8.0
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