Skip to content

Commit

Permalink
DSub 5.3 Released to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 24, 2016
1 parent 1762b3c commit 72751ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
versionCode 185
versionName '5.2.2'
versionCode 186
versionName '5.3'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.3" versioncode="186" releasedate="9/23/2016">
<change>Listen to Radio Internet Stations</change>
<change>Automatic Day/Night theme</change>
<change>Android 6.0 runtime permissions</change>
<change>Custom variable playback speed</change>
<change>Add Play Now for songs when click action is add to queue</change>
<change>More secure connections with tokens (Subsonic 6+)</change>
<change>Auto skip uncached songs when no network</change>
<change>Shrink install size</change>
<change>Fix DLNA casting on Android 7.0+</change>
</release>
<release version="5.2.2" versioncode="184" releasedate="8/30/2016">
<change>Fix lagging in landscape view on the Now Playing screen</change>
</release>
Expand Down

0 comments on commit 72751ea

Please sign in to comment.