Skip to content

Commit

Permalink
DSub 5.1.7 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Apr 23, 2016
1 parent 60de409 commit b531ec4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit b531ec4

Please sign in to comment.