diff options
author | Scott Jackson <daneren2005@gmail.com> | 2018-07-26 17:12:32 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2018-07-26 17:12:32 -0700 |
commit | 78cccaac966e449ebfd83e69c1f56a5873766a93 (patch) | |
tree | e6f6a441f967ee0a2adc4f7999c69eddb05330bc /app/src/main/res/xml | |
parent | ed26f89ff15c345bbb222a13bccf3683eae3a4dd (diff) | |
download | dsub-78cccaac966e449ebfd83e69c1f56a5873766a93.tar.gz dsub-78cccaac966e449ebfd83e69c1f56a5873766a93.tar.bz2 dsub-78cccaac966e449ebfd83e69c1f56a5873766a93.zip |
Dsub 5.4 released
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.4" versioncode="197" releasedate="07/26/2018"> + <change>Add option to change rewind/fast forward interval (thanks KBerstene)</change> + <change>Auto: Play entire directory when selecting song (thanks hufman)</change> + <change>Auto: Show 50 songs instead of 3 (thanks hufman)</change> + <change>Auto: Fix playing from a bookmark when multiple bookmarks in directory (thanks hufman)</change> + <change>Add option to disable downloads while roaming (thanks The-Compiler)</change> + <change>Fix persistent notification showing different actions when paused</change> + <change>Fix OPUS files not showing up in Offline mode</change> + <change>Fix not being able to have servers with _ in the domain</change> + <change>Fix cache exceeding limit with long playlist</change> + <change>Fix error if null album when applying ReplayGain</change> + <change>Fix deadlock bug</change> + </release> <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> |