Increased build version, updated changelog.
This commit is contained in:
parent
067279c27c
commit
f2f7e9fc45
2 changed files with 12 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "com.kabouzeid.gramophone"
|
||||
versionCode 108
|
||||
versionName "0.11.0 RC"
|
||||
versionCode 109
|
||||
versionName "0.12.0 BETA 1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,16 @@
|
|||
|
||||
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
||||
|
||||
<h3>Version 0.12.0 BETA 1</h3>
|
||||
|
||||
<ol>
|
||||
<li><b>NEW:</b> Rewrote the widget logic and added some more widgets.</li>
|
||||
<li><b>NEW:</b> Added option to disable audio ducking.</li>
|
||||
<li><b>IMPROVEMENT:</b> Synced translations.</li>
|
||||
<li><b>FIX:</b> Volume staying reduced.</li>
|
||||
<li><b>FIX:</b> Memory leak caused by the notification.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Version 0.11.0 RC</h3>
|
||||
|
||||
<ol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue