Skip to content

Commit

Permalink
Update Release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Dec 9, 2013
1 parent 48b9db9 commit 576d147
Show file tree
Hide file tree
Showing 2 changed files with 11 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="75"
android:versionName="4.3.1">
android:versionCode="76"
android:versionName="4.3.2">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Expand Down
9 changes: 9 additions & 0 deletions res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.3.2" versioncode="76" releasedate="12/8/2013">
<change>Click on album art to popup a larger version</change>
<change>Added Show all media button to replace albums with songs</change>
<change>Automatically delete podcasts that are > 95% listened to</change>
<change>Added Show Details button to albums (Year/Genre on Subsonic 4.9Beta3+)</change>
<change>Fix podcasts syncing trying to redownload ones you delete</change>
<change>Fix the context menus on the first pane on tablets not working</change>
<change>Bunch of random bug fixes and enhancements</change>
</release>
<release version="4.3.1" versioncode="75" releasedate="11/30/2013">
<change>Fix search on MusicCabinet servers</change>
</release>
Expand Down

0 comments on commit 576d147

Please sign in to comment.