target 1.0.33

This commit is contained in:
Adrian Ulrich 2015-10-16 17:54:51 +02:00
parent ac8bbd906b
commit 1e39e50ee9
2 changed files with 9 additions and 3 deletions

View File

@ -23,8 +23,8 @@ THE SOFTWARE.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ch.blinkenlights.android.vanilla"
android:versionName="1.0.32"
android:versionCode="1032"
android:versionName="1.0.33"
android:versionCode="1033"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

View File

@ -20,7 +20,7 @@ function show(n) {
</head>
<body>
<h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.32 Released Oct. 1, 2015<br><br>
<p><b>Version:</b> 1.0.33 Released Oct. 19, 2015<br><br>
<b>Website:</b> <a href='https://github.com/vanilla-music/vanilla'>https://github.com/vanilla-music/vanilla</a><br>
<b>Issue tracker:</b> <a href='https://github.com/vanilla-music/vanilla/issues'>https://github.com/vanilla-music/vanilla/issues</a><br>
<br>
@ -28,7 +28,13 @@ function show(n) {
<pre id='changelog'>
<b>1.0.33</b>
- <b>FIX</b> Solve layout issues of the queue-pos element
- <b>FIX</b> Improve filtering by genre
- <b>FIX</b> Fixed a layout issue with 'info below cover' mode
- <b>FIX</b> Fixed a bug when hitting the last song in shuffle mode
- <b>NEW</b> Dispatch text and image files to external viewers
- <b>NEW</b> Automatic 'Top xyz' playlist creation
- <b>NEW</b> Include headphone detector in settings
- <b>NEW</b> Option to disable album artwork on lock screen
<b>1.0.32</b>
- <b>NEW</b> Added support for ducking (Thanks to Xiao Bao Clark)