Updated changelog and build version.

This commit is contained in:
Karim Abou Zeid 2016-01-07 16:39:20 +01:00
commit eda384c260
2 changed files with 12 additions and 2 deletions

View file

@ -63,8 +63,8 @@ android {
renderscriptTargetApi 23
applicationId "com.kabouzeid.gramophone"
versionCode 88
versionName "0.9.51 RC 2"
versionCode 89
versionName "0.9.51 RC 3"
}
buildTypes {
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>
<h3>Version 0.9.51 RC 3</h3>
<ol>
<li><b>IMPROVEMENT:</b> No longer creating a new instance of the app when clicking the notification.</li>
<li><b>IMPROVEMENT:</b> The widget will stay clickable and display the current song after a device reboot.</li>
<li><b>IMPROVEMENT:</b> Synced translations.</li>
<li><b>FIX:</b> Artist albums are sorted by year again.</li>
<li><b>FIX:</b> Fixed a FC when scrolling fast through the artist list.</li>
</ol>
<h3>Version 0.9.51 RC 2</h3>
<ol>