target 1.0.82

This commit is contained in:
Adrian Ulrich 2019-02-21 20:10:57 +01:00
parent 16dd5fc601
commit c56c48ae52
2 changed files with 10 additions and 3 deletions

View File

@ -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.81" android:versionName="1.0.82"
android:versionCode="10810" android:versionCode="10820"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

View File

@ -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.81 Released Jan, 17 2019<br><br> <p><b>Version:</b> 1.0.81 Released Feb, 25 2019<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 &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br> <b>Community &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
@ -29,6 +29,13 @@ 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.82</b>
- <b>NEW</b> New context menu in library
- <b>NEW</b> Show duration of playlists
- <b>FIX</b> Fix replay gain calculation for opus (R128)
- <b>FIX</b> Support for 'play all' in files tab
<b>1.0.81</b> <b>1.0.81</b>
- <b>FIX</b> Increase plugin performance on Android 4.x - <b>FIX</b> Increase plugin performance on Android 4.x
- <b>FIX</b> Minor UI fixes - <b>FIX</b> Minor UI fixes