Bumped version to 2.0.0-RC3

This commit is contained in:
ByteHamster 2020-05-21 22:05:20 +02:00
parent c5f8ac53a0
commit 7f7f62a92c
2 changed files with 5 additions and 9 deletions

View File

@ -14,8 +14,8 @@ android {
// "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304
// "1.2.3" -> 1020395
versionCode 2000002
versionName "2.0.0-alpha2"
versionCode 2000003
versionName "2.0.0-RC3"
multiDexEnabled false
vectorDrawables.useSupportLibrary true

View File

@ -1,11 +1,7 @@
Version 2.0.0 alpha 2
- Skip intro and ending per feed (by @tonytamsf)
- Right-to-left language improvements (by @ebraminio)
- Theme tweaks (by @ByteHamster)
- Bug fixes and improvements
This is a beta release for version 2.0.0. We would love to read your thoughts in our forum (link on the settings screen).
Version 2.0.0 alpha 1
- Brand new user interface (by @ByteHamster)
- Support for chapter images (only new episodes, by @ByteHamster)
- Skip intro and ending per feed (by @tonytamsf)
- Option to show notifications after episodes have been auto-downloaded (by @shortspider)
- Bug fixes and improvements (by @tonytamsf, @JessieVela, @ByteHamster)
- Bug fixes and improvements (by @ebraminio, @tonytamsf, @JessieVela, @ByteHamster and more)