diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cfd7606f..45993789 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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.81" - android:versionCode="10810" + android:versionName="1.0.82" + android:versionCode="10820" android:installLocation="auto"> <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> diff --git a/app/src/main/assets/about.html b/app/src/main/assets/about.html index f4b2649e..d5714d0d 100644 --- a/app/src/main/assets/about.html +++ b/app/src/main/assets/about.html @@ -20,7 +20,7 @@ function show(n) { </head> <body> <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>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,13 @@ function show(n) { <b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>] <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>FIX</b> Increase plugin performance on Android 4.x - <b>FIX</b> Minor UI fixes