Skip to content

Commit 72751ea

Browse files
committed
DSub 5.3 Released to beta
1 parent 1762b3c commit 72751ea

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "github.daneren2005.dsub"
1010
minSdkVersion 14
1111
targetSdkVersion 23
12-
versionCode 185
13-
versionName '5.2.2'
12+
versionCode 186
13+
versionName '5.3'
1414
setProperty("archivesBaseName", "DSub $versionName")
1515
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
1616
}

app/src/main/res/xml/changelog.xml

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="5.3" versioncode="186" releasedate="9/23/2016">
4+
<change>Listen to Radio Internet Stations</change>
5+
<change>Automatic Day/Night theme</change>
6+
<change>Android 6.0 runtime permissions</change>
7+
<change>Custom variable playback speed</change>
8+
<change>Add Play Now for songs when click action is add to queue</change>
9+
<change>More secure connections with tokens (Subsonic 6+)</change>
10+
<change>Auto skip uncached songs when no network</change>
11+
<change>Shrink install size</change>
12+
<change>Fix DLNA casting on Android 7.0+</change>
13+
</release>
314
<release version="5.2.2" versioncode="184" releasedate="8/30/2016">
415
<change>Fix lagging in landscape view on the Now Playing screen</change>
516
</release>

0 commit comments

Comments
 (0)