Skip to content

Commit

Permalink
target 1.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Sep 8, 2019
1 parent aaa5f8e commit 3c58f77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
9 changes: 7 additions & 2 deletions app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@
</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 &amp; 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>
<br>
<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
Expand Down

0 comments on commit 3c58f77

Please sign in to comment.