Skip to content

Commit

Permalink
DSub 5.2 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 28, 2016
1 parent 6377612 commit 4de0a87
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -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 {
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 4de0a87

Please sign in to comment.