bump version
This commit is contained in:
parent
124a24e9b1
commit
1c7142e12c
@ -23,8 +23,8 @@ THE SOFTWARE.
|
|||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="ch.blinkenlights.android.vanilla"
|
package="ch.blinkenlights.android.vanilla"
|
||||||
android:versionName="1.0.52"
|
android:versionName="1.0.53"
|
||||||
android:versionCode="10520"
|
android:versionCode="10530"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" />
|
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" />
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||||
|
@ -20,7 +20,7 @@ function show(n) {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Vanilla Music</h1>
|
<h1>Vanilla Music</h1>
|
||||||
<p><b>Version:</b> 1.0.52 Released Apr. 27, 2017<br><br>
|
<p><b>Version:</b> 1.0.53 Released Jun. 12, 2017<br><br>
|
||||||
<b>Website:</b> <a href='http://vanillamusic.io'>http://vanillamusic.io</a><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>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>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>]
|
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
|
||||||
<pre id='changelog'>
|
<pre id='changelog'>
|
||||||
|
|
||||||
|
<b>1.0.53</b>
|
||||||
|
- <b>NEW</b> Various new icons
|
||||||
|
- <b>NEW</b> Ability to handle more external data sources
|
||||||
|
- <b>NEW</b> Refreshed Holo / Android 4.x look
|
||||||
|
- <b>FIX</b> Fixed button context menu for Android 7.x
|
||||||
|
- <b>FIX</b> Fixed various small crashbugs
|
||||||
|
|
||||||
<b>1.0.52</b>
|
<b>1.0.52</b>
|
||||||
- <b>NEW</b> Folders can now be in- or excluded from the music library
|
- <b>NEW</b> Folders can now be in- or excluded from the music library
|
||||||
- <b>NEW</b> Files can now be sorted
|
- <b>NEW</b> Files can now be sorted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user