Skip to content

Commit

Permalink
Dsub 4.6.3 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed May 8, 2014
1 parent ce5d014 commit e233fa2
Show file tree
Hide file tree
Showing 2 changed files with 8 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="107"
android:versionName="4.6.2">
android:versionCode="108"
android:versionName="4.6.3">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
6 changes: 6 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.6.3" versioncode="108" releasedate="5/7/2014">
<change>Fix infinite scroll with small album art</change>
<change>Fix pressing play from artist screen not playing all albums</change>
<change>Only hide artist if the artist is the same for all the albums</change>
<change>Several random crash fixes</change>
</release>
<release version="4.6.2" versioncode="107" releasedate="5/5/2014">
<change>Fix DSub not being recognized as a Bluetooth Media Player</change>
<change>Fix a couple of crashes</change>
Expand Down

0 comments on commit e233fa2

Please sign in to comment.