diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index b4f6154b..e8b7108a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 22 - versionCode 176 - versionName '5.1.6' + versionCode 177 + versionName '5.1.7' setProperty("archivesBaseName", "DSub $versionName") } buildTypes { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 2c090809..843c53da 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.1.7" versioncode="177" releasedate="4/22/2016"> + <change>Audio Books/Podcasts: Replace back/forward with rewind/fast forward buttons</change> + <change>Expandable Search Results</change> + <change>Add option to cache while casting</change> + <change>Add optional Heads Up Notifications (Lollipop+)</change> + <change>Clicking bookmarked song plays entire album from bookmarked position</change> + <change>Auto: Remove podcast/album limit now that Google removed limit</change> + <change>Fix tall album art running into controls</change> + <change>Fix Show Artist not being an option when browsing By Tags</change> + <change>Fix 1-star song background on darker themes</change> + <change>Fix Bluetooth multiple skips</change> + </release> <release version="5.1.6" versioncode="175" releasedate="3/16/2016"> <change>Podcasts/Audio Books: Show listened indicator</change> <change>Podcasts/Audio Books: Improve what is considered fully played</change> |