target 1.0.58

This commit is contained in:
Adrian Ulrich 2017-12-06 21:29:57 +01:00
parent b90cc98377
commit 2b27e209a0
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.57"
android:versionCode="10571"
android:versionName="1.0.58"
android:versionCode="10580"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" />
<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.57 Released Nov. 1, 2017<br><br>
<p><b>Version:</b> 1.0.58 Released Dec. 5, 2017<br><br>
<b>Website:</b> <a href='http://vanillamusic.io'>http://vanillamusic.io</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>Community &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
@ -29,6 +29,11 @@ function show(n) {
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'>
<b>1.0.58</b>
- <b>NEW</b> Use internal tagreader by default for new installations
- <b>FIX</b> Correctly sort multi disc albums in album-shuffle mode
- <b>FIX</b> Fixed an NPE and an obscure endless loop
<b>1.0.57</b>
- <b>NEW</b> Raw path names can now be entered in the folder picker preference
- <b>NEW</b> Run periodic cleanup jobs on newer Android versions automatically