diff --git a/app/build.gradle b/app/build.gradle index 99132647..0e7af612 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 90 - versionName "0.9.51" + versionCode 91 + versionName "0.9.52" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 24eab9bb..4f2ec5b1 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,13 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.9.52

+ +
    +
  1. IMPROVEMENT: Updated networking libraries.
  2. +
  3. IMPROVEMENT: Synced translations.
  4. +
+

Version 0.9.51

    @@ -49,7 +56,8 @@

    Version 0.9.51 RC 2

      -
    1. IMPROVEMENT: Reduced the connect timeout for downloading artist images from 10s to 500ms, this should fix the issue +
    2. IMPROVEMENT: 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 images will stay blank until you are on a fast enough network.