Bump version to 2.7.0-beta1
This commit is contained in:
parent
e6b0d0891b
commit
6e60ed0d1d
|
@ -10,8 +10,8 @@ android {
|
|||
// Version code schema:
|
||||
// "1.2.3-beta4" -> 1020304
|
||||
// "1.2.3" -> 1020395
|
||||
versionCode 2060295
|
||||
versionName "2.6.2"
|
||||
versionCode 2070001
|
||||
versionName "2.7.0-beta1"
|
||||
|
||||
def commit = ""
|
||||
try {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
∙ Support for podcasting 2.0 chapters (@tonytamsf)
|
||||
∙ Statistics: filter based on month/year (@ByteHamster), access via button on Subscriptions toolbar instead of Settings (@IordanisKokk)
|
||||
∙ Local feed bug fixes & improvements (@ByteHamster)
|
||||
∙ Design improvements (design: George, code: @ByteHamster)
|
||||
∙ Update feeds to https if possible, better handle captive portal redirects (@ByteHamster)
|
||||
∙ As always, even though we never list it: new & updated translations (thanks to all our lovely translators)
|
||||
∙ 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)
|
||||
|
|
Loading…
Reference in New Issue