target 1.0.37
This commit is contained in:
parent
4156c309c4
commit
aadabf6ea0
@ -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.36"
|
||||
android:versionCode="1036"
|
||||
android:versionName="1.0.37"
|
||||
android:versionCode="1037"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="23" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
@ -20,13 +20,17 @@ function show(n) {
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vanilla Music</h1>
|
||||
<p><b>Version:</b> 1.0.36 Released Jan. 9, 2016<br><br>
|
||||
<p><b>Version:</b> 1.0.37 Released Feb. 18, 2016<br><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>Subreddit:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
|
||||
<br>
|
||||
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
|
||||
<pre id='changelog'>
|
||||
<b>1.0.37</b>
|
||||
- <b>NEW</b> Added a '☆' button to quickly manage favorites
|
||||
- <b>FIX</b> Fixed various crashes
|
||||
|
||||
<b>1.0.36</b>
|
||||
- <b>NEW</b> Added option to ignore audio focus losses
|
||||
- <b>NEW</b> Use Android 5.0 Mediasession API
|
||||
|
Loading…
x
Reference in New Issue
Block a user