diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | res/raw/changelog.xml | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 84004818..9cfc6eb2 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="77"
- android:versionName="4.3.3">
+ android:versionCode="78"
+ android:versionName="4.3.4">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
diff --git a/res/raw/changelog.xml b/res/raw/changelog.xml index 933e39ba..df83b4b8 100644 --- a/res/raw/changelog.xml +++ b/res/raw/changelog.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="4.3.4" versioncode="78" releasedate="1/7/2014"> + <change>New Share management tab (can disable in settings). Ability to share albums/songs</change> + <change>High quality album art cache (doesn't overwrite existing downloaded art)</change> + <change>Add ability to hide Play next/Play Last/Star/Share from menus</change> + <change>Add ability to define a separate IP used while browsing via WiFi</change> + <change>With unlimited bitrate, default to 320 kpbs if transcoding to mp3 (instead of server default of 128 kpbs)</change> + <change>Show artist as a option under album lists/search albums</change> + <change>GZip if tomcat/reverse proxy is set up to support it</change> + <change>Fix for using play next sometimes screwing up playback</change> + </release> <release version="4.3.3" versioncode="77" releasedate="12/25/2013"> <change>Enable keep starred songs synced in settings</change> <change>Enable sync newly added in settings</change> |