Skip to content

Commit

Permalink
target 1.0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Apr 2, 2021
1 parent 27cd3ea commit 095ef9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.91"
android:versionCode="10910"
android:versionName="1.0.92"
android:versionCode="10920"
android:installLocation="auto">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</head>
<body>
<h1>Vanilla Music</h1>
<p><b>Version:</b> 1.0.91 Released Mar. 18 2021<br><br>
<p><b>Version:</b> 1.0.92 Released Apr. 2 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>
Expand All @@ -29,6 +29,10 @@ <h1>Vanilla Music</h1>
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'>

<b>1.0.92</b>
- <b>NEW</b> Greatly improve handling of SD-Cards
- <b>FIX</b> Make library preferences dialog nicer

<b>1.0.91</b>
- <b>NEW</b> Switch to new notification framework
- <b>NEW</b> Added move to top/bottom actions in queue view
Expand Down

0 comments on commit 095ef9d

Please sign in to comment.