Bump version to 3.0.0-beta1

This commit is contained in:
ByteHamster 2022-12-03 23:01:19 +01:00
parent 2d3740e7ad
commit 4513711981
2 changed files with 3 additions and 8 deletions

View File

@ -10,8 +10,8 @@ android {
// Version code schema:
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
versionCode 2070195
versionName "2.7.1"
versionCode 3000001
versionName "3.0.0-beta1"
def commit = ""
try {

View File

@ -1,6 +1 @@
∙ View "New Episodes" list now in a dedicated screen called Inbox, with swipe actions (@ByteHamster)
∙ Use swipe actions and quickly toggle Favourites on the Episodes screen (@ByteHamster)
∙ View a list of (unplayed) episodes in Android Auto (@tonytamsf)
∙ Scroll to the top of lists by long-pressing the toolbar (@ByteHamster)
∙ Bug fixes around authentication for podcasts & Nextcloud sync (@ByteHamster)
∙ Directly open localised documentation if available (for now: da, fr, it, nl) (@ByteHamster)
This is an alpha release.