Skip to content

Commit

Permalink
DSub 4.7.5 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Aug 26, 2014
1 parent a82635b commit f7d8cea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="120"
android:versionName="4.7.4">
android:versionCode="121"
android:versionName="4.7.5">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
8 changes: 8 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.7.5" versioncode="121" releasedate="8/24/2014">
<change>Bookmarks: Resume from albums/playlists</change>
<change>Bookmarks: Auto bookmark long songs/podcasts</change>
<change>Bookmarks: Auto delete after played</change>
<change>Bookmarks Tab: Show artist/album</change>
<change>Bookmarks: Delete from album/playlist</change>
<change>Stars: Update without refresh</change>
</release>
<release version="4.7.4" versioncode="120" releasedate="8/8/2014">
<change>Tasker Plugin: Start + optional start Shuffle Mode</change>
<change>Madsonic 5.1+: Add Rescan Server option to Home tab</change>
Expand Down

0 comments on commit f7d8cea

Please sign in to comment.