aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/raw/changelog.xml12
2 files changed, 14 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ba42d742..c5f3a8ee 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="59"
- android:versionName="4.1.2">
+ android:versionCode="60"
+ android:versionName="4.1.3">
<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 54f41c0f..5d627c85 100644
--- a/res/raw/changelog.xml
+++ b/res/raw/changelog.xml
@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="4.1.3" versioncode="60" releasedate="8/21/2013">
+ <change>Updated icon</change>
+ <change>Moved from ActionBarSherlock to Google's new equivalent library</change>
+ <change>Fix podcasts not showing up if server less than 4.8</change>
+ <change>Add option to download all podcasts at once (useful for when first adding a new podcast)</change>
+ <change>Put back notification for position changing</change>
+ <change>Added AlbumArtist, Genre, Track metadata (Android 4.3+)</change>
+ <change>Added position updating for AVRCP 1.3 (Android 4.3+)</change>
+ <change>Jukebox volume looks nicer</change>
+ <change>Jukebox stays active the next time you start DSub</change>
+ <change>More optimizations and bug fixes</change>
+ </release>
<release version="4.1.2" versioncode="59" releasedate="7/24/2013">
<change>Added option to clear cache from settings</change>
<change>Added cloud settings backup so when you reinstall on the same device your settings are still there</change>