Updated changelog and build version.

This commit is contained in:
Karim Abou Zeid 2016-01-10 21:09:58 +01:00
commit 19242c111f
2 changed files with 11 additions and 3 deletions

View file

@ -63,8 +63,8 @@ android {
renderscriptTargetApi 23 renderscriptTargetApi 23
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
versionCode 90 versionCode 91
versionName "0.9.51" versionName "0.9.52"
} }
buildTypes { buildTypes {
release { release {

View file

@ -25,6 +25,13 @@
<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.9.52</h3>
<ol>
<li><b>IMPROVEMENT:</b> Updated networking libraries.</li>
<li><b>IMPROVEMENT:</b> Synced translations.</li>
</ol>
<h3>Version 0.9.51</h3> <h3>Version 0.9.51</h3>
<ol> <ol>
@ -49,7 +56,8 @@
<h3>Version 0.9.51 RC 2</h3> <h3>Version 0.9.51 RC 2</h3>
<ol> <ol>
<li><b>IMPROVEMENT:</b> Reduced the connect timeout for downloading artist images from 10s to 500ms, this should fix the issue <li><b>IMPROVEMENT:</b> Reduced the connect timeout for downloading artist images from 10s to
500ms, this should fix the issue
where album covers stay blank on slow network. Note that your not already downloaded artist where album covers stay blank on slow network. Note that your not already downloaded artist
images will stay blank until you are on a fast enough network. images will stay blank until you are on a fast enough network.
</li> </li>