Increased build version, updated changelog.

This commit is contained in:
Karim Abou Zeid 2016-04-04 15:42:45 +02:00
commit f2f7e9fc45
2 changed files with 12 additions and 2 deletions

View file

@ -64,8 +64,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
versionCode 108 versionCode 109
versionName "0.11.0 RC" versionName "0.12.0 BETA 1"
} }
buildTypes { buildTypes {
release { release {

View file

@ -25,6 +25,16 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p> <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> <h3>Version 0.11.0 RC</h3>
<ol> <ol>