target 1.0.43
This commit is contained in:
parent
a7db7faa22
commit
94d699528f
@ -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.42"
|
android:versionName="1.0.43"
|
||||||
android:versionCode="10420"
|
android:versionCode="10430"
|
||||||
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" />
|
||||||
|
@ -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.42 Released Jul. 8, 2016<br><br>
|
<p><b>Version:</b> 1.0.43 Released Aug. 15, 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 & support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
|
<b>Community & support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
|
||||||
@ -28,6 +28,10 @@ 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.43</b>
|
||||||
|
- <b>NEW</b> Option to 'follow' playing song in library view
|
||||||
|
- <b>FIX</b> Various small bugfixes
|
||||||
|
|
||||||
<b>1.0.42</b>
|
<b>1.0.42</b>
|
||||||
- <b>NEW</b> Option to perform a SD-Card rescan
|
- <b>NEW</b> Option to perform a SD-Card rescan
|
||||||
- <b>NEW</b> 'Play All' option in context menu
|
- <b>NEW</b> 'Play All' option in context menu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user