target 1.0.45

This commit is contained in:
Adrian Ulrich 2016-10-23 14:11:16 +02:00
parent e9e131a575
commit c81bcaa08f
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" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ch.blinkenlights.android.vanilla" package="ch.blinkenlights.android.vanilla"
android:versionName="1.0.44" android:versionName="1.0.45"
android:versionCode="10440" android:versionCode="10450"
android:installLocation="auto"> android:installLocation="auto">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="24" /> <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="24" />
<uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.WAKE_LOCK" />

View File

@ -20,7 +20,7 @@ function show(n) {
</head> </head>
<body> <body>
<h1>Vanilla Music</h1> <h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.44 Released Sep. 17, 2016<br><br> <p><b>Version:</b> 1.0.45 Released Oct. 25, 2016<br><br>
<b>Website:</b> <a href='http://vanillamusic.io'>http://vanillamusic.io</a><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>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> <b>Community &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
@ -28,6 +28,12 @@ function show(n) {
<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.45</b>
- <b>NEW</b> Enqueue selected folders alphabetically
- <b>FIX</b> Do not crash on Android 5.x while creating a Playlist
- <b>FIX</b> Improved detection of storage paths for the media scanner
- <b>FIX</b> Improved replay gain tag parser
<b>1.0.44</b> <b>1.0.44</b>
- <b>NEW</b> Triple-Click the headset button to switch to previous song. - <b>NEW</b> Triple-Click the headset button to switch to previous song.
- <b>FIX</b> Various small bugfixes - <b>FIX</b> Various small bugfixes