From 9b7fdc51030f5c898fc7b9336aa87199dee9dc80 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 1 Feb 2020 18:29:17 +0100 Subject: [PATCH] Bumped version to 1.8.1-RC1 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-US/default.txt | 10 +++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6280eb86b..f79634b40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { // "1.2.3-SNAPSHOT" -> 1020300 // "1.2.3-RC4" -> 1020304 // "1.2.3" -> 1020395 - versionCode 1080095 - versionName "1.8.0" + versionCode 1080101 + versionName "1.8.1-RC1" testApplicationId "de.test.antennapod" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" generatedDensities = [] diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 20f9bf802..44c3fb460 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,7 +1,3 @@ -- Added per-feed playback speed setting (by @spacecowboy) -- Support sorting in Podcast screen (by @orionlee) -- Option to show stream button rather than download in lists (by @dsmith47) -- Option to replace Episode cover with Podcast cover (by @xgouchet) -- Transparent widget (by @M-arcel) -- User interface tweaks (by @ByteHamster) -- Tons of bug fixes and improvements +- Enable picture-in-picture for video podcasts by default (by @ByteHamster) +- Fixed podcast discovery not showing local trends (by @tonytamsf) +- Various bug fixes and improvements (by @ByteHamster)