From e831fbc7734a9aebf9d5b479aa5401e2e3b8c8b3 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 20 Jun 2024 22:13:46 -0600 Subject: [PATCH] build: bump to 3.5.0 Bump the version to 3.5.0 (46). --- CHANGELOG.md | 5 +++-- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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