From 08951615b46e6dbc05dda08bd655020930633f3c Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Wed, 16 Jun 2021 23:37:44 +0200 Subject: [PATCH] Bumped version to 2.3.0-beta1 --- app/build.gradle | 4 ++-- .../main/play/release-notes/en-US/default.txt | 16 +++++++--------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5db6f00a2..a7e1b1669 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { 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 cfeaf3575..5fa146871 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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) \ No newline at end of file