target 1.1.0

This commit is contained in:
Adrian Ulrich 2021-04-11 10:12:14 +02:00
parent 11200eed8b
commit bbf85b4cf7
2 changed files with 7 additions and 3 deletions

View File

@ -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.92"
android:versionCode="10923"
android:versionName="1.1.0"
android:versionCode="11000"
android:installLocation="auto">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

View File

@ -20,7 +20,7 @@ function show(n) {
</head>
<body>
<h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.92 Released Apr. 2 2021<br><br>
<p><b>Version:</b> 1.1.0 Released Apr. 11 2021<br><br>
<b>Website:</b> <a href='https://vanilla-music.github.io/'>https://vanilla-music.github.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 &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
@ -29,6 +29,10 @@ function show(n) {
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'>
<b>1.1.0</b>
- <b>FIX</b> Unbreak plugin integration
- <b>FIX</b> Always show cover art in notification
<b>1.0.92</b>
- <b>NEW</b> Greatly improve handling of SD-Cards
- <b>FIX</b> Make library preferences dialog nicer