target 1.0.32

This commit is contained in:
Adrian Ulrich 2015-09-27 13:28:36 +02:00
parent a1be0e10e4
commit 103d78f075
2 changed files with 12 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.31"
android:versionCode="1031"
android:versionName="1.0.32"
android:versionCode="1032"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

View File

@ -20,12 +20,21 @@ function show(n) {
</head>
<body>
<h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.31 Released Aug. 20, 2015<br><br>
<p><b>Version:</b> 1.0.32 Released Oct. 1, 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>
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'>
<b>1.0.32</b>
- <b>NEW</b> Added support for ducking (Thanks to Xiao Bao Clark)
- <b>NEW</b> Added support for MirrorLink (Thanks to Laurent Cremmer)
- <b>FIX</b> Fix layout issues with big fonts
<b>1.0.31</b>
- <b>NEW</b> Fadein cover artwork
- <b>FIX</b> Various small patches and fixes
<b>1.0.30</b>
- <b>NEW</b> Display album artwork in listview
- <b>NEW</b> Fling-Remove of playlist items