target 1.0.84
This commit is contained in:
parent
aaa5f8e3ef
commit
3c58f77bdd
@ -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.83"
|
||||
android:versionCode="10830"
|
||||
android:versionName="1.0.84"
|
||||
android:versionCode="10840"
|
||||
android:installLocation="auto">
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
|
@ -20,8 +20,8 @@ function show(n) {
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vanilla Music</h1>
|
||||
<p><b>Version:</b> 1.0.83 Released Apr. 21 2019<br><br>
|
||||
<b>Website:</b> <a href='http://vanillamusic.io'>http://vanillamusic.io</a><br>
|
||||
<p><b>Version:</b> 1.0.84 Released Sep. 9 2019<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 & support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
|
||||
<b>Nightly Build:</b> <a href='http://android.eqmx.net/android/vanilla/VanillaMusic-nightly.apk'>VanillaMusic-nightly.apk</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.84</b>
|
||||
- <b>FIX</b> Make context menues more consistent
|
||||
- <b>FIX</b> Use better default for playlist export path
|
||||
- <b>FIX</b> Improve replay gain calculation
|
||||
|
||||
<b>1.0.83</b>
|
||||
- <b>FIX</b> Improve plugins system
|
||||
- <b>FIX</b> Fixed some playlist synchronization issues
|
||||
|
Loading…
x
Reference in New Issue
Block a user