aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-02-11 22:38:01 -0800
committerScott Jackson <daneren2005@gmail.com>2016-02-11 22:38:01 -0800
commit27df22fec2431300b0503cb322b3b9a030dd9ecd (patch)
tree32fc533b07ab12a1cb966ff3cd22fdabb57fb01f /app/src
parent39c7f5b302d20c24e274850e5f9c63a5df714c07 (diff)
downloaddsub-27df22fec2431300b0503cb322b3b9a030dd9ecd.tar.gz
dsub-27df22fec2431300b0503cb322b3b9a030dd9ecd.tar.bz2
dsub-27df22fec2431300b0503cb322b3b9a030dd9ecd.zip
DSub 5.1.5 Beta
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/AndroidManifest.xml4
-rw-r--r--app/src/main/res/xml/changelog.xml24
2 files changed, 26 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 083f24bf..0aa3afc6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="172"
- android:versionName="5.1.4">
+ android:versionCode="173"
+ android:versionName="5.1.5 Beta">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml
index 81ea22b8..9ec84bcf 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,5 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="5.1.5" versioncode="173" releasedate="2/11/2016">
+ <change>Toggle for Batch Mode on Now Playing</change>
+ <change>Admin tab: view/update music folders (Subsonic 5.2+)</change>
+ <change>Tag Browsing: can specify Music Folder (Subsonic 6.0+)</change>
+ <change>Show shuffle/radio mode in title bar</change>
+ <change>Madsonic only: Songs lists on Home tab</change>
+ <change>Clicking songs adds songs before it as well</change>
+ <change>Similar Artists: show missing artists below main list</change>
+ <change>Improve offline search (thanks fxthomas)</change>
+ <change>Improve podcast date formatting</change>
+ <change>Increase max sleep timer to 1 hour</change>
+ <change>Cast: added setting to disable DLNA gapless playback</change>
+ <change>Cast: added setting to stream original source files</change>
+ <change>Long press details dialogs to copy information</change>
+ <change>Android Auto improvements</change>
+ <change>Top Tracks: display #</change>
+ <change>Require current password when changing password</change>
+ <change>Improved Share Details dialog</change>
+ <change>Sort Music Folders alphabetically</change>
+ <change>Fix repeating same song if multiples copies in play queue</change>
+ <change>Fix freeze on Play x from Google Now</change>
+ <change>Fix Show Artist/Album back behavior</change>
+ <change>Minor Chromecast fixes</change>
+ </release>
<release version="5.1.4" versioncode="172" releasedate="1/17/2016">
<change>Minor theme improvements</change>
</release>