summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/release-notes/en-US/default.txt8
2 files changed, 7 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 49756343d..50f3be131 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 1080195
- versionName "1.8.1"
+ versionCode 2000001
+ versionName "2.0.0-alpha1"
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 667338c61..978bcd4b4 100644
--- a/app/src/main/play/release-notes/en-US/default.txt
+++ b/app/src/main/play/release-notes/en-US/default.txt
@@ -1,3 +1,5 @@
-- Enabled 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)
+Version 2.0.0 alpha 1
+- Brand new user interface (by @ByteHamster)
+- Support for chapter images (only new episodes, by @ByteHamster)
+- Option to show notifications after episodes have been auto-downloaded (by @shortspider)
+- Bug fixes and improvements (by @tonytamsf, @JessieVela, @ByteHamster)