aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subsonic-android/AndroidManifest.xml4
-rw-r--r--subsonic-android/res/raw/changelog.xml9
2 files changed, 10 insertions, 3 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index 104feaea..84fd5f7a 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/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="50"
- android:versionName="4.0.1">
+ android:versionCode="51"
+ android:versionName="4.0.2">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
diff --git a/subsonic-android/res/raw/changelog.xml b/subsonic-android/res/raw/changelog.xml
index 6b91caab..09480241 100644
--- a/subsonic-android/res/raw/changelog.xml
+++ b/subsonic-android/res/raw/changelog.xml
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
- <release version="4.0.1" versioncode="49" releasedate="5/23/2013">
+ <release version="4.0.2" versioncode="51" releasedate="5/24/2013">
+ <change>Fix if you set chat refresh rate to 0, will just not refresh</change>
+ <change>Revert dark theme modification</change>
+ <change>New Theme called black which is the pure black background</change>
+ <change>Option to disable chat menu, need to exit app and reenter for now</change>
+ </release>
+
+ <release version="4.0.1" versioncode="50" releasedate="5/23/2013">
<change>New: Chat Tab (Set chat auto refresh rate from settings)</change>
<change>New: Dynamic servers, add as many, or remove all but the ones you are using</change>
<change>New: Added separate setting for songs to preload for Wifi/Mobile</change>