From 72751eafc2f9485d4720bbed9ec3b75726f92c9d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 23 Sep 2016 21:55:27 -0700 Subject: DSub 5.3 Released to beta --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be7e32fc..ced2d978 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 23 - versionCode 185 - versionName '5.2.2' + versionCode 186 + versionName '5.3' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 490c427a..89f076f7 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,16 @@ + + Listen to Radio Internet Stations + Automatic Day/Night theme + Android 6.0 runtime permissions + Custom variable playback speed + Add Play Now for songs when click action is add to queue + More secure connections with tokens (Subsonic 6+) + Auto skip uncached songs when no network + Shrink install size + Fix DLNA casting on Android 7.0+ + Fix lagging in landscape view on the Now Playing screen -- cgit v1.2.3