diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index be7e32fc..ced2d978 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 490c427a..89f076f7 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -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> |