Skip to content

Commit

Permalink
DSub 4.9.2 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Feb 21, 2015
1 parent d3eeab8 commit ac02a0f
Show file tree
Hide file tree
Showing 2 changed files with 13 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="144"
android:versionName="4.9.1">
android:versionCode="145"
android:versionName="4.9.2">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
11 changes: 11 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.9.2" versioncode="145" releasedate="2/20/2015">
<change>Fix some more DLNA issues (still working on others)</change>
<change>Artist Radio (Subsonic 5.1+)</change>
<change>Checkbox to browse Recently Added, etc by folder (Subsonic 5.1+)</change>
<change>Ability to open straight to other tabs</change>
<change>Add play/shuffle to similar artists menu</change>
<change>Offline Podcasts: dont show duplicate folder</change>
<change>Fix crash with Madsonic servers</change>
<change>Fix widget not showing info when app is not running</change>
<change>Show folder as empty immediately after deleting last song in it</change>
</release>
<release version="4.9.1" versioncode="143" releasedate="1/29/2015">
<change>Fix searching with spaces in it</change>
<change>Fix pressing play on widget before app starts not working</change>
Expand Down

0 comments on commit ac02a0f

Please sign in to comment.