aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/raw/changelog.xml7
2 files changed, 5 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9cfc6eb2..10d65fa9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="78"
+ android:versionCode="79"
android:versionName="4.3.4">
<uses-permission android:name="android.permission.INTERNET"/>
diff --git a/res/raw/changelog.xml b/res/raw/changelog.xml
index df83b4b8..400e72b4 100644
--- a/res/raw/changelog.xml
+++ b/res/raw/changelog.xml
@@ -1,14 +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>
+ <release version="4.3.4" versioncode="79" releasedate="1/9/2014">
+ <change>New Share management tab (can disable in settings). Ability to share albums/songs (thanks archrival)</change>
+ <change>High quality album art cache (doesn't overwrite existing downloaded art) (thanks archrival)</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>
+ <change>Fix listened to podcasts not being deleted in certain circumstances</change>
</release>
<release version="4.3.3" versioncode="77" releasedate="12/25/2013">
<change>Enable keep starred songs synced in settings</change>