Bump version to 2.6.0-beta1

This commit is contained in:
ByteHamster 2022-05-04 22:08:29 +02:00
parent a500fc5d09
commit 5fdd7f671e
2 changed files with 8 additions and 9 deletions

View File

@ -11,8 +11,8 @@ android {
// Version code schema: // Version code schema:
// "1.2.3-beta4" -> 1020304 // "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395 // "1.2.3" -> 1020395
versionCode 2050296 versionCode 2060001
versionName "2.5.2" versionName "2.6.0-beta1"
def commit = "" def commit = ""
try { try {

View File

@ -1,7 +1,6 @@
- Synchronization with Nextcloud ("GPodder Sync" app) (@thrillfall) ∙ Support for podcast 2.0 chapters (@tonytamsf)
- 'Duration' filter in podcast-specific auto-download settings (@thomasdomingos) ∙ Statistics: filter based on month/year (@ByteHamster), access via button on Subscriptions toolbar instead of Settings (@IordanisKokk)
- 'Downloaded episodes' screen in Android Auto (@ByteHamster) ∙ Local feed bug fixes & improvements (@ByteHamster)
- Tags (previously folders): add to multiple podcasts via multi-select, rename tags (@vbh) ∙ Design improvements (design: George, code: @ByteHamster)
- Accessibility: more TalkBack (@johnjohndoe @TacoTheDank) ∙ Update feeds to https if possible, better handle captive portal redirects (@ByteHamster)
- Improvements for local feeds, mobile connections, physical keyboard/mouse support ∙ As always, even though we never list it: new & updated translations (thanks to all our lovely translators)
- Many minor & bigger bug fixes and other improvements