summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-06-16 23:37:44 +0200
committerByteHamster <info@bytehamster.com>2021-06-16 23:39:20 +0200
commit08951615b46e6dbc05dda08bd655020930633f3c (patch)
tree72345748e15afbd2ff7e912d4816a8db758ef33d /app
parent1e34d391d606efd34af032108d84d8cb77a98046 (diff)
downloadAntennaPod-08951615b46e6dbc05dda08bd655020930633f3c.zip
Bumped version to 2.3.0-beta1
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/release-notes/en-US/default.txt16
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