summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/release-notes/en-US/default.txt12
2 files changed, 8 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b4526aaf8..3dfa2df48 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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 {
diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt
index f74f32c72..1232dd6ad 100644
--- a/app/src/main/play/release-notes/en-US/default.txt
+++ b/app/src/main/play/release-notes/en-US/default.txt
@@ -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)