Bumped version to 2.4.0-beta1

This commit is contained in:
ByteHamster 2021-09-12 15:46:14 +02:00
parent 847c987608
commit 1e94fa59ea
2 changed files with 9 additions and 9 deletions

View File

@ -11,8 +11,8 @@ android {
// Version code schema:
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
versionCode 2030295
versionName "2.3.2"
versionCode 2040001
versionName "2.4.0-beta1"
def commit = ""
try {

View File

@ -1,7 +1,7 @@
* 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)
- Multi-select for episode lists & on the Subscriptions screen (@peakvalleytech, @ByteHamster)
- Swipe actions on episode lists (@ueen, @ByteHamster)
- Fixed playback restart after bluetooth/headphone dis- & reconnect (@tonytamsf)
- Improved pull-to-refresh (less likely accidental refresh) (@ByteHamster, @vbh, @jhenninger)
- Show speed dialog on single tap (@ByteHamster)
- Restart episodes faster after a long pause (@ByteHamster)
- Tag podcasts directly after a long-press in the side menu (@vbh)