Skip to content

Commit

Permalink
DSub 5.1.6 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Mar 17, 2016
1 parent 1bd7596 commit 2b4ab7e
Show file tree
Hide file tree
Showing 2 changed files with 15 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 174
versionName '5.1.5'
versionCode 175
versionName '5.1.6'
setProperty("archivesBaseName", "DSub $versionName")
}
buildTypes {
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<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>
<change>Improved Artist sorting to closer match Web GUI</change>
<change>Show Artist/Album from Search and Album Lists</change>
<change>Videos: ability to star</change>
<change>Admin: Show/update Video Conversion role (Subsonic 6.0+)</change>
<change>Stop background sync if lose Wifi</change>
<change>Fix upsampling mp3s when cache rate is set to unlimited</change>
<change>Fix "Failed to create artist radio" error</change>
<change>Fix rare issue causing arrow to get stuck</change>
<change>Fix rare issue with background download getting stuck</change>
</release>
<release version="5.1.5" versioncode="173" releasedate="2/15/2016">
<change>Toggle for Batch Mode on Now Playing</change>
<change>Admin tab: view/update music folders (Subsonic 5.2+)</change>
Expand Down

0 comments on commit 2b4ab7e

Please sign in to comment.