Bump version to 2.6.0

This commit is contained in:
ByteHamster 2022-05-24 20:02:21 +02:00
parent 97e0dcdd4a
commit c8658946cf
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
∙ Support for podcast 2.0 chapters (@tonytamsf)
∙ 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)