Skip to content

Commit

Permalink
Upped version to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jun 1, 2013
1 parent 95627e7 commit 63bea69
Show file tree
Hide file tree
Showing 2 changed files with 12 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="51"
android:versionName="4.0.2">
android:versionCode="52"
android:versionName="4.0.3">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
10 changes: 10 additions & 0 deletions subsonic-android/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.0.3" versioncode="52" releasedate="5/31/2013">
<change>Sort by disc number if specified in tags</change>
<change>Show starred artists in starred list</change>
<change>Change folder.jpg to albumart.jpg which galleries shouldn't display</change>
<change>Fix Show Album</change>
<change>Added support for server Ignored Articles (future server version) + defaults to server's defaults</change>
<change>On network error return to front of the app instead of exiting all the way</change>
<change>Fix occasional crash when going back into app after running for a while</change>
<change>Various minor bugfixes</change>
</release>
<release version="4.0.2" versioncode="51" releasedate="5/24/2013">
<change>Fix if you set chat refresh rate to 0, will just not refresh</change>
<change>Revert dark theme modification</change>
Expand Down

0 comments on commit 63bea69

Please sign in to comment.