target 1.0.35

This commit is contained in:
Adrian Ulrich 2015-12-06 01:26:35 +01:00
parent 5589f9eebc
commit 3265f119b2
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -20,12 +20,16 @@ function show(n) {
</head> </head>
<body> <body>
<h1>Vanilla Music</h1> <h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.34 Released Nov. 14, 2015<br><br> <p><b>Version:</b> 1.0.35 Released Dec. 6, 2015<br><br>
<b>Website:</b> <a href='https://github.com/vanilla-music/vanilla'>https://github.com/vanilla-music/vanilla</a><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> <b>Issue tracker:</b> <a href='https://github.com/vanilla-music/vanilla/issues'>https://github.com/vanilla-music/vanilla/issues</a><br>
<br> <br>
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>] <b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'> <pre id='changelog'>
<b>1.0.35</b>
- <b>FIX</b> Fixed crash on Android 4.0.3
- <b>FIX</b> Workaround mediaserver bug which failed to accept some file paths
<b>1.0.34</b> <b>1.0.34</b>
- <b>NEW</b> Improved Android 6 support - <b>NEW</b> Improved Android 6 support
- <b>NEW</b> Added disk cover cache - <b>NEW</b> Added disk cover cache