From f6d4c5d4aeedba2591f39ae38c7844cc7480119d Mon Sep 17 00:00:00 2001 From: Alashov Berkeli Date: Thu, 23 Dec 2021 05:48:38 -0600 Subject: [PATCH] Prepare v2.1.95 release --- .../main/play/release-notes/en-GB/production.txt | 13 +++++++------ buildSrc/src/main/java/tm/alashow/buildSrc/App.kt | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index dd5d17e4..4613acd5 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,3 +1,9 @@ +v2.1.95 +- Add Shuffle button to media detail screens +- Two column layout for playback sheet on wide screens / landscape mode +- Cache adaptive color results in memory +- Wait for custom theme to load when main activity is creating/restarting + v2.1.92 - Compact playback info on navigation rail for tablet sized screens - Improve playback sheet for large screen sizes @@ -5,9 +11,4 @@ v2.1.92 v2.1.9 - Resizable home navigation rail for wide/large screens (landscape mode) -- Fix EditPlaylist reordering bug - -v2.1.8 -- Fix scroll position restoration on all screens -- Smoother media detail header scroll transition -- Fix crash when clicking non-navigatable queue source \ No newline at end of file +- Fix EditPlaylist reordering bug \ No newline at end of file diff --git a/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt b/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt index 85595b29..352a8573 100644 --- a/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt +++ b/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt @@ -6,6 +6,6 @@ object App { const val compileSdkVersion = 31 const val targetSdkVersion = 31 const val minSdkVersion = 21 - const val versionCode = 236 - const val versionName = "2.1.92" + const val versionCode = 237 + const val versionName = "2.1.95" }