Skip to content

Commit

Permalink
DSub 4.5.6 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Mar 22, 2014
1 parent 29ec3ed commit 4305a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="96"
android:versionName="4.5.5">
android:versionCode="97"
android:versionName="4.5.6">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
7 changes: 7 additions & 0 deletions res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.5.6" versioncode="97" releasedate="3/22/2014">
<change>Fix issues with Chromecast reconnecting</change>
<change>Work around for Samsung's bluetooth metadata for 4.3+ devices</change>
<change>Work around for Show Artist not working when playing from playlists</change>
<change>Fix a crash on Froyo devices</change>
<change>Fix for some songs showing as downloaded when the server only sent a 0 length file</change>
</release>
<release version="4.5.5" versioncode="96" releasedate="3/14/2014">
<change>Now Playing screen improvements</change>
<change>Bass Booster/Voice Booster added in the EQ settings</change>
Expand Down

0 comments on commit 4305a58

Please sign in to comment.