Skip to content

Commit

Permalink
target 1.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Nov 17, 2018
1 parent 5f532ac commit 4fe3cb7
Show file tree
Hide file tree
Showing 2 changed files with 11 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.73"
android:versionCode="10730"
android:versionName="1.0.80"
android:versionCode="10800"
android:installLocation="auto">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
10 changes: 9 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.73 Released Sep, 29 2018<br><br>
<p><b>Version:</b> 1.0.80 Released Nov, 17 2018<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 &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
Expand All @@ -29,6 +29,14 @@ <h1>Vanilla Music</h1>
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'>

<b>1.0.80</b>
- <b>NEW</b> Add 'Details' dialog
- <b>NEW</b> Add 'Jump to...' function
- <b>NEW</b> Display duration in Albums tab
- <b>NEW</b> Sort albums by duration
- <b>NEW</b> Do not scan dotfiles
- <b>FIX</b> Fix a few crash bugs

<b>1.0.73</b>
- <b>FIX</b> Fix plugin system on newer android releases

Expand Down

0 comments on commit 4fe3cb7

Please sign in to comment.