Skip to content

Commit

Permalink
DSub 5.1.8 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jun 10, 2016
1 parent 6ac63bb commit 88fa85d
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 178
versionName '5.1.7'
versionCode 179
versionName '5.1.8'
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.8" versioncode="178" releasedate="5/9/2016">
<change>Improved Search Bar</change>
<change>Display songs in root folder</change>
<change>Heads Up Setting: Only when out of app</change>
<change>Speed up resuming app from notifications/widgets</change>
<change>Bluetooth: Double click play/pause button to skip to next some</change>
<change>Auto: Previous/Next rewind/fast forward on Podcasts/Audio Books</change>
<change>Fix playlist not overwriting when resumed from bookmark</change>
<change>Fix some bluetooth devices sending next/previous multiple times</change>
<change>Fix reverting to stock Subsonic after using Madsonic 6+ servers</change>
<change>Fix Podcast list cache not working with no internet</change>
</release>
<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>
Expand Down

0 comments on commit 88fa85d

Please sign in to comment.