diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-07-12 22:08:17 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-07-12 22:08:17 -0700 |
commit | ae7e2acb924dc15e9f0083aaf388de21bce8fefa (patch) | |
tree | 0b1c4d61c37e89eca6dfc7b9e54e1ca436316cad /res | |
parent | 897208ed933e1fc39afd9b2f5b1e2df18f84a334 (diff) | |
download | dsub-ae7e2acb924dc15e9f0083aaf388de21bce8fefa.tar.gz dsub-ae7e2acb924dc15e9f0083aaf388de21bce8fefa.tar.bz2 dsub-ae7e2acb924dc15e9f0083aaf388de21bce8fefa.zip |
Dsub 4.7.2 Re-released to beta
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/changelog.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/changelog.xml b/res/xml/changelog.xml index 5499f454..233d77de 100644 --- a/res/xml/changelog.xml +++ b/res/xml/changelog.xml @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> - <release version="4.7.2" versioncode="115" releasedate="7/10/2014"> + <release version="4.7.2" versioncode="116" releasedate="7/10/2014"> <change>Android Wear notification support</change> <change>Selected drawer tab is now bold</change> <change>Scroll to song when clicked in search results</change> <change>Custom sort is now a toggle between sorting by year and alphabetical</change> <change>For persistent notification, use standard notification layout + x in corner</change> <change>Don't display type information for each song</change> + <change>Properly save songs for use with external players</change> <change>Return fast scrolling hack for devices still on Android 4.4.2</change> <change>Various bug fixes and enhancements</change> </release> |