Skip to content

Commit

Permalink
DSub 5.0.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 11, 2015
1 parent 9fedbd4 commit 634b118
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 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="155"
android:versionName="5.0">
android:versionCode="156"
android:versionName="5.0.1">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<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>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>
<change>Fix crash on removing first song in playlist</change>
<change>Nerd Stuff: Custom User Agent</change>
</release>
<release version="5.0" versioncode="155" releasedate="9/4/2015">
<change>Moderate Material rewrite</change>
<change>Long select to multiselect songs/albums</change>
Expand Down

0 comments on commit 634b118

Please sign in to comment.