Bumped version to 1.8.1-RC1

This commit is contained in:
ByteHamster 2020-02-01 18:29:17 +01:00
parent c174b3dcc1
commit 9b7fdc5103
2 changed files with 5 additions and 9 deletions

View File

@ -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 = []

View File

@ -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)