target 1.0.56
This commit is contained in:
parent
7dbd3bdff4
commit
42eaf80949
@ -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.55"
|
||||
android:versionCode="10549"
|
||||
android:versionName="1.0.56"
|
||||
android:versionCode="10560"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
@ -20,7 +20,7 @@ function show(n) {
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vanilla Music</h1>
|
||||
<p><b>Version:</b> 1.0.55 Released Sept. 9, 2017<br><br>
|
||||
<p><b>Version:</b> 1.0.56 Released Oct. 1, 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 & 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.56</b>
|
||||
- <b>FIX</b> Fix headset issues on Android 8.0
|
||||
- <b>FIX</b> Improve cover placeholder image resolution
|
||||
- <b>FIX</b> Enable sharing of files stored on external storage
|
||||
|
||||
<b>1.0.55</b>
|
||||
- <b>NEW</b> Upgraded SDK to Android 8.0
|
||||
- <b>NEW</b> Added back button to small notification
|
||||
|
Loading…
x
Reference in New Issue
Block a user