Skip to content

Commit

Permalink
DSub 4.9.7 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed May 8, 2015
1 parent 3b99422 commit 5946fbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/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="151"
android:versionName="4.9.6">
android:versionCode="152"
android:versionName="4.9.7">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/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.7" versioncode="152" releasedate="5/8/2015">
<change>Lazy load artist bio information</change>
<change>Keep previous search in bar when searching again</change>
<change>Warning if trying to stream on mobile if set to stream only on Wifi</change>
<change>Fix crash on alphabetical list for some users</change>
<change>Hide per folder option for Browse By Tags (Subsonic does not support it)</change>
<change>Misc improvements/fixes</change>
</release>
<release version="4.9.6" versioncode="150" releasedate="4/20/2015">
<change>New setting: Automatic renaming of duplicate songs</change>
<change>New setting: auto play on headphone insert</change>
Expand Down

0 comments on commit 5946fbd

Please sign in to comment.