Skip to content

Commit

Permalink
DSub 5.0.3 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 19, 2015
1 parent 3f97c4c commit fb03a6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="156"
android:versionName="5.0.1">
android:versionCode="157"
android:versionName="5.0.2">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
10 changes: 9 additions & 1 deletion app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.0.2" versioncode="157" releasedate="9/18/2015">
<change>Remove new auth since servers using LDAP break</change>
<change>Auto skip non-downloaded songs with Wifi required setting</change>
<change>Admin tab: directly display user if non-admin</change>
<change>Support latest Madsonic 6 Beta changes</change>
<change>Fix position not updating while casting</change>
<change>Minor bug fixes</change>
</release>
<release version="5.0.1" versioncode="156" releasedate="9/11/2015">
<change>Make colored bars optional</change>
<change>Minor tweaks based on feedback</change>
<change>Add back some context menu options</change>
<change>Reverse By Decade order (5.3+)</change>
<change>Top Tracks option (5.3+)</change>
<change>Use tokens for more secure unencrypted traffic</change>
<change>Madsonic 6.0 support (first check will fail until new Server beta)</change>
<change>Madsonic 6.0 Beta support</change>
<change>Add videos list for Browse By Tags</change>
<change>Add title to details dialog</change>
<change>Add changed date to Playlist details (5.3+)</change>
Expand Down

1 comment on commit fb03a6a

@daneren2005
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually 5.0.2

Please sign in to comment.