diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | 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 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.3.5" versioncode="195" releasedate="04/18/2016"> + <change>Add option to scan server for Subsonic 6.1+</change> + <change>Enhanced custom playback speed UI (thanks SilentViking)</change> + <change>Keep custom playback speed between songs (thanks SilentViking)</change> + <change>Auto: Browse full library while parked (thanks hufman)</change> + <change>Add bitrate option for 48kpbs</change> + <change>Only download playlist when setting to sync if on Wifi</change> + </release> <release version="5.3.4" versioncode="193" releasedate="11/28/2016"> <change>Added toggle for DLNA casting to fix battery issues some users are having on Android 7.0+</change> <change>Fix rotating screen in offline mode</change> |