target 1.0.51
This commit is contained in:
parent
6de63921e3
commit
b61467257a
@ -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.50"
|
android:versionName="1.0.51"
|
||||||
android:versionCode="10500"
|
android:versionCode="10510"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" />
|
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" />
|
||||||
<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.50 Released Feb. 21, 2017<br><br>
|
<p><b>Version:</b> 1.0.51 Released Mar. 31, 2017<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>
|
||||||
@ -29,6 +29,12 @@ function show(n) {
|
|||||||
<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.51</b>
|
||||||
|
- <b>FIX</b> Read MIDI files
|
||||||
|
- <b>FIX</b> Fix tabs on Android 7.0
|
||||||
|
- <b>NEW</b> Added 'Play All' option in file view
|
||||||
|
- <b>NEW</b> Support for 'Composer' and 'Album Artist' tags
|
||||||
|
|
||||||
<b>1.0.50</b>
|
<b>1.0.50</b>
|
||||||
- <b>FIX</b> Improved internal tagreader
|
- <b>FIX</b> Improved internal tagreader
|
||||||
- <b>FIX</b> Fixed crash on Android 4.0 devices
|
- <b>FIX</b> Fixed crash on Android 4.0 devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user