Skip to content

Commit

Permalink
Dsub 4.7.7 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 9, 2014
1 parent 4331f28 commit 11489be
Show file tree
Hide file tree
Showing 2 changed files with 7 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="124"
android:versionName="4.7.6">
android:versionCode="125"
android:versionName="4.7.7">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
5 changes: 5 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.7.7" versioncode="124" releasedate="9/8/2014">
<change>Add Set Rating to Now Playing's songs menu</change>
<change>Fix "overwrite existing playlist" not showing</change>
<change>Fix duplicate songs display status in Now Playing</change>
</release>
<release version="4.7.6" versioncode="123" releasedate="9/5/2014">
<change>Ratings: set album/song ratings</change>
<change>Ratings: quick thumbs up/down from now playing screen</change>
Expand Down

0 comments on commit 11489be

Please sign in to comment.