Skip to content

Commit

Permalink
Update version to 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jun 26, 2013
1 parent ea09121 commit 1304148
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsonic-android/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="54"
android:versionName="4.0.5">
android:versionCode="55"
android:versionName="4.0.6">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
16 changes: 16 additions & 0 deletions subsonic-android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.0.6" versioncode="55" releasedate="6/25/2013">
<change>Scrobble and star songs and sync changes back when going online (has trouble when tags don't match folders)</change>
<change>Fix cases where operations didn't work in online mode when originally added in offline mode and vice versa</change>
<change>Added blank option to genre picker in the shuffle dialog</change>
<change>Added option to show track # in front of song (off by default)</change>
<change>Separate cached playlists from different servers in separate folders so they don't interfere with each other</change>
<change>Fix for some music files which throw errors at the end not proceeding to the next song</change>
<change>Fix flash preference not being obeyed for the Play External option</change>
<change>As songs are downloaded in background list, automatically remove them</change>
<change>Fix low quality album artwork in large widgets</change>
<change>Fix a rare case that can cause a song to be played twice</change>
<change>Fix for some who listen to untranscoded flac songs</change>
<change>Remove bottom bar if nothing is in the queue</change>
<change>Use .nomedia file instead of folder for more compatibility</change>
<change>Clean some sensitive info from the logs</change>
</release>
<release version="4.0.5" versioncode="54" releasedate="6/7/2013">
<change>Fix album art on old Subsonic/MusicCabinet servers</change>
</release>
Expand Down

0 comments on commit 1304148

Please sign in to comment.