aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/changelog.xml11
2 files changed, 13 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f5072c42..85bd4394 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 22
- versionCode 181
- versionName '5.1.9'
+ versionCode 182
+ versionName '5.2'
setProperty("archivesBaseName", "DSub $versionName")
}
buildTypes {
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml
index 6f617589..58daddd1 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="5.2" versioncode="182" releasedate="7/27/2016">
+ <change>Variable Playback Speed (Android 6.0+)</change>
+ <change>Show album instead of artist on Top Tracks</change>
+ <change>Fix search/comments with ' not working</change>
+ <change>Fix double press to skip from some headsets</change>
+ <change>Fix newer versions of Madsonic's Artist Radio</change>
+ <change>Fix no SSID using local network address on all WiFi connections</change>
+ <change>Fix rotation/sleep while EQ was visible</change>
+ <change>Fix being able to add albums to playlists</change>
+ <change>Fix cast dialog in landscape</change>
+ </release>
<release version="5.1.9" versioncode="181" releasedate="6/13/2016">
<change>Fix First level artists option</change>
<change>Fix some artist menu items missing</change>