diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e65b5de..acfb63579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,14 +23,15 @@ rewind before skipping was turned off - For the time being, the media notification will not follow Album Covers or 1:1 Covers settings - Playback will close automatically after some time left idle -#### dev -> dev1 changes +#### dev -> release changes - Re-added ability to open app from clicking on notification - Removed tasker plugin - Support multi-value MP4 tags with multiple `data` sub-atoms are parsed correctly - M3U paths are now interpreted both as relative and absolute regardless of the format - Added support for M3U paths starting with /storage/ - Fixed artist duplication when inconsistent MusicBrainz ID tag naming was used -- Made album cover keying more efficient at the cost of resillients +- Made album cover keying more efficient at the cost of resillience +- Fixed android auto queue not respecting shuffle ## 3.4.3 diff --git a/app/build.gradle b/app/build.gradle index f5bf46f91..9d1778b5a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { defaultConfig { applicationId namespace - versionName "3.5.0-dev" - versionCode 45 + versionName "3.5.0" + versionCode 46 minSdk 24 targetSdk 34