Bumped version to 2.0.0-alpha1
This commit is contained in:
parent
716f58bee2
commit
12781c9101
|
@ -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 = []
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue