Update build version and changelog

This commit is contained in:
Adrian Ulrich 2015-08-10 21:03:50 +02:00
parent ea88a0ac17
commit 1802214fc1
2 changed files with 8 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.20"
android:versionCode="1020"
android:versionName="1.0.30"
android:versionCode="1030"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

View File

@ -20,12 +20,17 @@ function show(n) {
</head>
<body>
<h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.20 released Jun. 10, 2015<br><br>
<p><b>Version:</b> 1.0.30<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.30</b>
- <b>NEW</b> Display album artwork in listview
- <b>NEW</b> Fling-Remove of playlist items
- <b>FIX</b> Fixed playlist reordering bug
<b>1.0.20</b>
- <b>NEW</b> Support for heads-up-display notifications
- <b>NEW</b> Added 'skip 10 seconds' longpress action