aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-04-20 17:33:02 -0700
committerScott Jackson <daneren2005@gmail.com>2015-04-20 17:33:02 -0700
commit49edd3efe183669cca156c4664b95e0d8673cba9 (patch)
treee8da87b9843da8b412195ff58e4be7cefe0f254a
parenta5b94caf4d122fcd84277f0a46bb28481809456c (diff)
downloaddsub-49edd3efe183669cca156c4664b95e0d8673cba9.tar.gz
dsub-49edd3efe183669cca156c4664b95e0d8673cba9.tar.bz2
dsub-49edd3efe183669cca156c4664b95e0d8673cba9.zip
DSub 4.9.6 Released
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/xml/changelog.xml9
2 files changed, 11 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 69ba90e3..9641ef22 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="149"
- android:versionName="4.9.5">
+ android:versionCode="150"
+ android:versionName="4.9.6">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
diff --git a/res/xml/changelog.xml b/res/xml/changelog.xml
index 7c95e340..005ddf44 100644
--- a/res/xml/changelog.xml
+++ b/res/xml/changelog.xml
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <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>
+ <change>New setting: make automatic renaming of duplicate songs optional</change>
+ <change>Persistent Notification: dismissible when not playing</change>
+ <change>Duplicate artists: combine them into a single listing when browsing all folders</change>
+ <change>No internet: display last loaded version of albums lists</change>
+ <change>Bug fixes for Ampache users</change>
+ </release>
<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>