Skip to content

Commit

Permalink
DSub 4.6.4 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed May 22, 2014
1 parent d356834 commit 6294800
Show file tree
Hide file tree
Showing 2 changed files with 10 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="108"
android:versionName="4.6.3">
android:versionCode="109"
android:versionName="4.6.4">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
8 changes: 8 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.6.4" versioncode="109" releasedate="5/21/2014">
<change>Add option to remove already played songs from queue</change>
<change>Add total song count to About dialog</change>
<change>For songs with identical titles, treat filename as title</change>
<change>Fix Most Recent sync not working with Tag Browsing checked</change>
<change>Fix hide from other apps not hiding all music</change>
<change>Fix Nexus 4 layout issue</change>
</release>
<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>
Expand Down

0 comments on commit 6294800

Please sign in to comment.