Target 1.0.59
This commit is contained in:
parent
c6f96dd636
commit
a749bbdcd9
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2015 Adrian Ulrich <adrian@blinkenlights.ch>
|
||||
Copyright (C) 2012-2018 Adrian Ulrich <adrian@blinkenlights.ch>
|
||||
Copyright (C) 2012 Christopher Eby <kreed@kreed.org>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
@ -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.58"
|
||||
android:versionCode="10580"
|
||||
android:versionName="1.0.59"
|
||||
android:versionCode="10590"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
@ -20,7 +20,7 @@ function show(n) {
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vanilla Music</h1>
|
||||
<p><b>Version:</b> 1.0.58 Released Dec. 5, 2017<br><br>
|
||||
<p><b>Version:</b> 1.0.59 Released Jan. 30, 2017<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 & support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
|
||||
@ -29,6 +29,12 @@ function show(n) {
|
||||
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
|
||||
<pre id='changelog'>
|
||||
|
||||
<b>1.0.59</b>
|
||||
- <b>NEW</b> Dark (AMOLED) theme
|
||||
- <b>NEW</b> Random mode picks random album if shuffle is set to album
|
||||
- <b>NEW</b> Basic Google Now integration
|
||||
- <b>FIX</b> Improved detection of external headphones
|
||||
|
||||
<b>1.0.58</b>
|
||||
- <b>NEW</b> Use internal tagreader by default for new installations
|
||||
- <b>FIX</b> Correctly sort multi disc albums in album-shuffle mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user