Skip to content

Commit

Permalink
Dsub 5.4 released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 27, 2018
1 parent ed26f89 commit 78cccaa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
versionCode 195
versionName '5.3.5'
versionCode 197
versionName '5.4'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
13 changes: 13 additions & 0 deletions 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>
Expand Down

0 comments on commit 78cccaa

Please sign in to comment.