Bumped version to 2.3.0-beta1

This commit is contained in:
ByteHamster 2021-06-16 23:37:44 +02:00
parent 1e34d391d6
commit 08951615b4
2 changed files with 9 additions and 11 deletions

View File

@ -11,8 +11,8 @@ android {
// Version code schema:
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
versionCode 2020195
versionName "2.2.1"
versionCode 2030001
versionName "2.3.0-beta1"
def commit = ""
try {

View File

@ -1,9 +1,7 @@
- Optional notifications for new episodes (@connectety)
- Use PodcastIndex for main search (@tonytamsf)
- Sleep timer extend buttons (@max-wittig)
- Optional rewind, forward & skip buttons on widget (@tonytamsf)
- 'When not favorited' as Episode Cleanup (@spacecowboy)
- More actions for hardware buttons (@timakro)
- Android Auto & chapter support (@tonytamsf, @ByteHamster)
- Fixed stuck notification (@a1291762)
- Player screen usability for visually impaired (@ByteHamster)
* Support for tagging (grouping) subscriptions (@ByteHamster)
* Redesigned player screen (@ueen, @jonasburian, @ByteHamster)
* New dialog to set feed update interval/time (@FivelMttz, @peakvalleytech, @ByteHamster)
* Chapter dividers & -navigation in the progress bar (@jonasburian)
* Contribute entry in settings screen: see how you can help! (@peakvalleytech)
* Support Podcasting 2.0 Funding tag: display as links on podcast info screen (@tonytamsf)
* Pull-to-refresh on Queue screen (@datavizard)