Skip to content

Commit

Permalink
DSub 4.8 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Oct 9, 2014
1 parent f0a4561 commit 8aeb559
Show file tree
Hide file tree
Showing 2 changed files with 20 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="126"
android:versionName="4.7.8">
android:versionCode="127"
android:versionName="4.8">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
18 changes: 18 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.8" versioncode="127" releasedate="10/8/2014">
<change>ReplayGain: read tags to normalize sound</change>
<change>ReplayGain: choose smart tag reading or specify track/album tags</change>
<change>Scrobbling: implemented according to Last.FM standard</change>
<change>Scrobbling: scrobble if more then 4 minutes or 50% in</change>
<change>Scrobbling: do not scrobble if less then 30 seconds</change>
<change>Madsonic: view artists Top Tracks from Last.FM (Madsonic 5.1+)</change>
<change>Settings: changed a few to be seek bars</change>
<change>Tasker: fix issue with not always starting</change>
<change>Artist view: add recursive cache/delete menu options</change>
<change>SSID Settings: added copy current button</change>
<change>Conditionally remove Cache/Delete Cache from context menus</change>
<change>Added transition animations</change>
<change>Fix crash when casting on GB</change>
<change>Fix widget showing blank on restart</change>
<change>Fix Show all media</change>
<change>Various bug fixes</change>
</release>
<release version="4.7.8" versioncode="126" releasedate="9/17/2014">
<change>Rating: show rating directly on albums</change>
<change>Albums: rate/star from album's screen</change>
Expand Down

0 comments on commit 8aeb559

Please sign in to comment.