Skip to content

Commit

Permalink
DSub 4.9.5 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Mar 26, 2015
1 parent ca3cdab commit ba6c1bc
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="148"
android:versionName="4.9.4">
android:versionCode="149"
android:versionName="4.9.5">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
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.9.5" versioncode="149" releasedate="3/25/2015">
<change>Handoff: move to another DSub client and pickup where you left off (Subsonic 5.2+)</change>
<change>DLNA: gapless playback on supported renders</change>
<change>Option to warning on back press</change>
<change>Better handle date for Subsonic 5.1+</change>
<change>Handle more ReplayGain tag formats</change>
<change>Minor bug fixes</change>
</release>
<release version="4.9.4" versioncode="147" releasedate="3/9/2015">
<change>Cast proxy setting for fixing casting with self-signed certificates</change>
<change>View all albums in alphabetical order from Home tab</change>
Expand Down

0 comments on commit ba6c1bc

Please sign in to comment.