Skip to content

Commit

Permalink
DSub 4.8.6 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Dec 27, 2014
1 parent c6d492a commit 453a2c1
Show file tree
Hide file tree
Showing 2 changed files with 13 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="133"
android:versionName="4.8.5">
android:versionCode="134"
android:versionName="4.8.6">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
11 changes: 11 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.8.6" versioncode="134" releasedate="12/27/2014">
<change>Join the Beta channel to try out DLNA casting!</change>
<change>Play/shuffle quick album lists such as Recently Added or Random</change>
<change>Change download status to a percentage</change>
<change>Improved unknown album art</change>
<change>Allow any size cache to be set</change>
<change>Improved search sort order</change>
<change>Fix settings coloring on older versions of Android</change>
<change>Fix sleep timer not remembering last value</change>
<change>Fix caching not working while casting</change>
</release>
<release version="4.8.5" versioncode="133" releasedate="11/26/2014">
<change>Fix crash on GB</change>
<change>Fix some theme issues</change>
Expand Down

0 comments on commit 453a2c1

Please sign in to comment.