Skip to content

Commit

Permalink
DSub 5.3.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Oct 22, 2016
1 parent 5be6957 commit 2ed855c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
versionCode 189
versionName '5.3.2 BETA 2'
versionCode 190
versionName '5.3.2'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
14 changes: 6 additions & 8 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.3.2 BETA" versioncode="189" releasedate="10/14/2016">
<change>Fix errors with Self Signed Certificates</change>
<change>Fix error following redirect from http to https</change>
<change>Fix Show all media sometimes failing</change>
<change>Show album instead of artist for Show all media</change>
</release>
<release version="5.3.2 BETA" versioncode="188" releasedate="10/12/2016">
<release version="5.3.2" versioncode="190" releasedate="10/22/2016">
<change>Add support for casting Internet Radio to ChromeCast/DLNA</change>
<change>Add support for Play Title by Artist from Google Search</change>
<change>Use Google Play SSL</change>
<change>Move to more modern connection framework</change>
<change>Use Google Play SSL</change>
<change>Show album instead of artist for Show all media</change>
<change>Ask for location permissions for Day/Night themes</change>
<change>Fix a change to the ChromeCast API</change>
<change>Fix Show all media sometimes failing</change>
</release>
<release version="5.3.1" versioncode="187" releasedate="10/4/2016">
<change>Fix Internet Radio streams which point to playlists</change>
Expand Down

0 comments on commit 2ed855c

Please sign in to comment.