From 78cccaac966e449ebfd83e69c1f56a5873766a93 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 26 Jul 2018 17:12:32 -0700 Subject: Dsub 5.4 released --- app/src/main/res/xml/changelog.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index d31f6df6..ec9c4ea4 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,18 @@ + + Add option to change rewind/fast forward interval (thanks KBerstene) + Auto: Play entire directory when selecting song (thanks hufman) + Auto: Show 50 songs instead of 3 (thanks hufman) + Auto: Fix playing from a bookmark when multiple bookmarks in directory (thanks hufman) + Add option to disable downloads while roaming (thanks The-Compiler) + Fix persistent notification showing different actions when paused + Fix OPUS files not showing up in Offline mode + Fix not being able to have servers with _ in the domain + Fix cache exceeding limit with long playlist + Fix error if null album when applying ReplayGain + Fix deadlock bug + Add option to scan server for Subsonic 6.1+ Enhanced custom playback speed UI (thanks SilentViking) -- cgit v1.2.3 From 16f0d95d9a5a2cde9998535322174e96fb96fb3e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 29 Jul 2018 14:58:22 -0700 Subject: DSub 5.4.1 released --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/xml') diff --git a/app/build.gradle b/app/build.gradle index 34743802..339853e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 23 - versionCode 197 - versionName '5.4' + versionCode 198 + versionName '5.4.1' 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 ec9c4ea4..8aa15153 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,8 @@ + + Fix Android Auto compatibility + Add option to change rewind/fast forward interval (thanks KBerstene) Auto: Play entire directory when selecting song (thanks hufman) -- cgit v1.2.3