From 03480abfb2bc64026a1d3ef37cc0613263e6779a Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 18 Apr 2017 17:54:38 -0700 Subject: Dsub 5.3.5 released --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ba47f345..26afb5ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 23 - versionCode 194 - versionName '5.3.4' + versionCode 195 + versionName '5.3.5' 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 11257b04..d31f6df6 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,13 @@ + + Add option to scan server for Subsonic 6.1+ + Enhanced custom playback speed UI (thanks SilentViking) + Keep custom playback speed between songs (thanks SilentViking) + Auto: Browse full library while parked (thanks hufman) + Add bitrate option for 48kpbs + Only download playlist when setting to sync if on Wifi + Added toggle for DLNA casting to fix battery issues some users are having on Android 7.0+ Fix rotating screen in offline mode -- cgit v1.2.3